otsdaq
v2_05_02_indev
|
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) | |
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_ |
Definition at line 176 of file FEVInterface.h.