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

#include <opt.h>

Public Attributes

char short_name
 
const char * long_name
 
bool have_arg
 
bool long_only
 
const char * help_msg
 
const char * arg_help
 
const char * def_val
 

Detailed Description

Structre to add new option

Member Data Documentation

◆ arg_help

const char* ptpmgmt_opt_option::arg_help

Argument name for help

◆ def_val

const char* ptpmgmt_opt_option::def_val

Default value for help

◆ have_arg

bool ptpmgmt_opt_option::have_arg

Use argument flag

◆ help_msg

const char* ptpmgmt_opt_option::help_msg

Help message

◆ long_name

const char* ptpmgmt_opt_option::long_name

Optional long option

◆ long_only

bool ptpmgmt_opt_option::long_only

Use long option only flag

◆ short_name

char ptpmgmt_opt_option::short_name

Uniq single character required as it is used by application


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