Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TA_Conf_entry Struct Reference

Define a configuration entry structure, which contain a descritpion buffer, the entry type and variables and buffers for all possible type of an entry value. More...

#include <MALP_Config.h>

Collaboration diagram for TA_Conf_entry:
Collaboration graph

Data Fields

char desc [500]
 Descriptor of a configuration parameter. More...
 
TA_Conf_type type
 Type of a configuration parameter value. More...
 
char c_value [1000]
 char* buffer for the configuration parameter value More...
 
float d_value
 float variable for the configuration parameter value More...
 
int i_value
 integer variable for the configuration parameter value More...
 

Detailed Description

Define a configuration entry structure, which contain a descritpion buffer, the entry type and variables and buffers for all possible type of an entry value.

Definition at line 123 of file MALP_Config.h.

Field Documentation

char TA_Conf_entry::c_value[1000]

char* buffer for the configuration parameter value

Definition at line 128 of file MALP_Config.h.

float TA_Conf_entry::d_value

float variable for the configuration parameter value

Definition at line 129 of file MALP_Config.h.

char TA_Conf_entry::desc[500]

Descriptor of a configuration parameter.

Definition at line 124 of file MALP_Config.h.

int TA_Conf_entry::i_value

integer variable for the configuration parameter value

Definition at line 130 of file MALP_Config.h.

TA_Conf_type TA_Conf_entry::type

Type of a configuration parameter value.

Definition at line 125 of file MALP_Config.h.


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