#include "lasp_config.h"
#include "lasp_types.h"
#include <map>
#include <vector>
Go to the source code of this file.
|
| class | DataTypeDescriptor |
| | Descriptor for data types containing more detailed information. More...
|
| |
| class | DaqApi |
| | Class that specifies API related information. An API configuration is part of the DAQConfiguration and used to address a certain physical device. For that, a specific backend needs to be compiled in. Examples of API's are RtAudio and UlDaq. More...
|
| |
| class | DaqChannel |
| | Stores channel configuration data for each channel. I.e. the physical quantity measured, sensitivity, device-specific channel settings, a channel name and others. More...
|
| |
| class | DaqConfiguration |
| | Configuration of a DAQ device. More...
|
| |
|
| using | boolvec = std::vector< bool > |
| |
| using | dvec = std::vector< double > |
| |
| using | usvec = std::vector< us > |
| |