ChimeraTK-DeviceAccess  03.18.00
dataConsistencyGroup.cpp

An example how to use the DataConsistencyGroup

// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
// SPDX-License-Identifier: LGPL-3.0-or-later
#include <ChimeraTK/DataConsistencyGroup.h>
#include <ChimeraTK/Device.h>
#include <iostream>
int main() {
return 0;
}
main
int main()
Definition: dataConsistencyGroup.cpp:9