![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Protocol command representation. More...
Go to the source code of this file.
Classes | |
struct | irsol::protocol::Command |
Represents a command invocation in the protocol. More... | |
Namespaces | |
namespace | irsol |
namespace | irsol::protocol |
Core protocol message types, serialization, parsing, and communication utilities for the irsol framework. | |
Protocol command representation.
This header defines the Command
struct used to represent command invocations within the protocol. Commands typically consist of a valid identifier and do not carry any associated value, serving instead to trigger a predefined action or behavior.
Definition in file command.hpp.