open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::StopFreezePdu Class Reference
Inheritance diagram for DIS::StopFreezePdu:
Inheritance graph
[legend]
Collaboration diagram for DIS::StopFreezePdu:
Collaboration graph
[legend]

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
ClockTimegetRealWorldTime ()
 
const ClockTimegetRealWorldTime () const
 
void setRealWorldTime (const ClockTime &pX)
 
unsigned char getReason () const
 
void setReason (unsigned char pX)
 
unsigned char getFrozenBehavior () const
 
void setFrozenBehavior (unsigned char pX)
 
short getPadding1 () const
 
void setPadding1 (short pX)
 
unsigned int getRequestID () const
 
void setRequestID (unsigned int pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const StopFreezePdu &rhs) const
 
virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
ClockTimegetRealWorldTime ()
 
const ClockTimegetRealWorldTime () const
 
void setRealWorldTime (const ClockTime &pX)
 
unsigned char getReason () const
 
void setReason (unsigned char pX)
 
unsigned char getFrozenBehavior () const
 
void setFrozenBehavior (unsigned char pX)
 
short getPadding1 () const
 
void setPadding1 (short pX)
 
unsigned int getRequestID () const
 
void setRequestID (unsigned int pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const StopFreezePdu &rhs) const
 
- Public Member Functions inherited from DIS::SimulationManagementFamilyPdu
EntityIDgetOriginatingEntityID ()
 
const EntityIDgetOriginatingEntityID () const
 
void setOriginatingEntityID (const EntityID &pX)
 
EntityIDgetReceivingEntityID ()
 
const EntityIDgetReceivingEntityID () const
 
void setReceivingEntityID (const EntityID &pX)
 
bool operator== (const SimulationManagementFamilyPdu &rhs) const
 
EntityIDgetOriginatingEntityID ()
 
const EntityIDgetOriginatingEntityID () const
 
void setOriginatingEntityID (const EntityID &pX)
 
EntityIDgetReceivingEntityID ()
 
const EntityIDgetReceivingEntityID () const
 
void setReceivingEntityID (const EntityID &pX)
 
bool operator== (const SimulationManagementFamilyPdu &rhs) const
 
- Public Member Functions inherited from DIS::Pdu
unsigned char getProtocolVersion () const
 
void setProtocolVersion (unsigned char pX)
 
unsigned char getExerciseID () const
 
void setExerciseID (unsigned char pX)
 
unsigned char getPduType () const
 
void setPduType (unsigned char pX)
 
unsigned char getProtocolFamily () const
 
void setProtocolFamily (unsigned char pX)
 
unsigned int getTimestamp () const
 
void setTimestamp (unsigned int pX)
 
unsigned short getLength () const
 
void setLength (unsigned short pX)
 
short getPadding () const
 
void setPadding (short pX)
 
bool operator== (const Pdu &rhs) const
 
unsigned char getPduStatus () const
 
void setPduStatus (unsigned char pX)
 
unsigned char getPadding () const
 
void setPadding (unsigned char pX)
 
bool operator== (const Pdu &rhs) const
 
- Public Member Functions inherited from DIS::PduSuperclass
unsigned char getProtocolVersion () const
 
void setProtocolVersion (unsigned char pX)
 
unsigned char getExerciseID () const
 
void setExerciseID (unsigned char pX)
 
unsigned char getPduType () const
 
void setPduType (unsigned char pX)
 
unsigned char getProtocolFamily () const
 
void setProtocolFamily (unsigned char pX)
 
unsigned int getTimestamp () const
 
void setTimestamp (unsigned int pX)
 
unsigned short getLength () const
 
void setLength (unsigned short pX)
 
bool operator== (const PduSuperclass &rhs) const
 

Protected Attributes

ClockTime _realWorldTime
 UTC time at which the simulation shall stop or freeze. More...
 
unsigned char _reason
 Reason the simulation was stopped or frozen. More...
 
unsigned char _frozenBehavior
 Internal behavior of the simulation and its appearance while frozento the other participants. More...
 
short _padding1
 padding
 
unsigned int _requestID
 Request ID that is unique.
 
- Protected Attributes inherited from DIS::SimulationManagementFamilyPdu
EntityID _originatingEntityID
 Entity that is sending message.
 
EntityID _receivingEntityID
 Entity that is intended to receive message.
 
- Protected Attributes inherited from DIS::Pdu
unsigned char _protocolVersion
 The version of the protocol. More...
 
unsigned char _exerciseID
 Exercise ID.
 
unsigned char _pduType
 Type of pdu, unique for each PDU class.
 
unsigned char _protocolFamily
 value that refers to the protocol family, eg SimulationManagement, et
 
unsigned int _timestamp
 Timestamp value.
 
unsigned short _length
 Length, in bytes, of the PDU.
 
short _padding
 zero-filled array of padding
 
unsigned char _pduStatus
 PDU Status Record. More...
 
unsigned char _padding
 zero-filled array of padding
 
- Protected Attributes inherited from DIS::PduSuperclass
unsigned char _protocolVersion
 The version of the protocol. More...
 
unsigned char _exerciseID
 Exercise ID.
 
unsigned char _pduType
 Type of pdu, unique for each PDU class.
 
unsigned char _protocolFamily
 value that refers to the protocol family, eg SimulationManagement, et
 
unsigned int _timestamp
 Timestamp value.
 
unsigned short _length
 Length, in bytes, of the PDU.
 

Member Data Documentation

◆ _frozenBehavior

unsigned char DIS::StopFreezePdu::_frozenBehavior
protected

Internal behavior of the simulation and its appearance while frozento the other participants.

Internal behavior of the entity(or simulation) and its appearance while frozen to the other participants.

◆ _realWorldTime

ClockTime DIS::StopFreezePdu::_realWorldTime
protected

UTC time at which the simulation shall stop or freeze.

real-world(UTC) time at which the entity shall stop or freeze in the exercise

◆ _reason

unsigned char DIS::StopFreezePdu::_reason
protected

Reason the simulation was stopped or frozen.

Reason the simulation was stopped or frozen (see section 7 of SISO-REF-010) represented by an 8-bit enumeration.


The documentation for this class was generated from the following files: