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

Protocol assignment operation 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::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.
 

Detailed Description

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.