#include <definesSR.h>
Public Types | |
enum | ID { PR_ANF = 1, PR_RESERVED0, PR_TEMPORAL_IIR, PR_RESERVED1, PR_RESERVED2, PR_CONF_MAP, PR_SET_FRQ } |
enum to describe which SR_SetParam() function should be executed More... | |
enum | ParamType { PT_UINT8, PT_INT8, PT_UINT16, PT_INT16, PT_UINT32, PT_INT32, PT_FLOAT, PT_DOUBLE, PT_WCHAR, PT_PTR_UINT8, PT_PTR_WCHAR } |
enum to describe what kind of data is in the structure More... | |
Public Attributes | |
union { | |
float f32 | |
double f64 | |
unsigned char * pu8 | |
__wchar_t * pwc16 | |
short s16 | |
int s32 | |
char s8 | |
unsigned short u16 | |
unsigned int u32 | |
unsigned char u8 | |
__wchar_t wc16 | |
}; | |
enum ParamType | t |
the paramtype of this entry |
Enum and struct used in the function SR_SetParam() {structure}
Definition at line 309 of file definesSR.h.
enum _ParamVal::ID |
enum to describe which SR_SetParam() function should be executed
Definition at line 313 of file definesSR.h.
enum _ParamVal::ParamType |
enum to describe what kind of data is in the structure
Definition at line 323 of file definesSR.h.
union { ... } |
float _ParamVal::f32 |
Definition at line 346 of file definesSR.h.
double _ParamVal::f64 |
Definition at line 347 of file definesSR.h.
unsigned char* _ParamVal::pu8 |
Definition at line 349 of file definesSR.h.
Definition at line 350 of file definesSR.h.
short _ParamVal::s16 |
Definition at line 343 of file definesSR.h.
int _ParamVal::s32 |
Definition at line 345 of file definesSR.h.
char _ParamVal::s8 |
Definition at line 341 of file definesSR.h.
enum ParamType _ParamVal::t |
the paramtype of this entry
Definition at line 337 of file definesSR.h.
unsigned short _ParamVal::u16 |
Definition at line 342 of file definesSR.h.
unsigned int _ParamVal::u32 |
Definition at line 344 of file definesSR.h.
unsigned char _ParamVal::u8 |
Definition at line 340 of file definesSR.h.
Definition at line 348 of file definesSR.h.