TwiceAsNice  2019-02-18
Classes | Macros | Typedefs | Functions
DAQLibRTDMAP_private.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  __mapDesc
 
struct  __histDesc
 
struct  __LwDmap
 

Macros

#define DAQLIB   __declspec(dllexport) __stdcall
 
#define DQ_MAX_HIST_TRIGGERS   16
 
#define DQ_MAX_DMAPS   256
 

Typedefs

typedef struct __mapDesc tMapDesc
 
typedef struct __histDesc tHistoryDesc
 
typedef struct __LwDmap tLwDmap
 

Functions

int ScaleToRawValue (int handle, int dev, uint32 channel, double scaledVal, uint32 *pRawVal)
 
tLwDmapGetLwDmapF (int handle, int dmapid)
 

Macro Definition Documentation

◆ DAQLIB

#define DAQLIB   __declspec(dllexport) __stdcall

◆ DQ_MAX_DMAPS

#define DQ_MAX_DMAPS   256

◆ DQ_MAX_HIST_TRIGGERS

#define DQ_MAX_HIST_TRIGGERS   16

Typedef Documentation

◆ tHistoryDesc

typedef struct __histDesc tHistoryDesc

◆ tLwDmap

typedef struct __LwDmap tLwDmap

◆ tMapDesc

typedef struct __mapDesc tMapDesc

Function Documentation

◆ GetLwDmapF()

tLwDmap* GetLwDmapF ( int  handle,
int  dmapid 
)

◆ ScaleToRawValue()

int ScaleToRawValue ( int  handle,
int  dev,
uint32  channel,
double  scaledVal,
uint32 pRawVal 
)