TI Autonomous Driving Algorithms (TIADALG) Library User Guide
sTokenMapping Struct Reference

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
 

Detailed Description

Token Mapping structure for parsing codec specific configuration file.

Parameters
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

Field Documentation

◆ tokenName

char* sTokenMapping::tokenName

◆ place

void* sTokenMapping::place

◆ type

infoType_t sTokenMapping::type

◆ valCat

valueCategory_t sTokenMapping::valCat

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

© Copyright 2018 Texas Instruments Incorporated. All rights reserved.
Document generated by doxygen 1.8.6