FACT++  1.0
zofits::WriteTarget::WriteTarget ( const WriteTarget t,
uint32_t  sz 
)
inline

Definition at line 69 of file zofits.h.

69 : tile_num(t.tile_num), size(sz), data(t.data) { }
std::shared_ptr< char > data
Memory block to write.
Definition: zofits.h:73
uint32_t tile_num
Tile index of the data (to make sure that they are written in the correct order)
Definition: zofits.h:71
uint32_t size
Size to write.
Definition: zofits.h:72
TT t
Definition: test_client.c:26