|
int DAQLIB | DqRtAsyncOpenIOM (int handle, int *new_handle, uint16 UDP_Port, uint32 mTimeOut, int depth, pDQRDCFG *pDqCfg) |
|
int DAQLIB | DqRtAsyncCloseIOM (int handle) |
|
int DAQLIB | DqRtAsyncEnableEvents (int hd, uint32 flags, uint32 enable_mask) |
|
int DAQLIB | DqRtAsyncAssignEvent (int hd, int devn, uint32 flags, int(*handler)(uint32 *flags, pDQPKT buf, int *size), tUeiPalObject event) |
|
int | RtAsyncProcessReceived (pDQIOME pIom, uint32 flags, int index) |
|
int DAQLIB | DqRtAsyncGetEventPacket (int hd, int devn, pDQEVENT *pDqEv, int *signaled) |
|
int DAQLIB | DqRtAsyncProcessEvent (int hd, uint32 flags, int num_events) |
|
int DAQLIB | DqRtAsyncClearEvents (int hd, uint32 flags) |
|
int DAQLIB | DqRtAsyncWaitForEvent (int hd, uint32 flags, uint32 timeout_ms, int *packets_in_queue) |
|
int DAQLIB | DqRtAsyncReceive (int hd, uint32 flags, pDQPKT *buffer, int *size, pDQRTRCQUEUE *paRcQueue, int *packets_in_queue) |
|
int DAQLIB | DqRtAsyncSend (int hd, uint32 flags, int pkt_size, pDQPKT buffer) |
|
int DAQLIB | DqRtAsyncVmapRefreshInputs (int hd, uint32 flags, pDQRTRCQUEUE paRcQueue, int dmap_id) |
|
int DAQLIB | DqRtAsyncVmapRefreshOutputs (int hd, uint32 flags, int dmap_id) |
|
int DAQLIB | DqRtAsyncSendResponse (int hd, uint32 flags, int pkt_size, pDQEVENT pEvent) |
|
int DAQLIB | DqRtAsyncXMapSlotAllocate (int hd, uint32 flags, int dmapID, int slot_uS) |
|
int DAQLIB | DqRtAsyncXMapEnable (int hd, int enable) |
|
int DAQLIB | DqRtAsyncXMapSetTiming (int hd, uint32 flags, int dmapID, double dmap_period_Hz) |
|
int DAQLIB | DqRtAsyncXMapTestTiming (int hd, uint32 flags, int dmapID, uint32 *proc_time_uS) |
|