ddt 1.2.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CommandLineParserSpy Class Reference
Inheritance diagram for CommandLineParserSpy:
ddt::CommandLineParser

Public Member Functions

bool optionExists (string name)
 
- Public Member Functions inherited from ddt::CommandLineParser
 CommandLineParser ()=default
 
virtual ~CommandLineParser ()=default
 
void SetOptions (std::string &broker, std::string &data_stream, int &frequency)
 Set the options for a data transfer application.
 
void SetBrokerOptions (std::string &uri, std::string &config_file, bool &datastreams_list)
 Set the options for a data broker application.
 
void SetViewerOptions (std::string &filename, std::string &local_broker_uri, std::string &remote_broker_uri, std::string &data_stream, std::string &server_uri, std::string &default_image_scale, bool &timestamp, std::string &overlay_file)
 Set the command line options for viewer applications.
 
void SetSubscriberOptions (std::string &broker, std::string &data_stream, int &interval, std::string &remote_broker, int &mode, bool &statistics, bool &dump_data, std::string &dump_folder)
 Set the options for a subscriber application.
 
void SetPublisherOptions (std::string &broker, std::string &data_stream, int &interval, int &buffer_size, std::string &image_folder, int &mode, bool &checksum)
 Set the options for a publisher application with image folder.
 
void SetRemoteClientOptions (std::string &server_uri, std::string &image_widget, std::string &command, std::vector< std::string > &arguments, int32_t &timeout, bool &infinite)
 Set the options for a remote client application.
 
CommandLineParserResult Parse (int argc, char *argv[])
 Parse the given commandline input.
 

Additional Inherited Members

- Protected Member Functions inherited from ddt::CommandLineParser
void SetGeneralOptions ()
 Set general command line options.
 
- Protected Attributes inherited from ddt::CommandLineParser
po::options_description options
 
po::positional_options_description positional_options
 

Member Function Documentation

◆ optionExists()

bool CommandLineParserSpy::optionExists ( string name)
inline

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