This message is used to transition the receiving component to the standby state. More...
#include <standby.h>
Public Member Functions | |
Standby (const Address &dest=Address(), const Address &src=Address()) | |
Standby (const Standby &message) | |
~Standby () | |
virtual bool | IsCommand () const |
virtual int | WriteMessageBody (Packet &packet) const |
virtual int | ReadMessageBody (const Packet &packet) |
virtual Message * | Clone () const |
virtual UInt | GetPresenceVector () const |
virtual UInt | GetPresenceVectorSize () const |
virtual UInt | GetPresenceVectorMask () const |
virtual UShort | GetMessageCodeOfResponse () const |
virtual std::string | GetMessageName () const |
virtual void | ClearMessageBody () |
virtual bool | IsLargeDataSet (const unsigned int maxPayloadSize) const |
Standby & | operator= (const Standby &message) |
This message is used to transition the receiving component to the standby state.
Definition at line 55 of file standby.h.
JAUS::Standby::Standby | ( | const Standby & | message ) | [inline] |
virtual void JAUS::Standby::ClearMessageBody | ( | ) | [inline, virtual] |
Implements JAUS::Message.
virtual Message* JAUS::Standby::Clone | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual UShort JAUS::Standby::GetMessageCodeOfResponse | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual std::string JAUS::Standby::GetMessageName | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual UInt JAUS::Standby::GetPresenceVector | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual UInt JAUS::Standby::GetPresenceVectorMask | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual UInt JAUS::Standby::GetPresenceVectorSize | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual bool JAUS::Standby::IsCommand | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
virtual bool JAUS::Standby::IsLargeDataSet | ( | const unsigned int | maxPayloadSize ) | const [inline, virtual] |
Implements JAUS::Message.
virtual int JAUS::Standby::ReadMessageBody | ( | const Packet & | packet ) | [inline, virtual] |
Implements JAUS::Message.
virtual int JAUS::Standby::WriteMessageBody | ( | Packet & | packet ) | const [inline, virtual] |
Implements JAUS::Message.