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

Protocol inquiry 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::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.
 

Detailed Description

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.