TwiceAsNice  2019-02-18
Functions
DAQLibRTAsyncMsg.c File Reference
#include <stdio.h>
#include <math.h>
#include <limits.h>
#include "PDNA.h"
#include "PDNA_private.h"
#include "DAQLibRTAsync.h"
Include dependency graph for DAQLibRTAsyncMsg.c:

Functions

int DAQLIB DqAdv553ConfigEvents (int hd, int devn, int channel, event553_t event, uint32 rtsa, uint32 *param)
 
int DAQLIB DqRtAsync553ReadRT (int hd, int devn, int channel, uint32 rt_size, uint32 *rtsa_list, uint16 **data)
 
int DAQLIB DqRtAsync553WriteRT (int hd, int devn, int channel, int request_ack, uint32 rt_size, uint32 *rtsa_list, uint16 **data)
 
int DAQLIB DqAdv601ConfigEvents (int hd, int devn, int channel, event601_t event, uint32 mode, uint32 *param)
 
int DAQLIB DqAdv601WaitForEvents (int hd, int devn, event601_t *event, uint32 *chan, uint32 *count, uint32 *crl, uint32 *crh, uint32 *sts, uint32 *tstamp)
 
int DAQLIB DqAdv40xConfigEvents (int hd, int devn, event601_t event, uint32 pos_edge_mask, uint32 neg_edge_mask)
 
int DAQLIB DqAdv501ConfigEvents (int hd, int devn, int channel, event501_t event, uint32 *param)
 

Function Documentation

◆ DqAdv40xConfigEvents()

int DAQLIB DqAdv40xConfigEvents ( int  hd,
int  devn,
event601_t  event,
uint32  pos_edge_mask,
uint32  neg_edge_mask 
)

◆ DqAdv501ConfigEvents()

int DAQLIB DqAdv501ConfigEvents ( int  hd,
int  devn,
int  channel,
event501_t  event,
uint32 param 
)

◆ DqAdv553ConfigEvents()

int DAQLIB DqAdv553ConfigEvents ( int  hd,
int  devn,
int  channel,
event553_t  event,
uint32  rtsa,
uint32 param 
)

◆ DqAdv601ConfigEvents()

int DAQLIB DqAdv601ConfigEvents ( int  hd,
int  devn,
int  channel,
event601_t  event,
uint32  mode,
uint32 param 
)

◆ DqAdv601WaitForEvents()

int DAQLIB DqAdv601WaitForEvents ( int  hd,
int  devn,
event601_t event,
uint32 chan,
uint32 count,
uint32 crl,
uint32 crh,
uint32 sts,
uint32 tstamp 
)

◆ DqRtAsync553ReadRT()

int DAQLIB DqRtAsync553ReadRT ( int  hd,
int  devn,
int  channel,
uint32  rt_size,
uint32 rtsa_list,
uint16 **  data 
)

◆ DqRtAsync553WriteRT()

int DAQLIB DqRtAsync553WriteRT ( int  hd,
int  devn,
int  channel,
int  request_ack,
uint32  rt_size,
uint32 rtsa_list,
uint16 **  data 
)