Classes | |
| class | CLogicComparisonBlock |
| CLogicComparisonBlock. More... | |
| class | CLogicConditionLogicBlock |
| CLogicConditionLogicBlock. More... | |
| class | CLogicConditionNode |
| CLogicConditionNode. More... | |
| class | CLogicCondition |
| CLogicCondition. More... | |
| class | CLogicEventMessage |
| CLogicEventMessage. More... | |
| class | CLogicEventAction |
| CLogicEventAction. More... | |
| class | CLogicEvent |
| CLogicEvent. More... | |
| class | CLogicState |
| CLogicState. More... | |
| class | CLogicStateMachine |
| CLogicStateMachine. More... | |
| class | CLogicVariable |
| CLogicVariable. More... | |
| class | CLogicCounter |
| CLogicCounter. More... | |
Typedefs | |
| typedef std::map< std::string, NLMISC::CEntityId > | TSIdMap |
| map destination names to destination sid | |
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 std::map<std::string, NLMISC::CEntityId> NLLOGIC::TSIdMap |
map destination names to destination sid
Definition at line 42 of file logic_state.h.
| std::string NLLOGIC::getXMLProp | ( | xmlNodePtr | node, | |
| const char * | propName | |||
| ) |
Definition at line 70 of file logic_state_machine.cpp.
References NLMISC::n, nlinfo, and NLMISC::smprintf().
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().
Definition at line 495 of file logic_state_machine.cpp.
Referenced by NLLOGIC::CLogicStateMachine::setVerbose().
| void NLLOGIC::xmlCheckNodeName | ( | xmlNodePtr & | node, | |
| const char * | nodeName | |||
| ) |
Definition at line 40 of file logic_state_machine.cpp.
References nlinfo, nlstop, and NLMISC::smprintf().
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().
1.6.1