Public Member Functions

JAUS::Shutdown Class Reference

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>

Inheritance diagram for JAUS::Shutdown:
JAUS::Message

List of all members.

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 MessageClone () 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
Shutdownoperator= (const Shutdown &message)

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Shutdown& JAUS::Shutdown::operator= ( const Shutdown message ) [inline]

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines