OpenClovis Logo

Public Attributes | List of all members
ClTcParamT Struct Reference

Basic structure to store the parsed runtime configuration paramater, by TLC. More...

#include <clTcUtilsApi.h>

Public Attributes

ClInt32T id
 paramter id; has the same meaning as paramater name, must be unique
ClCharT name [TC_MAX_STR_LENGTH]
 parameter name
ClTcParamTypeE type
 parameter type (see ClTcParamTypeE)
ClTcParamValU value
 parameter value (see ClTcParamValU)

Detailed Description

Basic structure to store the parsed runtime configuration paramater, by TLC.

The XML file that defines the runtime configuration parameters is parsed into this structure that defines the parameter name its type and the value. The interger id field is used as a short cut instead of strcmp within your code, you can use a switch() statement


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen