LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_daqconfig.cpp File Reference
#include "debugtrace.hpp"
#include "lasp_daqconfig.h"
#include "lasp_deviceinfo.h"
#include <algorithm>
#include <cassert>
#include <stdexcept>
#include "toml++/toml.h"
#include <sstream>
Include dependency graph for lasp_daqconfig.cpp:

Go to the source code of this file.

Functions

toml::table daqChannelToTOML (const DaqChannel &ch)
 
template<typename T , typename R >
getValue (R &tbl, const char *key)
 
template<typename T >
DaqChannel TOMLToDaqChannel (T &node)
 

Function Documentation

◆ daqChannelToTOML()

toml::table daqChannelToTOML ( const DaqChannel ch)

Definition at line 109 of file lasp_daqconfig.cpp.

◆ getValue()

template<typename T , typename R >
T getValue ( R &  tbl,
const char *  key 
)

Definition at line 160 of file lasp_daqconfig.cpp.

◆ TOMLToDaqChannel()

template<typename T >
DaqChannel TOMLToDaqChannel ( T &  node)

Definition at line 174 of file lasp_daqconfig.cpp.