mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
8 lines
271 B
C++
8 lines
271 B
C++
#pragma once
|
|
#include "sls/sls_detector_defs.h"
|
|
|
|
void test_dac(slsDetectorDefs::dacIndex index, const std::string &dacname,
|
|
int dacvalue);
|
|
void test_onchip_dac(slsDetectorDefs::dacIndex index,
|
|
const std::string &dacname, int dacvalue);
|