Public Types |
| enum | EventType {
OTHER = 0,
UNUSED = 1,
RAN_OUT_OF_AMMUNITION = 2,
KILLED_IN_ACTION = 3,
DAMAGE = 4,
MOBILITY_DISABLED = 5,
FIRE_DISABLED = 6,
RAN_OUT_OF_FUEL = 7,
ENTITY_INITIALIZATION = 8,
REQUEST_FOR_INDIRECT_FIRE_OR_CAS_MISSION = 9,
INDIRECT_FIRE_OR_CAS_MISSION = 10,
MINEFILE_ENTRY = 11,
MINEFIELD_DETONATION = 12,
VEHICLE_MASTER_POWER_ON = 13,
VEHICLE_MASTER_POWER_OFF = 14,
AGGREGATE_STATE_CHANGE_REQUESTED = 15,
PREVENT_COLLISION_DETONATION = 16,
OWNERSHIP_REPORT = 17
} |
Public Attributes |
| const String | theFullName = "EventReportMessage" |
Protected Member Functions |
| override int | messageSize () |
| override void | serialize (ref BinaryWriter writer) |
| override void | deserialize (ref BinaryReader reader) |
Member Enumeration Documentation
- Enumerator:
| OTHER |
|
| UNUSED |
|
| RAN_OUT_OF_AMMUNITION |
|
| KILLED_IN_ACTION |
|
| DAMAGE |
|
| MOBILITY_DISABLED |
|
| FIRE_DISABLED |
|
| RAN_OUT_OF_FUEL |
|
| ENTITY_INITIALIZATION |
|
| REQUEST_FOR_INDIRECT_FIRE_OR_CAS_MISSION |
|
| INDIRECT_FIRE_OR_CAS_MISSION |
|
| MINEFILE_ENTRY |
|
| MINEFIELD_DETONATION |
|
| VEHICLE_MASTER_POWER_ON |
|
| VEHICLE_MASTER_POWER_OFF |
|
| AGGREGATE_STATE_CHANGE_REQUESTED |
|
| PREVENT_COLLISION_DETONATION |
|
| OWNERSHIP_REPORT |
|
Constructor & Destructor Documentation
| EventReportMessage.EventReportMessage |
( |
| ) |
|
|
inline |
| static EventReportMessage.EventReportMessage |
( |
| ) |
|
|
inlinestaticprivate |
Member Function Documentation
| override void EventReportMessage.deserialize |
( |
ref BinaryReader |
reader | ) |
|
|
inlineprotectedvirtual |
| override int EventReportMessage.messageSize |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void EventReportMessage.serialize |
( |
ref BinaryWriter |
writer | ) |
|
|
inlineprotectedvirtual |
Member Data Documentation
| string EventReportMessage.myReceiverId = "" |
|
private |
| string EventReportMessage.mySenderId = "" |
|
private |
| const String EventReportMessage.theFullName = "EventReportMessage" |
Property Documentation
| string EventReportMessage.receiverId |
|
getset |
| string EventReportMessage.senderId |
|
getset |
| string EventReportMessage.theName |
|
staticget |
The documentation for this class was generated from the following file: