winIDEA SDK
isys::CDAQSample Class Reference

Description

Sample acquired by the DAQ system.

Python example

#include <CDAQController.h>

Public Member Functions

WORD getIndex () const
 index of the DAQ item
 
QWORD getTime () const
 Returns time of acquisition in microseconds.
 
const std::vector< BYTE > & getData () const
 acquisition data in flat memory layout. Use CDAQController.getDataValue to extract a well formed type
 
std::string toString () const
 Returns contents of this object in human readable form.