ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Reflector< ores::comms::messaging::message_type > Struct Reference

Custom reflector for ores::comms::messaging::message_type. More...

#include <reflectors.hpp>

Collaboration diagram for Reflector< ores::comms::messaging::message_type >:
Collaboration graph

Public Types

using ReflType = std::uint16_t
 

Static Public Member Functions

static ores::comms::messaging::message_type to (const ReflType &v)
 
static ReflType from (const ores::comms::messaging::message_type &v)
 

Detailed Description

Custom reflector for ores::comms::messaging::message_type.

Serializes as underlying integer type to avoid GCC 15 compilation errors in rfl's internal enum range detection (std::min/max type mismatch).