IRSOL
C++ code implementing socket server for interacting with Baumer camera.
command.hpp File Reference

Protocol command representation. More...

#include "irsol/protocol/message/variants.hpp"
#include "irsol/types.hpp"
#include <string>

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.
 

Detailed Description

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.