|
| 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,
UserEvent = 128
} |
| |
| static enum EventType | UniqueEventTypeFor (const std::string &) |
| |
| makVrfEvents::DtServiceRequestEvent::DtServiceRequestEvent |
( |
| ) |
|
| virtual makVrfEvents::DtServiceRequestEvent::~DtServiceRequestEvent |
( |
| ) |
|
|
virtual |
| virtual DtEvent* makVrfEvents::DtServiceRequestEvent::clone |
( |
| ) |
const |
|
inlinevirtual |
| void makVrfEvents::DtServiceRequestEvent::setRequestingId |
( |
const DtUUID & |
| ) |
|
| const DtUUID& makVrfEvents::DtServiceRequestEvent::requestingId |
( |
| ) |
const |
| void makVrfEvents::DtServiceRequestEvent::setServicingId |
( |
const DtUUID & |
| ) |
|
| const DtUUID& makVrfEvents::DtServiceRequestEvent::servicingId |
( |
| ) |
const |
| void makVrfEvents::DtServiceRequestEvent::setServiceType |
( |
int |
| ) |
|
| int makVrfEvents::DtServiceRequestEvent::serviceType |
( |
| ) |
const |
| void makVrfEvents::DtServiceRequestEvent::setNumSupplyTypes |
( |
int |
| ) |
|
| const DtEntityType makVrfEvents::DtServiceRequestEvent::nthSupply |
( |
int |
supplyIndex, |
|
|
float * |
quantity = nullptr |
|
) |
| const |
| void makVrfEvents::DtServiceRequestEvent::setNthSupply |
( |
int |
supplyIndex, |
|
|
const DtEntityType & |
supply, |
|
|
float |
quantity |
|
) |
| |
| float makVrfEvents::DtServiceRequestEvent::supplyQuantity |
( |
const DtEntityType & |
supply | ) |
const |
| int makVrfEvents::DtServiceRequestEvent::numSupplyTypes |
( |
| ) |
const |
|
inline |
| const std::vector<std::pair<DtEntityType, float> >& makVrfEvents::DtServiceRequestEvent::supplies |
( |
| ) |
const |
|
inline |
| DtUUID makVrfEvents::DtServiceRequestEvent::myRequestingId |
|
protected |
| DtUUID makVrfEvents::DtServiceRequestEvent::myServicingId |
|
protected |
| int makVrfEvents::DtServiceRequestEvent::myServiceType |
|
protected |
| std::vector<std::pair<DtEntityType, float> > makVrfEvents::DtServiceRequestEvent::mySupplies |
|
protected |
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf5-0-branch/include/vrfMsgTransport/serviceRequestEvent.h