C++ TargetRTS
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
RTEventInfo Class Reference

Public Types

enum  EventType {
  EventPresence , EventReference , EventChain , EventState ,
  EventFSM , EventLateFSM , EventMsgIn , EventMsgOut ,
  EventMsgOutIn , EventTimer , EventVariable , EventHistory ,
  EventMsgQueue , EventControl , EventLastEntry = EventControl
}
 
enum  SendMethod {
  SendNormal , SendInvoke , SendReply , SendInformIn ,
  SendInformAt , SendInformEvery
}
 
enum  TargetMode { Halted , Stepping , Running }
 

Public Member Functions

 RTEventInfo (EventType, int theProbeNr, int theActorIndex)
 

Public Attributes

EventType eventKind
 
int probeNr
 
int actorIndex
 
int observerId
 
int daemonId
 
RTTimespec timestamp
 
char * chainStrOrigin
 
const char * chainStrTrans
 
int chainOrigin
 
int chainPosition
 
int chainParent
 
char * stateStrTarget
 
int stateTarget
 
char * portName
 
RTMessagemessage
 
SendMethod sendMethod
 
const char * signalName
 
const RTActoractor
 
const RTActor_classinfo
 
int compIndex
 
int nrIncarns
 
char * varName
 
char * varValue
 
char * histStrHist
 
char * histStrCurr
 
int histHist
 
int histCurr
 
TargetMode targetMode
 
RTEventInfoprev
 
RTEventInfonext
 

The documentation for this class was generated from the following file: