mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
10 lines
380 B
C++
10 lines
380 B
C++
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
#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);
|