|
ASX Version4.20.14
|
#include <asx.h>
Data Fields | |
| enum asxUCONTROL_RTYPE | type |
| union { | |
| struct { | |
| int min | |
| int max | |
| int step | |
| } integer | |
| struct { | |
| unsigned int count | |
| int * value | |
| } enumerated_integer | |
| struct { | |
| unsigned int count | |
| float * value | |
| } enumerated_float | |
| struct { | |
| unsigned int count | |
| struct asxParameterRangeInfo_NamedEnumerated * enums | |
| } enumerated | |
| struct { | |
| float fmin | |
| float fmax | |
| float fstep | |
| } floating | |
| struct { | |
| unsigned int max_len | |
| } string | |
| } | u |
| unsigned int asxParameterRangeInfo::count |
| struct { ... } asxParameterRangeInfo::enumerated |
| struct { ... } asxParameterRangeInfo::enumerated_float |
| struct { ... } asxParameterRangeInfo::enumerated_integer |
| struct { ... } asxParameterRangeInfo::floating |
| struct { ... } asxParameterRangeInfo::integer |
| unsigned int asxParameterRangeInfo::max_len |
| struct { ... } asxParameterRangeInfo::string |
| union { ... } asxParameterRangeInfo::u |
| float* asxParameterRangeInfo::value |
1.7.3