![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Collaboration diagram for DtNetWwwFederateStateMsg:Public Attributes | |
| DtNetMsgHeader | header |
| DtNetU32 | requestNotResponse |
| True if this message is a request, False if a response. | |
| DtNetU32 | connId |
| The connection ID of the source/destination (really this is all that is needed to id the target) | |
| DtNetU32 | federateHandle |
| Target Federate ID for message. | |
| DtNetU32 | stateType |
| State Component ID requested/contained. | |
| 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? | |
| DtNetU8 | proxied |
| Is this a proxied update request? | |
| DtNetU16 | padding |
| Padding. | |
| DtNetU32 | payloadLength |
| Length of the Response data (0 if none present) | |
| DtNetU8 DtNetWwwFederateStateMsg::completeState |
Is this a complete state response, or a fragment?
Referenced by DtWwwFederateStateRspMsg::isComplete(), and DtWwwFederateStateRspMsg::setIsComplete().
| DtNetU32 DtNetWwwFederateStateMsg::connId |
The connection ID of the source/destination (really this is all that is needed to id the target)
Referenced by DtWwwFederateStateRspMsg::setSourceConnectionId(), DtWwwFederateStateReqMsg::setTargetConnectionId(), DtWwwFederateStateRspMsg::sourceConnectionId(), and DtWwwFederateStateReqMsg::targetConnectionId().
| DtNetU32 DtNetWwwFederateStateMsg::federateHandle |
Target Federate ID for message.
Referenced by DtWwwFederateStateRspMsg::setSourceFederateHandle(), DtWwwFederateStateReqMsg::setTargetFederateHandle(), DtWwwFederateStateRspMsg::sourceFederateHandle(), and DtWwwFederateStateReqMsg::targetFederateHandle().
| DtNetMsgHeader DtNetWwwFederateStateMsg::header |
| DtNetU16 DtNetWwwFederateStateMsg::padding |
Padding.
| DtNetU32 DtNetWwwFederateStateMsg::payloadLength |
Length of the Response data (0 if none present)
Referenced by DtWwwFederateStateRspMsg::netMsgPayload(), and DtWwwFederateStateRspMsg::setPayload().
| DtNetU8 DtNetWwwFederateStateMsg::proxied |
Is this a proxied update request?
Referenced by DtWwwFederateStateReqMsg::isProxied(), and DtWwwFederateStateReqMsg::setProxied().
| DtNetU8 DtNetWwwFederateStateMsg::replaceExisiting |
Does this state response replace the previous responses or append to them?
Referenced by DtWwwFederateStateRspMsg::isReplacementNotAppend(), and DtWwwFederateStateRspMsg::setIsReplacementNotAppend().
| DtNetU32 DtNetWwwFederateStateMsg::requestNotResponse |
True if this message is a request, False if a response.
Referenced by DtWwwFederateStateReqMsg::DtWwwFederateStateReqMsg(), and DtWwwFederateStateRspMsg::DtWwwFederateStateRspMsg().
| DtNetU32 DtNetWwwFederateStateMsg::stateType |
State Component ID requested/contained.
Referenced by DtWwwFederateStateReqMsg::requestType(), DtWwwFederateStateRspMsg::responseType(), DtWwwFederateStateReqMsg::setRequestType(), and DtWwwFederateStateRspMsg::setResponseType().