ASPiK SDK
|
Information about auxilliary parameter details - purely customizeable. This uses the attributeValue union to set the attribute in multiple fashions without resorting to declaring multiple datatypes. More...
#include <pluginstructures.h>
Public Member Functions | |
AuxParameterAttribute (uint32_t _attributeID) | |
AuxParameterAttribute & | operator= (const AuxParameterAttribute &data) |
void | reset (uint32_t _attributeID) |
void | setFloatAttribute (float f) |
void | setDoubleAttribute (double d) |
void | setIntAttribute (int n) |
void | setUintAttribute (unsigned int u) |
void | setBoolAttribute (bool b) |
void | setVoidPtrAttribute (void *vp) |
float | getFloatAttribute () |
double | getDoubleAttribute () |
int | getIntAttribute () |
unsigned int | getUintAttribute () |
bool | getBoolAttribute () |
void * | getVoidPtrAttribute () |
Public Attributes | |
attributeValue | value |
value in union form | |
uint32_t | attributeID = 0 |
attribute ID | |
Information about auxilliary parameter details - purely customizeable. This uses the attributeValue union to set the attribute in multiple fashions without resorting to declaring multiple datatypes.