CMS 3D CMS Logo

Frame.cc
Go to the documentation of this file.
1 
3 
4 namespace l1t::demo {
5 
6  Frame::Frame(const uint64_t x) : data(x), valid(true) {}
7 
8  Frame::Frame(const ap_uint<64>& x) : data(x), valid(true) {}
9 
10 } // namespace l1t::demo
unsigned long long uint64_t
Definition: Time.h:13
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
float x