Installation:. More...
Functions | |
template<class T> | |
Array< T > & | AnalogInputScan (int BoardNum, int LowChan, int HighChan, long Count, long Rate, int Gain, unsigned Options) |
Return an Array of n random values in ]0;1[. You must precise the output type. Ex: random<float>(1000). |
Installation:.
MC Universal Library needs to be installed. The files cbw.h should be copied in your include directory and cbw32.lib in the lib directory.
DAQ data are stored in an Array structure, with the following convention: Array<T> with dimension [_OF_CHANELS,SAMPLE_SIZE] for stereo encoding.