rotor_light
real-time C++ actor micro-framework for embedded systems, supervisable
rotor_light::Message Struct Reference

base class for all rotor-light messages More...

#include <message.hpp>

Inheritance diagram for rotor_light::Message:
rotor_light::message::ChangeState rotor_light::message::ChangeStateAck rotor_light::message::RefreshTime

Public Member Functions

 Message (ActorId to_)
 
 Message (const Message &)=delete
 
 Message (Message &&)=delete
 

Public Attributes

MessageTypeId type
 

Friends

struct ActorBase
 
struct SupervisorBase
 

Detailed Description

base class for all rotor-light messages

Constructor & Destructor Documentation

◆ Message()

rotor_light::Message::Message ( ActorId  to_)
inline

records destination

Member Data Documentation

◆ type

MessageTypeId rotor_light::Message::type

message type, to be filled by queue upon message construction


The documentation for this struct was generated from the following file: