1.4 (revision 3771)
Data Fields
OTF2_AttributeValue Union Reference

Value container for an attributes. More...

#include <otf2/OTF2_AttributeList.h>

Data Fields

OTF2_AttributeRef attributeRef
 References a Attribute definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_ATTRIBUTE is available.
OTF2_CommRef commRef
 References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available.
float float32
 Arbitrary value of type float.
double float64
 Arbitrary value of type double.
OTF2_GroupRef groupRef
 References a Group definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_GROUP is available.
int16_t int16
 Arbitrary value of type int16_t.
int32_t int32
 Arbitrary value of type int32_t.
int64_t int64
 Arbitrary value of type int64_t.
int8_t int8
 Arbitrary value of type int8_t.
OTF2_LocationRef locationRef
 References a Location definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_LOCATION is available.
OTF2_MetricRef metricRef
 References a MetricClass, or a MetricInstance definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_METRIC is available.
OTF2_ParameterRef parameterRef
 References a Parameter definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_PARAMETER is available.
OTF2_RegionRef regionRef
 References a Region definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_REGION is available.
OTF2_RmaWinRef rmaWinRef
 References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available.
OTF2_StringRef stringRef
 References a String definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_STRING is available.
uint16_t uint16
 Arbitrary value of type uint16_t.
uint32_t uint32
 Arbitrary value of type uint32_t.
uint64_t uint64
 Arbitrary value of type uint64_t.
uint8_t uint8
 Arbitrary value of type uint8_t.

Detailed Description

Value container for an attributes.

For definition references (OTF2_MappingType) use the same data type as the definition.


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