libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
|
Structre to add new option. More...
#include <opt.h>
Public Attributes | |
char | short_name |
std::string | long_name |
bool | have_arg |
bool | long_only |
std::string | help_msg |
std::string | arg_help |
std::string | def_val |
Structre to add new option.
std::string Pmc_option::arg_help |
Argument name for help
std::string Pmc_option::def_val |
Default value for help
bool Pmc_option::have_arg |
Use argument flag
std::string Pmc_option::help_msg |
Help message
std::string Pmc_option::long_name |
Optional long option
bool Pmc_option::long_only |
Use long option only flag
char Pmc_option::short_name |
Uniq single character For long only options, used by application