#include <cstdint>
#include <iostream>
#include <vector>
#include <map>
Go to the source code of this file.
Namespaces | |
omtf | |
omtf::DataWord64 | |
Typedefs | |
typedef std::map< std::pair< unsigned int, unsigned int >, std::vector< Word64 > > | omtf::FedAmcRawsMap |
typedef uint64_t | omtf::Word64 |
Enumerations | |
enum | omtf::DataWord64::Type { omtf::DataWord64::csc = 0xC, omtf::DataWord64::dt = 0xD, omtf::DataWord64::rpc = 0xE, omtf::DataWord64::omtf = 0xF } |
Functions | |
std::ostream & | omtf::DataWord64::operator<< (std::ostream &out, const Type &o) |
template<typename T > | |
Type | omtf::DataWord64::type (const T &) |
template<> | |
Type | omtf::DataWord64::type< unsigned int > (const unsigned int &intType) |
template<> | |
Type | omtf::DataWord64::type< Word64 > (const Word64 &data) |