MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
host_sync.hpp File Reference

Blocking host-side wrapper that drives MelsecSerialClient over PosixSerialPort. More...

#include <array>
#include <cstddef>
#include <cstdint>
#include "mcprotocol/serial/client.hpp"
#include "mcprotocol/serial/high_level.hpp"
#include "mcprotocol/serial/posix_serial.hpp"
#include "mcprotocol/serial/string_view_compat.hpp"

Go to the source code of this file.

Classes

class  mcprotocol::serial::PosixSyncClient
 Host-side synchronous convenience wrapper built on PosixSerialPort and MelsecSerialClient. More...
 

Namespaces

namespace  mcprotocol
 
namespace  mcprotocol::serial
 

Detailed Description

Blocking host-side wrapper that drives MelsecSerialClient over PosixSerialPort.

This header is intended for bring-up tools, validation binaries, and small host utilities. MCU firmware normally uses MelsecSerialClient directly instead of this blocking wrapper.

Definition in file host_sync.hpp.