GATE
|
Defines command line options. More...
#include <applications.h>
Data Fields | |
gate_string_t | option_key |
gate_enumint_t | option_type |
void * | option_value |
gate_string_t | option_alias |
gate_string_t | option_name |
gate_string_t | option_description |
Defines command line options.
gate_string_t option_key |
Key name that identifies an option
gate_enumint_t option_type |
Option content or behavior type, see GATE_APP_OPTION_TYPE_* values
void* option_value |
Pointer to output variable that receives parsed option value
gate_string_t option_alias |
alias for option key
gate_string_t option_name |
name of the value for automatic help generation
gate_string_t option_description |
short description of option for automatic help generation