PVCAM  3.9.x
Programmable Virtual Camera Access Method library
master.h File Reference

Go to the source code of this file.

Macros

#define PV_PTR_DECL   *
 
#define FALSE   PV_FAIL /* FALSE == 0 */
 
#define TRUE   PV_OK /* TRUE == 1 */
 

Typedefs

typedef unsigned short rs_bool
 
typedef signed char int8
 
typedef unsigned char uns8
 
typedef short int16
 
typedef unsigned short uns16
 
typedef int int32
 
typedef unsigned int uns32
 
typedef float flt32
 
typedef double flt64
 
typedef unsigned long long ulong64
 
typedef signed long long long64
 
typedef void * void_ptr
 
typedef void ** void_ptr_ptr
 
typedef rs_boolrs_bool_ptr
 
typedef char * char_ptr
 
typedef int8int8_ptr
 
typedef uns8uns8_ptr
 
typedef int16int16_ptr
 
typedef uns16uns16_ptr
 
typedef int32int32_ptr
 
typedef uns32uns32_ptr
 
typedef flt32flt32_ptr
 
typedef flt64flt64_ptr
 
typedef ulong64ulong64_ptr
 
typedef long64long64_ptr
 
typedef const rs_boolrs_bool_const_ptr
 
typedef const char * char_const_ptr
 
typedef const int8int8_const_ptr
 
typedef const uns8uns8_const_ptr
 
typedef const int16int16_const_ptr
 
typedef const uns16uns16_const_ptr
 
typedef const int32int32_const_ptr
 
typedef const uns32uns32_const_ptr
 
typedef const flt32flt32_const_ptr
 
typedef const flt64flt64_const_ptr
 
typedef const ulong64ulong64_const_ptr
 
typedef const long64long64_const_ptr
 

Enumerations

enum  {
  PV_FAIL = 0,
  PV_OK
}
 

Macro Definition Documentation

◆ FALSE

#define FALSE   PV_FAIL /* FALSE == 0 */

◆ TRUE

#define TRUE   PV_OK /* TRUE == 1 */

Typedef Documentation

◆ flt32

typedef float flt32

◆ flt64

typedef double flt64

◆ int16

typedef short int16

◆ int32

typedef int int32

◆ int8

typedef signed char int8

◆ long64

typedef signed long long long64

◆ rs_bool

typedef unsigned short rs_bool

◆ ulong64

typedef unsigned long long ulong64

◆ uns16

typedef unsigned short uns16

◆ uns32

typedef unsigned int uns32

◆ uns8

typedef unsigned char uns8

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

General error codes usually returned from functions as rs_bool value.

Enumerator
PV_FAIL 
PV_OK