This message is used to cause the receivnig component to free all of the resources alloted to its process by the system and shutdown. More...
#include <shutdown.h>
Public Member Functions | |
Shutdown (const Address &dest=Address(), const Address &src=Address()) | |
Shutdown (const Shutdown &message) | |
~Shutdown () | |
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 |
Shutdown & | operator= (const Shutdown &message) |
This message is used to cause the receivnig component to free all of the resources alloted to its process by the system and shutdown.
Definition at line 56 of file shutdown.h.
JAUS::Shutdown::Shutdown | ( | const Address & | dest = Address() , |
const Address & | src = Address() |
||
) | [inline] |
Definition at line 59 of file shutdown.h.
JAUS::Shutdown::Shutdown | ( | const Shutdown & | message ) | [inline] |
Definition at line 63 of file shutdown.h.
JAUS::Shutdown::~Shutdown | ( | ) | [inline] |
Definition at line 67 of file shutdown.h.
virtual void JAUS::Shutdown::ClearMessageBody | ( | ) | [inline, virtual] |
Implements JAUS::Message.
Definition at line 79 of file shutdown.h.
virtual Message* JAUS::Shutdown::Clone | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 73 of file shutdown.h.
virtual UShort JAUS::Shutdown::GetMessageCodeOfResponse | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 77 of file shutdown.h.
virtual std::string JAUS::Shutdown::GetMessageName | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 78 of file shutdown.h.
virtual UInt JAUS::Shutdown::GetPresenceVector | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 74 of file shutdown.h.
virtual UInt JAUS::Shutdown::GetPresenceVectorMask | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 76 of file shutdown.h.
virtual UInt JAUS::Shutdown::GetPresenceVectorSize | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 75 of file shutdown.h.
virtual bool JAUS::Shutdown::IsCommand | ( | ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 70 of file shutdown.h.
virtual bool JAUS::Shutdown::IsLargeDataSet | ( | const unsigned int | maxPayloadSize ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 80 of file shutdown.h.
Definition at line 81 of file shutdown.h.
virtual int JAUS::Shutdown::ReadMessageBody | ( | const Packet & | packet ) | [inline, virtual] |
Implements JAUS::Message.
Definition at line 72 of file shutdown.h.
virtual int JAUS::Shutdown::WriteMessageBody | ( | Packet & | packet ) | const [inline, virtual] |
Implements JAUS::Message.
Definition at line 71 of file shutdown.h.