#include "roc/UdpDevice.h"
#include <iostream>
#include <fstream>
#include <unistd.h>
#include "dabc/Manager.h"
#include "dabc/Port.h"
#include "roc/defines_roc.h"
#include "roc/defines_udp.h"
#include "roc/Commands.h"
#include "roc/ReadoutModule.h"
#include "roc/NxCalibrModule.h"
Go to the source code of this file.
Variables | |
const char * | ReadoutModuleName = "RocReadout" |
const char * | CalibrModuleName = "RocNxCalibr" |
const char* CalibrModuleName = "RocNxCalibr" |
Definition at line 33 of file UdpDevice.cxx.
Referenced by roc::UdpDevice::CloseAsBoard(), roc::UdpDevice::enableCalibration(), and roc::UdpDevice::ExecuteCommand().
const char* ReadoutModuleName = "RocReadout" |
Definition at line 32 of file UdpDevice.cxx.
Referenced by roc::UdpDevice::CloseAsBoard(), roc::UdpDevice::getNextBuffer(), roc::UdpDevice::InitAsBoard(), roc::UdpDevice::startDaq(), and roc::UdpDevice::stopDaq().