|
| 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 ×tamp, 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.
|
| |