![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
#include "irsol/protocol/message/binary.hpp"#include <catch2/catch_all.hpp>#include <memory>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Functions | |
| STATIC_CHECK (m.DIM==1) | |
| CHECK (m.numElements==size) | |
Variables | |
| irsol::protocol::BinaryDataBuffer | m {std::move(data), {size}} |
| CHECK | ( | m. | numElements = =size | ) |
| STATIC_CHECK | ( | m. | DIM = =1 | ) |
| irsol::protocol::ColorImageBinaryData m {std::move(data), {size}} |
Definition at line 16 of file test_binary.cpp.