C++ TargetRTS
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
z
Enumerations
Enumerator
Files
File List
•
All
Classes
Functions
Variables
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
extension
rsa_rt
C++
TargetRTS
src
include
RTSpecialSignals.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 __RTSpecialSignals_h__
11
#define __RTSpecialSignals_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
enum
RTSpecialSignals
24
{
25
RTInitSignal = 1
26
, RTStartSignal
27
, RTStopSignal
28
, RTDestroySignal
// actor or controller
29
30
, RTInterruptSignal
// timer and I/O
31
32
, RTTimeoutSignal
// timing service
33
, RTPendingTimeoutSignal
34
35
, RTAckSignal
// general (cross-thread) acknowledgement
36
, RTWakeupSignal
// general (cross-thread) wake-up
37
38
, RTProbeSignal
// actor probe attention, please
39
};
40
41
extern
const
RTProtocolDescriptor
RTControl_Protocol_Class;
42
extern
const
RTProtocolDescriptor
RTControl_Conjugate_Class;
43
44
#endif
// __RTSpecialSignals_h__
RTProtocolDescriptor
Definition:
RTProtocolDescriptor.h:40
Generated by
1.9.6