![]() |
TI Autonomous Driving Algorithms (TIADALG) Library User Guide
|
Token Mapping structure for parsing codec specific configuration file. More...
#include <tiadalg_configparser.h>
Data Fields | |
| char * | tokenName |
| void * | place |
| infoType_t | type |
| valueCategory_t | valCat |
Token Mapping structure for parsing codec specific configuration file.
| tokenName | : Name of the parameter in config file exposed to user |
| place | : Place holder for the data |
| type | : Variable to specify whether the parameter is string or number With the help of this parser function will use either memcpy or fscanf fucntions |
| char* sTokenMapping::tokenName |
| void* sTokenMapping::place |
| infoType_t sTokenMapping::type |
| valueCategory_t sTokenMapping::valCat |
|
|
| © Copyright 2018 Texas Instruments Incorporated. All rights reserved. |
| Document generated by doxygen 1.8.6 |