add documentation to code

This commit is contained in:
Bechir Braham
2024-04-10 17:17:41 +02:00
parent ea17a640cf
commit 260cb96f64
20 changed files with 322 additions and 54 deletions

View File

@ -24,7 +24,7 @@ int main() {
aare::ZmqHeader header;
header.npixelsx = 1024;
header.npixelsy = 1024;
header.imageSize = sizeof(uint32_t) * 1024 * 1024;
header.size = sizeof(uint32_t) * 1024 * 1024;
header.dynamicRange = 32;
std::vector<ZmqFrame> zmq_frames;