# 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 Namespace Reference


Compounds

class  NLLOGIC::CLogicComparisonBlock
 CLogicComparisonBlock. More...

class  NLLOGIC::CLogicCondition
 CLogicCondition. More...

class  NLLOGIC::CLogicConditionLogicBlock
 CLogicConditionLogicBlock. More...

class  NLLOGIC::CLogicConditionNode
 CLogicConditionNode. More...

class  NLLOGIC::CLogicCounter
 CLogicCounter. More...

class  NLLOGIC::CLogicEvent
 CLogicEvent. More...

class  NLLOGIC::CLogicEventAction
 CLogicEventAction. More...

class  NLLOGIC::CLogicEventMessage
 CLogicEventMessage. More...

class  NLLOGIC::CLogicState
 CLogicState. More...

class  NLLOGIC::CLogicStateMachine
 CLogicStateMachine. More...

class  NLLOGIC::CLogicVariable
 CLogicVariable. More...


Typedefs

typedef std::map< std::string,
NLMISC::CEntityId
TSIdMap
 map destination names to destination sid. More...


Functions

void xmlCheckNodeName (xmlNodePtr &node, const char *nodeName)
std::string getXMLProp (xmlNodePtr node, const char *propName)
bool testNameWithFilter (sint8 filter, string motif, string varName)


Typedef Documentation

typedef std::map<std::string, NLMISC::CEntityId> NLLOGIC::TSIdMap
 

map destination names to destination sid.

Definition at line 47 of file logic_state.h.

Referenced by NLLOGIC::CLogicStateMachine::addSIdMap, and NLLOGIC::CLogicState::addSIdMap.


Function Documentation

std::string NLLOGIC::getXMLProp xmlNodePtr    node,
const char *    propName
 

Definition at line 71 of file logic_state_machine.cpp.

Referenced by NLLOGIC::CLogicCounter::read, NLLOGIC::CLogicVariable::read, NLLOGIC::CLogicStateMachine::read, NLLOGIC::CLogicState::read, NLLOGIC::CLogicEvent::read, NLLOGIC::CLogicEventAction::read, NLLOGIC::CLogicEventMessage::read, NLLOGIC::CLogicCondition::read, NLLOGIC::CLogicConditionNode::read, NLLOGIC::CLogicConditionLogicBlock::read, and NLLOGIC::CLogicComparisonBlock::read.

bool NLLOGIC::testNameWithFilter sint8    filter,
string    motif,
string    varName
 

Definition at line 496 of file logic_state_machine.cpp.

Referenced by NLLOGIC::CLogicStateMachine::setVerbose.

void NLLOGIC::xmlCheckNodeName xmlNodePtr &    node,
const char *    nodeName
 

Definition at line 41 of file logic_state_machine.cpp.

Referenced by NLLOGIC::CLogicCounter::read, NLLOGIC::CLogicVariable::read, NLLOGIC::CLogicStateMachine::read, NLLOGIC::CLogicState::read, NLLOGIC::CLogicEvent::read, NLLOGIC::CLogicEventAction::read, NLLOGIC::CLogicEventMessage::read, NLLOGIC::CLogicCondition::read, NLLOGIC::CLogicConditionNode::read, NLLOGIC::CLogicConditionLogicBlock::read, and NLLOGIC::CLogicComparisonBlock::read.