#include <MoNetCommandInfo.h>
Public Member Functions | |
| MoNetCommandInfo (bool syncKey) | |
| ~MoNetCommandInfo () | |
| bool | SetAgentCommand (MoNetAgentID agent, int index, MoNetPosture start, MoNetPosture end) |
| void | SetAgentResult (MoNetAgentID agent, int index, MoNetStatus st) |
| void | ClearAgentResult () |
| bool | IsDone () |
| MoNetPosture | StartPosture () |
| MoNetPosture | EndPosture () |
| bool | UseSyncKey () |
| int | NumAgentCommands () |
| MoNetAgentCommand * | AgentCommand (int i) |
Private Attributes | |
| bool | useSyncKey |
| int | numAgentCommands |
| MoNetStatus | status [MAXNUM_AGENT_COMMANDS] |
| MoNetAgentCommand | agentCommand [MAXNUM_AGENT_COMMANDS] |
|
|
Definition at line 14 of file MoNetCommandInfo.cc. References agentCommand, MoNetAgentCommand::Clear(), and status. |
|
|
Definition at line 22 of file MoNetCommandInfo.h. |
|
|
Definition at line 35 of file MoNetCommandInfo.h. Referenced by MoNet::ExecuteCommandInfo(). |
|
|
Definition at line 49 of file MoNetCommandInfo.cc. References status. Referenced by MoNet::NotifyAgentResult(). |
|
|
Definition at line 83 of file MoNetCommandInfo.cc. References MoNetAgentCommand::agent, agentCommand, MoNetAgentCommand::endPosture, MoNetPosture, and NumAgentCommands(). Referenced by MoNet::Execute(), MoNet::NotifyAgentResult(), MoNet::ReadMoNetCommandConfig(), and MoNet::ReadMoNetConfig(). |
|
|
Definition at line 57 of file MoNetCommandInfo.cc. References status. Referenced by MoNet::NotifyAgentResult(). |
|
|
Definition at line 34 of file MoNetCommandInfo.h. Referenced by EndPosture(), MoNet::ExecuteCommandInfo(), and StartPosture(). |
|
||||||||||||||||||||
|
Definition at line 24 of file MoNetCommandInfo.cc. References MoNetAgentCommand::agent, agentCommand, MoNetAgentCommand::endPosture, MoNetAgentCommand::index, numAgentCommands, and MoNetAgentCommand::startPosture. Referenced by MoNet::ReadMoNetCommandConfig(), and MoNet::ReadMoNetConfig(). |
|
||||||||||||||||
|
Definition at line 38 of file MoNetCommandInfo.cc. References MoNetAgentCommand::agent, agentCommand, MoNetAgentCommand::index, and status. Referenced by MoNet::NotifyAgentResult(). |
|
|
Definition at line 67 of file MoNetCommandInfo.cc. References MoNetAgentCommand::agent, agentCommand, MoNetPosture, NumAgentCommands(), and MoNetAgentCommand::startPosture. Referenced by MoNet::Execute(), MoNet::ReadMoNetCommandConfig(), and MoNet::ReadMoNetConfig(). |
|
|
Definition at line 33 of file MoNetCommandInfo.h. Referenced by MoNet::ExecuteCommandInfo(). |
|
|
Definition at line 41 of file MoNetCommandInfo.h. Referenced by EndPosture(), MoNetCommandInfo(), SetAgentCommand(), SetAgentResult(), and StartPosture(). |
|
|
Definition at line 39 of file MoNetCommandInfo.h. Referenced by SetAgentCommand(). |
|
|
Definition at line 40 of file MoNetCommandInfo.h. Referenced by ClearAgentResult(), IsDone(), MoNetCommandInfo(), and SetAgentResult(). |
|
|
Definition at line 38 of file MoNetCommandInfo.h. |
1.3.9.1