![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Protocol inquiry representation. More...
Go to the source code of this file.
Classes | |
| struct | irsol::protocol::Inquiry |
| Represents a value inquiry in the protocol. More... | |
Namespaces | |
| namespace | irsol |
| namespace | irsol::protocol |
| Core protocol message types, serialization, parsing, and communication utilities for the irsol framework. | |
Protocol inquiry representation.
This header defines the Inquiry struct used to represent value lookups within the protocol. An inquiry consists of a valid identifier and is typically used to query the current value of a variable or parameter (e.g., x?).
Definition in file inquiry.hpp.