10#ifndef __RTEventInfo_h__
11#define __RTEventInfo_h__ included
17#ifndef __RTTimespec_h__
18#include <RTTimespec.h>
45 EventLastEntry = EventControl
81 char * chainStrOrigin;
82 const char * chainStrTrans;
88 char * stateStrTarget;
93 SendMethod sendMethod;
94 const char * signalName;
120 TargetMode targetMode;
An instance of this class represents a capsule instance.
Definition: RTActor.h:44
Definition: RTEventInfo.h:26
Represents a message used for communication between capsule instances.
Definition: RTMessage.h:33
Definition: RTActor_class.h:49
A time value which can represent either an absolute or relative time.
Definition: RTTimespec.h:29