libptpmgmt  1.4
libptpmgmt library that provides the functionality of linuxptp pmc
Public Attributes | List of all members
Pmc_option Struct Reference

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
 

Detailed Description

Structre to add new option.

Member Data Documentation

◆ arg_help

std::string Pmc_option::arg_help

Argument name for help

◆ def_val

std::string Pmc_option::def_val

Default value for help

◆ have_arg

bool Pmc_option::have_arg

Use argument flag

◆ help_msg

std::string Pmc_option::help_msg

Help message

◆ long_name

std::string Pmc_option::long_name

Optional long option

◆ long_only

bool Pmc_option::long_only

Use long option only flag

◆ short_name

char Pmc_option::short_name

Uniq single character For long only options, used by application


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