_ParamVal Struct Reference
[LibMesaSR]

#include <definesSR.h>

List of all members.

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

Detailed Description

Enum and struct used in the function SR_SetParam() {structure}

Definition at line 309 of file definesSR.h.


Member Enumeration Documentation

enum to describe which SR_SetParam() function should be executed

Enumerator:
PR_ANF 

adaptive neighborhood filter

PR_RESERVED0 

was PR_SCATFILT: scattering filter

PR_TEMPORAL_IIR 

temporal IIR filter

PR_RESERVED1 

was PR_PSEUDO_FRAME:pseudo frame acquisition/processing mode

PR_RESERVED2 

was EDGE_AMP_FLT

PR_CONF_MAP 

create a confidence map (new image in the image list)

PR_SET_FRQ 

sets modulation frq without autoload (needed for calibration)

Definition at line 313 of file definesSR.h.

enum to describe what kind of data is in the structure

Enumerator:
PT_UINT8 

unsigned char

PT_INT8 

char

PT_UINT16 

unsinged short

PT_INT16 

short

PT_UINT32 

unsinged int

PT_INT32 

int

PT_FLOAT 

float

PT_DOUBLE 

double

PT_WCHAR 

wide char

PT_PTR_UINT8 

pointer to unsigned char

PT_PTR_WCHAR 

pointer to wide char

Definition at line 323 of file definesSR.h.


Member Data Documentation

union { ... }

Definition at line 346 of file definesSR.h.

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.

Definition at line 343 of file definesSR.h.

Definition at line 345 of file definesSR.h.

Definition at line 341 of file definesSR.h.

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


libmesasr
Author(s): Florian Weisshardt
autogenerated on Fri Jan 11 09:12:16 2013