format files

This commit is contained in:
Bechir
2024-04-05 17:05:42 +02:00
parent 2f23e4610d
commit 598e9f6708
6 changed files with 76 additions and 84 deletions

View File

@ -12,7 +12,7 @@ int main() {
while (true) {
int rc = socket.receive(header, reinterpret_cast<std::byte *>(data));
aare::logger::info("Received bytes",rc,"Received header: ", header.to_string());
aare::logger::info("Received bytes", rc, "Received header: ", header.to_string());
auto *data_int = reinterpret_cast<uint32_t *>(data);
for (uint32_t i = 0; i < header.npixelsx; i++) {
for (uint32_t j = 0; j < header.npixelsy; j++) {