tdaq-develop-2025-02-12
|
end FE Macros More...
#include <otsdaq/FECore/FEVInterface.h>
Classes | |
struct | delayOp_t |
struct | readOp_t |
struct | writeOp_t |
Public Types | |
enum | { OP_TYPE_READ , OP_TYPE_WRITE , OP_TYPE_DELAY } |
Public Member Functions | |
macroStruct_t (const std::string ¯oString) | |
macroStruct_t constructor | |
Public Attributes | |
std::string | macroName_ |
std::vector< std::pair< unsigned int, unsigned int > > | operations_ |
std::vector< macroStruct_t::readOp_t > | readOps_ |
std::vector< macroStruct_t::writeOp_t > | writeOps_ |
std::vector< macroStruct_t::delayOp_t > | delayOps_ |
std::set< std::string > | namesOfInputArguments_ |
std::set< std::string > | namesOfOutputArguments_ |
bool | lsbf_ |
least significant byte first | |
end FE Macros
=========================== start Macros
Definition at line 185 of file FEVInterface.h.