#include <NM_Classes.hh>

Public Types | |
| typedef NetworkMessage | Super |
Public Member Functions | |
| NM_Set_Attribute_Scope_Advisory_Switch () | |
| virtual | ~NM_Set_Attribute_Scope_Advisory_Switch () |
| virtual void | serialize (MessageBuffer &msgBuffer) |
| Serialize the message into a buffer. | |
| virtual void | deserialize (MessageBuffer &msgBuffer) |
| DeSerialize the message from a buffer. | |
| void | attributeScopeAdvisorySwitchOn () |
| void | attributeScopeAdvisorySwitchOff () |
| bool | getAttributeScopeAdvisorySwitch () |
Protected Attributes | |
| bool | attributeScopeAdvisorySwitch |
Definition at line 381 of file NM_Classes.hh.
| typedef NetworkMessage Super |
Definition at line 383 of file NM_Classes.hh.
Definition at line 691 of file NM_Classes.cc.
References NM_Set_Attribute_Scope_Advisory_Switch::attributeScopeAdvisorySwitch, NetworkMessage::name, NetworkMessage::SET_ATTRIBUTE_SCOPE_ADVISORY_SWITCH, and NetworkMessage::type.
| ~NM_Set_Attribute_Scope_Advisory_Switch | ( | ) | [virtual] |
Definition at line 697 of file NM_Classes.cc.
| void serialize | ( | MessageBuffer & | msgBuffer | ) | [virtual] |
Serialize the message into a buffer.
Reimplemented from NetworkMessage.
Definition at line 699 of file NM_Classes.cc.
References NM_Set_Attribute_Scope_Advisory_Switch::attributeScopeAdvisorySwitch, NetworkMessage::serialize(), and MessageBuffer::write_bool().

| void deserialize | ( | MessageBuffer & | msgBuffer | ) | [virtual] |
DeSerialize the message from a buffer.
Reimplemented from NetworkMessage.
Definition at line 705 of file NM_Classes.cc.
References NM_Set_Attribute_Scope_Advisory_Switch::attributeScopeAdvisorySwitch, NetworkMessage::deserialize(), and MessageBuffer::read_bool().

| void attributeScopeAdvisorySwitchOn | ( | ) | [inline] |
Definition at line 389 of file NM_Classes.hh.
Referenced by ObjectManagement::setAttributeScopeAdvisorySwitch().
| void attributeScopeAdvisorySwitchOff | ( | ) | [inline] |
Definition at line 390 of file NM_Classes.hh.
Referenced by ObjectManagement::setAttributeScopeAdvisorySwitch().
| bool getAttributeScopeAdvisorySwitch | ( | ) | [inline] |
Definition at line 391 of file NM_Classes.hh.
Referenced by RTIG::processSetAttributeScopeAdvisorySwitch().
bool attributeScopeAdvisorySwitch [protected] |
Definition at line 391 of file NM_Classes.hh.
Referenced by NM_Set_Attribute_Scope_Advisory_Switch::deserialize(), NM_Set_Attribute_Scope_Advisory_Switch::NM_Set_Attribute_Scope_Advisory_Switch(), and NM_Set_Attribute_Scope_Advisory_Switch::serialize().
1.5.5