|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Go to the source code of this file.
Functions | |
| DEFINE_CONVERSION_CLASS (pass,(public:void init(unordered_map< std::string, std::string > params) {(void) params;data_size=sizeof(uint32_t);data_description="i";} void Convert(uint32_t src, void *dest) { uint32_t *val=(uint32_t *) dest;*val=src;})) DEFINE_CONVERSION_CLASS(linear | |
| void | init (unordered_map< std::string, std::string > params) |
| void | Convert (uint32_t src, void *dest) |
Variables | |
| double | scale |
| double | offset |
| void Convert | ( | uint32_t | src, |
| void * | dest ) |
Definition at line 38 of file conversions-impl.hh.
| DEFINE_CONVERSION_CLASS | ( | pass | , |
| (public: void init(unordered_map< std::string, std::string > params) {(void) params; data_size=sizeof(uint32_t); data_description="i"; } void Convert(uint32_t src, void *dest) { uint32_t *val=(uint32_t *) dest; *val=src; }) | ) |
| void init | ( | unordered_map< std::string, std::string > | params | ) |
Definition at line 30 of file conversions-impl.hh.
| double offset |
Definition at line 28 of file conversions-impl.hh.
| double scale |
Definition at line 27 of file conversions-impl.hh.