DDS  ver. 3.6
Classes | Typedefs | Enumerations | Functions | Variables
dds::commander_cmd Namespace Reference

Classes

class  CAgentChannel
 
class  CConnectionManager
 
class  CGetLogChannelInfo
 
class  CScheduler
 
class  CSubmitAgentsChannelInfo
 
class  CTestChannelInfo
 
class  CUIChannelInfo
 
class  CUpdateTopologyChannelInfo
 
class  DDSChannelId
 
struct  SAgentInfo
 
struct  SOptions
 dds-commander's container of options More...
 
struct  SSlotInfo
 

Typedefs

using slotID_t = uint64_t
 
using taskID_t = uint64_t
 
typedef struct dds::commander_cmd::SOptions SOptions_t
 dds-commander's container of options More...
 

Enumerations

enum  EAgentState { unknown = 0, idle, executing }
 

Functions

bool ParseCmdLine (int _argc, char *_argv[], SOptions *_options)
 

Variables

const std::array< std::string, 3 > g_agentStates = { { "unknown", "idle", "executing" } }
 

Typedef Documentation

◆ slotID_t

using dds::commander_cmd::slotID_t = typedef uint64_t

◆ SOptions_t

dds-commander's container of options

◆ taskID_t

using dds::commander_cmd::taskID_t = typedef uint64_t

Enumeration Type Documentation

◆ EAgentState

Enumerator
unknown 
idle 
executing 

Function Documentation

◆ ParseCmdLine()

bool dds::commander_cmd::ParseCmdLine ( int  _argc,
char *  _argv[],
SOptions _options 
)
inline

Variable Documentation

◆ g_agentStates

const std::array<std::string, 3> dds::commander_cmd::g_agentStates = { { "unknown", "idle", "executing" } }