Struct STagInfo¶
#include <SimulationRuntimeApi.h>
Public Attributes¶
| Type | Name |
|---|---|
| EArea | Area |
| UINT8 | Bit |
| EDataType | DataType |
| SDimension | Dimension |
| UINT8 | DimensionCount |
| UINT32 | Index |
| WCHAR | Name |
| UINT32 | Offset |
| UINT32 | ParentIndex |
| EPrimitiveDataType | PrimitiveDataType |
| UINT16 | Size |
Public Attributes Documentation¶
variable Area¶
EArea STagInfo::Area;
variable Bit¶
UINT8 STagInfo::Bit;
variable DataType¶
EDataType STagInfo::DataType;
variable Dimension¶
SDimension STagInfo::Dimension[DTAG_ARRAY_DIMENSION];
variable DimensionCount¶
UINT8 STagInfo::DimensionCount;
variable Index¶
UINT32 STagInfo::Index;
variable Name¶
WCHAR STagInfo::Name[DTAG_NAME_MAX_LENGTH];
variable Offset¶
UINT32 STagInfo::Offset;
variable ParentIndex¶
UINT32 STagInfo::ParentIndex;
variable PrimitiveDataType¶
EPrimitiveDataType STagInfo::PrimitiveDataType;
variable Size¶
UINT16 STagInfo::Size;