mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-01 07:54:58 +01:00
add documentation to code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user