![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Protocol assignment operation representation. More...
Go to the source code of this file.
Classes | |
struct | irsol::protocol::Assignment |
Represents an assignment operation in the protocol. More... | |
Namespaces | |
namespace | irsol |
namespace | irsol::protocol |
Core protocol message types, serialization, parsing, and communication utilities for the irsol framework. | |
Protocol assignment operation representation.
This header defines the Assignment
struct used to represent variable or parameter assignments within the protocol. An assignment consists of a valid identifier and an associated value (int, double, or string).
Definition in file assignment.hpp.