#include <NM_Classes.hh>
Public Types | |
typedef NM_WithHandleArray | Super |
Public Member Functions | |
NM_Register_Federation_Synchronization_Point () | |
virtual | ~NM_Register_Federation_Synchronization_Point () |
virtual void | serialize (MessageBuffer &msgBuffer) |
Serialize the message into a buffer. | |
virtual void | deserialize (MessageBuffer &msgBuffer) |
DeSerialize the message from a buffer. | |
void | setExist () |
void | setDoesNotExist () |
bool | doesSetExist () |
Protected Attributes | |
bool | _setExist |
Definition at line 402 of file NM_Classes.hh.
typedef NM_WithHandleArray Super |
Definition at line 714 of file NM_Classes.cc.
References NM_Register_Federation_Synchronization_Point::_setExist, NetworkMessage::name, NetworkMessage::REGISTER_FEDERATION_SYNCHRONIZATION_POINT, and NetworkMessage::type.
~NM_Register_Federation_Synchronization_Point | ( | ) | [virtual] |
Definition at line 720 of file NM_Classes.cc.
void serialize | ( | MessageBuffer & | msgBuffer | ) | [virtual] |
Serialize the message into a buffer.
Reimplemented from NM_WithHandleArray.
Definition at line 723 of file NM_Classes.cc.
References NM_Register_Federation_Synchronization_Point::_setExist, NM_WithHandleArray::serialize(), and MessageBuffer::write_bool().
void deserialize | ( | MessageBuffer & | msgBuffer | ) | [virtual] |
DeSerialize the message from a buffer.
Reimplemented from NM_WithHandleArray.
Definition at line 730 of file NM_Classes.cc.
References NM_Register_Federation_Synchronization_Point::_setExist, NM_WithHandleArray::deserialize(), and MessageBuffer::read_bool().
void setExist | ( | ) | [inline] |
Definition at line 410 of file NM_Classes.hh.
Referenced by FederationManagement::registerSynchronization().
void setDoesNotExist | ( | ) | [inline] |
Definition at line 411 of file NM_Classes.hh.
Referenced by FederationManagement::registerSynchronization().
bool doesSetExist | ( | ) | [inline] |
bool _setExist [protected] |