LibTiePie  0.4.4
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Groups Pages
Auto resolution modes

Modules

 Bit numbers
 
 Masks
 

Macros

#define ARN_COUNT   3
 Number of auto resolution modes.
 
#define AR_UNKNOWN   0
 Unknown/invalid mode.
 
#define AR_DISABLED   ( 1 << ARB_DISABLED )
 Resolution does not automatically change.
 
#define AR_NATIVEONLY   ( 1 << ARB_NATIVEONLY )
 Highest possible native resolution for the current sample frequency is used.
 
#define AR_ALL   ( 1 << ARB_ALL )
 Highest possible native or enhanced resolution for the current sample frequency is used.
 

Detailed Description

Macro Definition Documentation

#define ARN_COUNT   3

Number of auto resolution modes.

Definition at line 76 of file libtiepie.h.

#define AR_UNKNOWN   0

Unknown/invalid mode.

Definition at line 100 of file libtiepie.h.

#define AR_DISABLED   ( 1 << ARB_DISABLED )

Resolution does not automatically change.

Definition at line 102 of file libtiepie.h.

#define AR_NATIVEONLY   ( 1 << ARB_NATIVEONLY )

Highest possible native resolution for the current sample frequency is used.

Definition at line 103 of file libtiepie.h.

#define AR_ALL   ( 1 << ARB_ALL )

Highest possible native or enhanced resolution for the current sample frequency is used.

Definition at line 104 of file libtiepie.h.