# 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::CLogicEventAction Class Reference

CLogicEventAction. More...

#include <logic_event.h>

List of all members.

Public Methods

 CLogicEventAction ()
 Default constructor. More...

void enableSendMessage ()
 This message will be sent as soon as the dest id will be given. More...

void write (xmlNodePtr node) const
 serial. More...

void read (xmlNodePtr node)

Public Attributes

bool IsStateChange
 true if this action consist in a state change, false if it's a message. More...

std::string StateChange
 state name for state change. More...

CLogicEventMessage EventMessage
 event message. More...


Detailed Description

CLogicEventAction.

Author:
Stephane Coutelas , Nevrax France
Date:
2001

Definition at line 105 of file logic_event.h.


Constructor & Destructor Documentation

NLLOGIC::CLogicEventAction::CLogicEventAction   [inline]
 

Default constructor.

Definition at line 121 of file logic_event.h.

References IsStateChange.


Member Function Documentation

void NLLOGIC::CLogicEventAction::enableSendMessage  
 

This message will be sent as soon as the dest id will be given.

Definition at line 89 of file logic_event.cpp.

References EventMessage.

void NLLOGIC::CLogicEventAction::read xmlNodePtr    node
 

Definition at line 132 of file logic_event.cpp.

References EventMessage, NLLOGIC::getXMLProp, IsStateChange, StateChange, and NLLOGIC::xmlCheckNodeName.

void NLLOGIC::CLogicEventAction::write xmlNodePtr    node const
 

serial.

Definition at line 118 of file logic_event.cpp.

References EventMessage, and StateChange.


Member Data Documentation

CLogicEventMessage NLLOGIC::CLogicEventAction::EventMessage
 

event message.

Definition at line 116 of file logic_event.h.

Referenced by enableSendMessage, read, and write.

bool NLLOGIC::CLogicEventAction::IsStateChange
 

true if this action consist in a state change, false if it's a message.

Definition at line 110 of file logic_event.h.

Referenced by CLogicEventAction, and read.

std::string NLLOGIC::CLogicEventAction::StateChange
 

state name for state change.

Definition at line 113 of file logic_event.h.

Referenced by read, and write.


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