5 #include <initializer_list> 6 #include "core/export_handling.h" 7 #include "streams/stream_object.h" 55 Message(std::initializer_list<SourceID> sources = {});
65 const Entry &
entry(
const std::string &name)
const;
75 const Entry &
at(
int index)
const;
96 #if ROVIZ_BACKEND == ROVIZ_BACKEND_Dev Base class of all objects that can be transported with a stream.
Definition: stream_object.h:39
const Entry & operator[](int index) const
Get an entry of the message.
Definition: message.cpp:42
Used to send messages across streams.
Definition: message.h:24
An entry of a message.
Definition: message.h:32
Private part of the Ouput class.
Definition: output_p.h:16
Private part of the Message class.
Definition: message_p.h:12
const Entry & at(int index) const
Get an entry of the message.
Definition: message.cpp:33
int size(void) const
Get the size of a message.
Definition: message.cpp:47
const Entry & entry(const std::string &name) const
Get an entry of the message.
Definition: message.cpp:23