RTS API Documentation  1.10.11
Data Fields
_fctchk_t Struct Reference

#include <switch_fct.h>

+ Collaboration diagram for _fctchk_t:

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]
 

Detailed Description

Definition at line 836 of file switch_fct.h.

Field Documentation

◆ cndtn

char _fctchk_t::cndtn[FCT_MAX_LOG_LINE]

Definition at line 842 of file switch_fct.h.

Referenced by fctchk_new().

◆ file

char _fctchk_t::file[FCT_MAX_LOG_LINE]

Definition at line 845 of file switch_fct.h.

Referenced by fctchk_new().

◆ is_pass

nbool_t _fctchk_t::is_pass

Definition at line 849 of file switch_fct.h.

Referenced by fctchk_new().

◆ lineno

int _fctchk_t::lineno

Definition at line 847 of file switch_fct.h.

Referenced by fctchk_new().

◆ msg

char _fctchk_t::msg[FCT_MAX_LOG_LINE]

Definition at line 854 of file switch_fct.h.

Referenced by fctchk_new().

◆ name

char _fctchk_t::name[FCT_MAX_LOG_LINE]

Definition at line 839 of file switch_fct.h.

Referenced by fctchk_new().


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