|
RTS API Documentation
1.10.11
|
#include <switch_fct.h>
Collaboration diagram for _fct_clp_t:Data Fields | |
| fct_nlist_t | clo_list |
| fct_nlist_t | param_list |
| char | error_msg [FCT_CLP_MAX_ERR_MSG_LEN] |
| int | is_error |
Definition at line 1550 of file switch_fct.h.
| fct_nlist_t _fct_clp_t::clo_list |
Definition at line 1553 of file switch_fct.h.
Referenced by fct_clp__add_options(), fct_clp__final(), fct_clp__get_clo(), fct_clp__init(), fct_clp__parse(), and fctkern__write_help().
| char _fct_clp_t::error_msg[FCT_CLP_MAX_ERR_MSG_LEN] |
Definition at line 1558 of file switch_fct.h.
Referenced by fct_clp__parse().
| int _fct_clp_t::is_error |
Definition at line 1559 of file switch_fct.h.
Referenced by fct_clp__parse().
| fct_nlist_t _fct_clp_t::param_list |
Definition at line 1556 of file switch_fct.h.
Referenced by fct_clp__final(), fct_clp__init(), fct_clp__is_param(), and fct_clp__parse().
1.8.13