lasp/cpp_src/device/uldaq/lasp_uldaq.h
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F. a38eca47f3
All checks were successful
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Successful in -3m43s
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped
Modified directory structure to have al uldaq-files in the subfolder uldaq
2024-09-26 11:31:32 +02:00

25 lines
575 B
C++

#pragma once
#include "lasp_daq.h"
/** \addtogroup device
* \defgroup uldaq UlDAQ specific code
* This code is used to interface with UlDAQ compatible devices. It is only
* tested on Linux.
* @{
* \addtogroup uldaq
* @{
*/
std::unique_ptr<Daq> createUlDaqDevice(const DeviceInfo &devinfo,
const DaqConfiguration &config);
/**
* @brief Append device info list with UlDaq specific devices, if any.
*
* @param devinfolist Info list to append to.
*/
void fillUlDaqDeviceInfo(DeviceInfoList& devinfolist);
/** @} */
/** @} */