Structure SyscOutputIntegerData
Definition: syscOutputIntegerData.h (line 37)
Provide a struct for output integer data.
Output integer data provides read-only access to an array of integer data.
To create and/or initialize SyscOutputIntegerData, it is highly recommended to use one of the functions with names starting with syscGetOutputIntegerData. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
SyscOutputIntegerData oid = syscGetOutputIntegerDataDouble(array,
arraySize);
Members
Public attributes
Variable primitiveType
Definition: syscOutputIntegerData.h (line 98)
enum SyscPrimitiveType SyscOutputIntegerData::primitiveType
Primitive type.
Type: enum SyscPrimitiveType
Variable data
Definition: syscOutputIntegerData.h (line 39)
const void* SyscOutputIntegerData::data
Pointer to the data array.
Type: const void *
Variable size
Definition: syscOutputIntegerData.h (line 40)
size_t SyscOutputIntegerData::size
Array size.
Type: size_t