Public Member Functions

JAUS::Standby Class Reference

This message is used to transition the receiving component to the standby state. More...

#include <standby.h>

Inheritance diagram for JAUS::Standby:
JAUS::Message

List of all members.

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 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
Standbyoperator= (const Standby &message)

Detailed Description

This message is used to transition the receiving component to the standby state.

Definition at line 55 of file standby.h.


Constructor & Destructor Documentation

JAUS::Standby::Standby ( const Address dest = Address(),
const Address src = Address() 
) [inline]

Definition at line 58 of file standby.h.

JAUS::Standby::Standby ( const Standby message ) [inline]

Definition at line 62 of file standby.h.

JAUS::Standby::~Standby (  ) [inline]

Definition at line 66 of file standby.h.


Member Function Documentation

virtual void JAUS::Standby::ClearMessageBody (  ) [inline, virtual]

Implements JAUS::Message.

Definition at line 78 of file standby.h.

virtual Message* JAUS::Standby::Clone (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 72 of file standby.h.

virtual UShort JAUS::Standby::GetMessageCodeOfResponse (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 76 of file standby.h.

virtual std::string JAUS::Standby::GetMessageName (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 77 of file standby.h.

virtual UInt JAUS::Standby::GetPresenceVector (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 73 of file standby.h.

virtual UInt JAUS::Standby::GetPresenceVectorMask (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 75 of file standby.h.

virtual UInt JAUS::Standby::GetPresenceVectorSize (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 74 of file standby.h.

virtual bool JAUS::Standby::IsCommand (  ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 69 of file standby.h.

virtual bool JAUS::Standby::IsLargeDataSet ( const unsigned int  maxPayloadSize ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 79 of file standby.h.

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

Definition at line 80 of file standby.h.

virtual int JAUS::Standby::ReadMessageBody ( const Packet packet ) [inline, virtual]

Implements JAUS::Message.

Definition at line 71 of file standby.h.

virtual int JAUS::Standby::WriteMessageBody ( Packet packet ) const [inline, virtual]

Implements JAUS::Message.

Definition at line 70 of file standby.h.


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