|
|
|
|
| Function | get_config_file |
| Include file | PRC_CNFG.H |
| Prototype | char * get_config_file( char *file_name ) |
| Remarks | Return either a user provided config_file name or the module subsystem default name. |
![]()
| Function | set_config_table |
| Include file | PRC_CNFG.H |
| Prototype | void set_config_table( CNF *user_cnf_table , int user_cnf_table_size ) |
| Remarks | Set the module vars to point to the user config table so that when ld_ascii_data_file calls process_config_file( one_input_line ) the table will be available for use. |
![]()
| Function | process_config_file |
| Include file | PRC_CNFG.H |
| Prototype | void process_config_file( char *file_name ) |
| Remarks | Module entry point to get a config file processed. |
![]()
| Function | lc_process_config_file |
| Include file | PRC_CNFG.H |
| Prototype | static void lc_process_config_file( char *input_line ) |
| Remarks | Called by ld_ascii_data_file to process a individual config file entry. After preping the input_line, it will call process_one_config_entry. |
![]()
| Function | process_one_config_entry |
| Include file | PRC_CNFG.H |
| Prototype | static int process_one_config_entry( char *input_line ) |
| Remarks | Lookup, validate and store one entry. |
![]()
| Function | lookup_config_index |
| Include file | PRC_CNFG.H |
| Prototype | static int lookup_config_index( char *token ) |
| Remarks | Check the file token string against the CNF table. Return table index if found else return cnf_table_size as not found. |
![]()
| Function | normal_cnf_table_store |
| Include file | PRC_CNFG.H |
| Prototype | static void normal_cnf_table_store( int cnf_index , char *str ) |
| Remarks | Store a config entry back into the caller's data space. |
![]()
![]()