# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLLOGIC::CLogicEventMessage Class Reference

CLogicEventMessage. More...

#include <logic_event.h>

List of all members.

Public Methods

 CLogicEventMessage ()
 Default constructor. More...

void write (xmlNodePtr node, const char *subName="") const
 serial. More...

void read (xmlNodePtr node, const char *subName="")

Public Attributes

bool ToSend
 true if the message has to be sent. More...

bool Sent
 true if the message has been sent. More...

std::string Destination
 message destination. More...

NLMISC::CEntityId DestinationId
 message destination id. More...

std::string MessageId
 message id. More...

std::string Arguments
 message arguments. More...


Detailed Description

CLogicEventMessage.

Author:
Stephane Coutelas , Nevrax France
Date:
2001

Definition at line 51 of file logic_event.h.


Constructor & Destructor Documentation

NLLOGIC::CLogicEventMessage::CLogicEventMessage   [inline]
 

Default constructor.

Definition at line 76 of file logic_event.h.

References Arguments, Destination, MessageId, Sent, NLMISC::CEntityId::setCreatorId, NLMISC::CEntityId::setDynamicId, NLMISC::CEntityId::setType, and ToSend.


Member Function Documentation

void NLLOGIC::CLogicEventMessage::read xmlNodePtr    node,
const char *    subName = ""
 

Definition at line 68 of file logic_event.cpp.

References Arguments, Destination, DestinationId, NLLOGIC::getXMLProp, MessageId, and NLLOGIC::xmlCheckNodeName.

void NLLOGIC::CLogicEventMessage::write xmlNodePtr    node,
const char *    subName = ""
const
 

serial.

Definition at line 59 of file logic_event.cpp.

References Destination.


Member Data Documentation

std::string NLLOGIC::CLogicEventMessage::Arguments
 

message arguments.

Definition at line 71 of file logic_event.h.

Referenced by CLogicEventMessage, and read.

std::string NLLOGIC::CLogicEventMessage::Destination
 

message destination.

Definition at line 62 of file logic_event.h.

Referenced by CLogicEventMessage, read, and write.

NLMISC::CEntityId NLLOGIC::CLogicEventMessage::DestinationId
 

message destination id.

Definition at line 65 of file logic_event.h.

Referenced by read.

std::string NLLOGIC::CLogicEventMessage::MessageId
 

message id.

Definition at line 68 of file logic_event.h.

Referenced by CLogicEventMessage, and read.

bool NLLOGIC::CLogicEventMessage::Sent
 

true if the message has been sent.

Definition at line 59 of file logic_event.h.

Referenced by CLogicEventMessage.

bool NLLOGIC::CLogicEventMessage::ToSend
 

true if the message has to be sent.

Definition at line 56 of file logic_event.h.

Referenced by CLogicEventMessage.


The documentation for this class was generated from the following files: