|
| enum | SimControl { Unknown = 0,
Play = 1,
Pause = 2
} |
| |
| enum | EventType {
Unknown = 0,
DetonationEvent = 1,
FireEvent = 2,
DataInteractionEvent = 3,
RawSignalInteractionEvent = 4,
InfluenceInteractionEvent = 5,
SensorFieldOfViewControlEvent = 6,
CommentInteractionEvent = 7,
SimControlEvent = 8,
DIGuyActionEvent = 9,
RadioMessageReceivedEvent = 10,
ScenarioLoadedEvent = 11,
LoadScenarioEvent = 12,
CloseScenarioEvent = 13,
SetEvent = 14,
TransferRequestEvent = 15,
TransferResponseEvent = 16,
InitiateTakeEvent = 17,
OwnershipAcquisitionAcquiredEvent = 18,
OwnershipAcquisitionRejectedEvent = 19,
TransferAcquisitionRequestEvent = 20,
TransferAcquisitionResponseEvent = 21,
CollisionEvent = 22,
ServiceRequestEvent = 23,
ResupplyOfferEvent = 24,
ResupplyReceivedEvent = 25,
ResupplyCancelEvent = 26,
VrfSignalInteractionEvent = 27,
ExternalCommsSignalInteractionEvent = 28,
IffInterrogatorEvent = 29,
IffInterrogatorResponseEvent = 30,
UserEvent = 128
} |
| |
| Enumerator |
|---|
| Unknown |
|
| Play |
|
| Pause |
|
| makVrfEvents::DtSimControlEvent::DtSimControlEvent |
( |
| ) |
|
|
inline |
| makVrfEvents::DtSimControlEvent::DtSimControlEvent |
( |
SimControl |
control | ) |
|
|
inline |
| virtual makVrfEvents::DtSimControlEvent::~DtSimControlEvent |
( |
| ) |
|
|
inline |
| virtual DtEvent* makVrfEvents::DtSimControlEvent::clone |
( |
| ) |
const |
|
inlinevirtual |
| virtual bool makVrfEvents::DtSimControlEvent::processLocally |
( |
| ) |
const |
|
inlinevirtual |
There are some events that, if sent over the network, don't want to be processed locally. Event these events (if not sent) do not want to be processed locally. Return false from this method to never process this event locally.
Reimplemented from makVrfEvents::DtEvent.
| void makVrfEvents::DtSimControlEvent::setReceiver |
( |
const DtSimulationAddress & |
addr | ) |
|
|
inline |
| const DtSimulationAddress& makVrfEvents::DtSimControlEvent::receiver |
( |
| ) |
const |
|
inline |
| void makVrfEvents::DtSimControlEvent::setSimControl |
( |
SimControl |
c | ) |
|
|
inline |
| SimControl makVrfEvents::DtSimControlEvent::simControl |
( |
| ) |
const |
|
inline |
| SimControl makVrfEvents::DtSimControlEvent::mySimControl |
|
protected |
| DtSimulationAddress makVrfEvents::DtSimControlEvent::myReceiver |
|
protected |
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf5-1-branch/include/vrfMsgTransport/simControlEvent.h