![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Collaboration diagram for DtNetWwwStateRspMsg:Public Attributes | |
| DtNetMsgHeader | header |
| DtNetU32 | sourceId |
| Sender Federate ID. | |
| DtNetU32 | responseType |
| Payload type ID (ids the state component contained - corresponds to requestType ) | |
| DtNetU8 | replaceExisiting |
| Does this state response replace the previous responses or append to them? | |
| DtNetU8 | completeState |
| Is this a complete state response, or a fragment? | |
| DtNetU16 | padding |
| Padding. | |
| DtNetU32 | payloadLength |
| Length of the Response data. | |
| DtNetU8 DtNetWwwStateRspMsg::completeState |
Is this a complete state response, or a fragment?
Referenced by DtWwwStateRspMsg::isComplete(), and DtWwwStateRspMsg::setIsComplete().
| DtNetMsgHeader DtNetWwwStateRspMsg::header |
Referenced by DtWwwStateRspMsg::DtWwwStateRspMsg().
| DtNetU16 DtNetWwwStateRspMsg::padding |
Padding.
| DtNetU32 DtNetWwwStateRspMsg::payloadLength |
Length of the Response data.
Referenced by DtWwwStateRspMsg::netMsgPayload(), and DtWwwStateRspMsg::setPayload().
| DtNetU8 DtNetWwwStateRspMsg::replaceExisiting |
Does this state response replace the previous responses or append to them?
Referenced by DtWwwStateRspMsg::isReplacementNotAppend(), and DtWwwStateRspMsg::setIsReplacementNotAppend().
| DtNetU32 DtNetWwwStateRspMsg::responseType |
Payload type ID (ids the state component contained - corresponds to requestType )
Referenced by DtWwwStateRspMsg::responseType(), and DtWwwStateRspMsg::setResponseType().
| DtNetU32 DtNetWwwStateRspMsg::sourceId |
Sender Federate ID.
Referenced by DtWwwStateRspMsg::setSource(), and DtWwwStateRspMsg::source().