RTS API Documentation
1.10.11
|
#include <switch_fct.h>
Data Fields | |
char | name [FCT_MAX_LOG_LINE] |
char | cndtn [FCT_MAX_LOG_LINE] |
char | file [FCT_MAX_LOG_LINE] |
int | lineno |
nbool_t | is_pass |
char | msg [FCT_MAX_LOG_LINE] |
Definition at line 836 of file switch_fct.h.
char _fctchk_t::cndtn[FCT_MAX_LOG_LINE] |
Definition at line 842 of file switch_fct.h.
Referenced by fctchk_new().
char _fctchk_t::file[FCT_MAX_LOG_LINE] |
Definition at line 845 of file switch_fct.h.
Referenced by fctchk_new().
nbool_t _fctchk_t::is_pass |
Definition at line 849 of file switch_fct.h.
Referenced by fctchk_new().
int _fctchk_t::lineno |
Definition at line 847 of file switch_fct.h.
Referenced by fctchk_new().
char _fctchk_t::msg[FCT_MAX_LOG_LINE] |
Definition at line 854 of file switch_fct.h.
Referenced by fctchk_new().
char _fctchk_t::name[FCT_MAX_LOG_LINE] |
Definition at line 839 of file switch_fct.h.
Referenced by fctchk_new().