RTS API Documentation  1.10.11
Data Fields
_fctkern_t Struct Reference

#include <switch_fct.h>

+ Collaboration diagram for _fctkern_t:

Data Fields

fct_namespace_t ns
 
fct_clp_t cl_parser
 
int cl_argc
 
char const ** cl_argv
 
fctcl_init_t const * cl_user_opts
 
int cl_is_parsed
 
fct_nlist_t logger_list
 
fct_logger_types_tlt_usr
 
fct_logger_types_tlt_sys
 
fct_nlist_t prefix_list
 
fct_nlist_t ts_list
 
size_t num_expected_failures
 

Detailed Description

Definition at line 1858 of file switch_fct.h.

Field Documentation

◆ cl_argc

int _fctkern_t::cl_argc

Definition at line 1868 of file switch_fct.h.

Referenced by fctkern__cl_parse(), and fctkern__init().

◆ cl_argv

char const** _fctkern_t::cl_argv

Definition at line 1869 of file switch_fct.h.

Referenced by fctkern__cl_parse(), and fctkern__init().

◆ cl_is_parsed

int _fctkern_t::cl_is_parsed

Definition at line 1874 of file switch_fct.h.

Referenced by fctkern__cl_parse(), and fctkern__init().

◆ cl_parser

fct_clp_t _fctkern_t::cl_parser

◆ cl_user_opts

fctcl_init_t const* _fctkern_t::cl_user_opts

Definition at line 1871 of file switch_fct.h.

Referenced by fctkern__cl_parse().

◆ logger_list

fct_nlist_t _fctkern_t::logger_list

◆ lt_sys

fct_logger_types_t* _fctkern_t::lt_sys

◆ lt_usr

fct_logger_types_t* _fctkern_t::lt_usr

◆ ns

fct_namespace_t _fctkern_t::ns

Definition at line 1862 of file switch_fct.h.

Referenced by fctkern__init().

◆ num_expected_failures

size_t _fctkern_t::num_expected_failures

Definition at line 1893 of file switch_fct.h.

◆ prefix_list

fct_nlist_t _fctkern_t::prefix_list

◆ ts_list

fct_nlist_t _fctkern_t::ts_list

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