Loading...
Searching...
No Matches
ProcessStateDataInterface.hpp
Definition ProcessStateDataInterface.hpp:24
virtual State::MessageList messages() const
messages The current messages in this point of the process.
Definition ProcessStateDataInterface.hpp:42
virtual std::vector< State::AddressAccessor > matchingAddresses()
matchingAddresses The addresses that correspond to this state.
Definition ProcessStateDataInterface.hpp:37
virtual State::MessageList setMessages(const State::MessageList &newMessages, const Process::MessageNode ¤tState)
setMessages Request a message change on behalf of the process.
Definition ProcessStateDataInterface.hpp:50