DDS  ver. 3.4
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
dds::agent_cmd::SOptions Struct Reference

dds-commander's container of options More...

#include <Options.h>

Public Types

enum  ECommands { cmd_unknown, cmd_start, cmd_clean }
 

Public Member Functions

 SOptions ()
 

Static Public Member Functions

static ECommands getCommandByName (const std::string &_name)
 

Public Attributes

ECommands m_Command { cmd_start }
 
size_t m_slots { 0 }
 

Detailed Description

dds-commander's container of options

Member Enumeration Documentation

◆ ECommands

Enumerator
cmd_unknown 
cmd_start 
cmd_clean 

Constructor & Destructor Documentation

◆ SOptions()

dds::agent_cmd::SOptions::SOptions ( )
inline

Member Function Documentation

◆ getCommandByName()

static ECommands dds::agent_cmd::SOptions::getCommandByName ( const std::string &  _name)
inlinestatic

Member Data Documentation

◆ m_Command

ECommands dds::agent_cmd::SOptions::m_Command { cmd_start }

◆ m_slots

size_t dds::agent_cmd::SOptions::m_slots { 0 }

The documentation for this struct was generated from the following file: