C++ TargetRTS
Loading...
Searching...
No Matches
extension
rsa_rt
C++
TargetRTS
include
RTBindingDescriptor.h
1
/*
2
* Licensed Materials - Property of HCL and/or IBM
3
* Copyright HCL Technologies Ltd. 2016, 2021. All Rights Reserved.
4
* Copyright IBM Corporation 1999, 2016. All Rights Reserved.
5
*
6
* U.S. Government Users Restricted Rights - Use, duplication or
7
* disclosure restricted by GSA ADP Schedule.
8
*/
9
10
#ifndef __RTBindingDescriptor_h__
11
#define __RTBindingDescriptor_h__ included
12
13
#ifdef PRAGMA
14
#pragma interface
15
#endif
16
17
#ifndef __RTConfig_h__
18
#include <RTConfig.h>
19
#endif
20
21
struct
RTProtocolDescriptor
;
22
23
// This structure describes one of the protocol requirements placed on
24
// a component of an actor class because of a binding involving that
25
// component. The field 'relay' is a zero-based value that identifies
26
// the interface of the component used by the binding; the order of
27
// interfaces is defined by the default class for the component.
28
// The field 'protocol' refers to the protocol that is bound to that
29
// interface.
30
31
struct
RTBindingDescriptor
32
{
33
int
relay;
34
const
RTProtocolDescriptor
* protocol;
35
};
36
37
#endif
// __RTBindingDescriptor_h__
RTBindingDescriptor
Definition:
RTBindingDescriptor.h:32
RTProtocolDescriptor
Definition:
RTProtocolDescriptor.h:40
Generated by
1.9.6