An embedded state machine with mappings.
More...
#include <statemachine.h>
An embedded state machine with mappings.
Definition at line 200 of file statemachine.h.
◆ EmbeddedStateMachine()
| fipa::acl::EmbeddedStateMachine::EmbeddedStateMachine |
( |
| ) |
|
|
inline |
◆ toString()
| std::string fipa::acl::EmbeddedStateMachine::toString |
( |
| ) |
const |
Convert to string
Definition at line 245 of file statemachine.cpp.
247 std::stringstream str;
248 str <<
"embedded state machine: protocol: '" <<
name 249 <<
"', from: '" <<
from 250 <<
"', proxied_to: '" <<
proxiedTo <<
"'\n";
◆ toXML()
| std::string fipa::acl::EmbeddedStateMachine::toXML |
( |
| ) |
const |
Convert to XML
Definition at line 269 of file statemachine.cpp.
271 std::stringstream str;
272 str <<
"<subprotocol name=\"" <<
name <<
"\" " 273 <<
"from=\"" <<
from <<
"\" "
◆ actualProtocol
| std::string fipa::acl::EmbeddedStateMachine::actualProtocol |
|
mutable |
◆ from
| std::string fipa::acl::EmbeddedStateMachine::from |
◆ fromRole
| Role fipa::acl::EmbeddedStateMachine::fromRole |
◆ name
| std::string fipa::acl::EmbeddedStateMachine::name |
◆ numberOfSubConversations
| int fipa::acl::EmbeddedStateMachine::numberOfSubConversations |
◆ proxiedTo
| std::string fipa::acl::EmbeddedStateMachine::proxiedTo |
◆ proxiedToRole
| Role fipa::acl::EmbeddedStateMachine::proxiedToRole |
◆ receivedProxiedReply
| bool fipa::acl::EmbeddedStateMachine::receivedProxiedReply |
◆ stateMachine
The documentation for this struct was generated from the following files:
- /build/rock-master-18.09-multiagent-fipa-acl-0.20180914/src/conversation_monitor/statemachine.h
- /build/rock-master-18.09-multiagent-fipa-acl-0.20180914/src/conversation_monitor/statemachine.cpp