sinfo_flat_cfg_create() |
allocate memory for a flat_cfg struct
- Returns:
- pointer to allocated base flat_cfg structure
- Note:
- only the main (base) structure is allocated
|
flat_config * | sinfo_flat_cfg_create (void) |
sinfo_flat_cfg_destroy() |
deallocate all memory associated with a flat_config data structure
- Parameters:
-
| flat_config | to deallocate |
- Returns:
- void
|
void | sinfo_flat_cfg_destroy (flat_config *sc) |
sinfo_parse_cpl_input_flat |
Parse input frames & parameters file and create a blackboard.
- Parameters:
-
| cpl_cfg | pointer to parameterlist |
| sof | pointer to input set of frames |
| raw | pointer to input set of raw frames |
- Returns:
- 1 newly allocated flat_config blackboard structure.
The requested ini file is parsed and a blackboard object is created, then updated accordingly. Returns NULL in case of error.
|
flat_config * | sinfo_parse_cpl_input_flat (cpl_parameterlist *cpl_cfg, cpl_frameset *sof, cpl_frameset **raw) |
sinfo_flat_free |
free flat_config structure
- Parameters:
-
| cfg | pointer to flat_config structure |
- Returns:
- void
|
void | sinfo_flat_free (flat_config **cfg) |
sinfo_flat_allog |
free flat_config structure
- Parameters:
-
| cfg | pointer to flat_config structure |
- Returns:
- void
|
void | sinfo_flat_free_alloc (flat_config *cfg) |