4#include "pflib/Target.h"
5#include "pflib/packing/Hex.h"
15 for (
int ch = 0; ch < 12; ch++) {
17 auto val =
econ.readParameter(
"ERX", name);
18 std::cout <<
"Channel enabled " << ch <<
" = " << val <<
", " <<
hex(val)
encapulating a given setup's access rules
Definition Target.h:24
virtual ECON & econ(int which)
get a ECON interface for the given econ board
Definition Target.h:53
static void econ(const std::string &cmd, Target *pft)
ECON menu commands.
Definition econ.cxx:147
A very simple wrapper enabling us to more easily tell the output stream to style the input word in he...
Definition Hex.h:16