Public Types |
| enum | RequestStatus {
OTHER = 0,
PENDING = 1,
EXECUTING = 2,
PARTIAL = 3,
COMPLETE = 4,
REJECTED = 5,
RETRANSMITNOW = 6,
RETRANSMITLATER = 7,
INVALIDTIMEPARAMETERS = 8,
SIMULATIONTIMEEXCEEDED = 9,
REQUESTDONE = 10,
TACCSF_LOS_REPLY_TYPE1 = 100,
TACCSF_LOS_REPLY_TYPE2 = 101,
JOINEXERCISEREQUESTREJECTED = 201
} |
Public Attributes |
| const String | theFullName = "ActionResponseMessage" |
Protected Member Functions |
| override int | messageSize () |
| override void | serialize (ref BinaryWriter writer) |
| override void | deserialize (ref BinaryReader reader) |
Member Enumeration Documentation
- Enumerator:
| OTHER |
|
| PENDING |
|
| EXECUTING |
|
| PARTIAL |
|
| COMPLETE |
|
| REJECTED |
|
| RETRANSMITNOW |
|
| RETRANSMITLATER |
|
| INVALIDTIMEPARAMETERS |
|
| SIMULATIONTIMEEXCEEDED |
|
| REQUESTDONE |
|
| TACCSF_LOS_REPLY_TYPE1 |
|
| TACCSF_LOS_REPLY_TYPE2 |
|
| JOINEXERCISEREQUESTREJECTED |
|
Constructor & Destructor Documentation
| ActionResponseMessage.ActionResponseMessage |
( |
| ) |
|
|
inline |
| static ActionResponseMessage.ActionResponseMessage |
( |
| ) |
|
|
inlinestaticprivate |
Member Function Documentation
| override void ActionResponseMessage.deserialize |
( |
ref BinaryReader |
reader | ) |
|
|
inlineprotectedvirtual |
| override int ActionResponseMessage.messageSize |
( |
| ) |
|
|
inlineprotectedvirtual |
| override void ActionResponseMessage.serialize |
( |
ref BinaryWriter |
writer | ) |
|
|
inlineprotectedvirtual |
Member Data Documentation
| string ActionResponseMessage.myReceiverId = "" |
|
private |
| UInt32 ActionResponseMessage.myRequestId |
|
private |
| string ActionResponseMessage.mySenderId = "" |
|
private |
| const String ActionResponseMessage.theFullName = "ActionResponseMessage" |
Property Documentation
| List<FixedData> ActionResponseMessage.fixedData |
|
getset |
| string ActionResponseMessage.receiverId |
|
getset |
| UInt32 ActionResponseMessage.requestId |
|
getset |
| string ActionResponseMessage.senderId |
|
getset |
| string ActionResponseMessage.theName |
|
staticget |
The documentation for this class was generated from the following file: