DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
AddressTable.cpp
Go to the documentation of this file.
2#include <fstream>
4#include <boost/tokenizer.hpp> //tokenizer
5#include <stdlib.h> //strtoul & getenv
6#include <boost/regex.hpp> //regex
7#include <boost/algorithm/string/case_conv.hpp> //to_upper
8
9
10AddressTable::AddressTable(std::string const & addressTableName, std::string const & deviceAddress,uint16_t offset){
11 fileLevel = 0;
12 io = new BNL_UDP;
13 io->Setup(deviceAddress,offset);
14 io->SetWriteAck(true);
15 LoadFile(addressTableName);
16}
void LoadFile(std::string const &, std::string const &prefix="", uint16_t offset=0)
void Setup(std::string const &address, uint16_t port_offset=0)
Definition BNL_UDP.cpp:96
double offset