|
RTS API Documentation
1.10.11
|
#include <switch_fct.h>
Collaboration diagram for _fct_logger_types_t:Data Fields | |
| char const * | name |
| fct_logger_new_fn | logger_new_fn |
| char const * | desc |
Definition at line 1930 of file switch_fct.h.
| char const* _fct_logger_types_t::desc |
Definition at line 1934 of file switch_fct.h.
Referenced by fctkern__write_help().
| fct_logger_new_fn _fct_logger_types_t::logger_new_fn |
Definition at line 1933 of file switch_fct.h.
Referenced by fckern_sel_log().
| char const* _fct_logger_types_t::name |
Definition at line 1932 of file switch_fct.h.
Referenced by fckern_sel_log(), and fctkern__write_help().
1.8.13