Static Public Member Functions | List of all members
ros::serialization::Serializer< swarmros::bridge::EventMessage > Struct Template Reference

Trait to perform the serialization and deserialization of an EventMessage instance. More...

#include <EventMessage.h>

Static Public Member Functions

template<typename Stream >
static void read (Stream &stream, swarmros::bridge::EventMessage &message)
 Uses the message serializer to read the serialized representation of the underlying variant from an output stream. More...
 
static uint32_t serializedLength (const swarmros::bridge::EventMessage &message)
 Uses the message serializer to calculate the serialized size of the underlying variant. More...
 
template<typename Stream >
static void write (Stream &stream, const swarmros::bridge::EventMessage &message)
 Uses the message serializer to write the serialized representation of the underlying variant onto an output stream. More...
 

Detailed Description

template<>
struct ros::serialization::Serializer< swarmros::bridge::EventMessage >

Trait to perform the serialization and deserialization of an EventMessage instance.

Definition at line 254 of file EventMessage.h.

Member Function Documentation

template<typename Stream >
static void ros::serialization::Serializer< swarmros::bridge::EventMessage >::read ( Stream stream,
swarmros::bridge::EventMessage message 
)
inlinestatic

Uses the message serializer to read the serialized representation of the underlying variant from an output stream.

Parameters
streamStream
messageMessage

Definition at line 323 of file EventMessage.h.

static uint32_t ros::serialization::Serializer< swarmros::bridge::EventMessage >::serializedLength ( const swarmros::bridge::EventMessage message)
inlinestatic

Uses the message serializer to calculate the serialized size of the underlying variant.

Parameters
messageMessage
Returns
uint32_t

Definition at line 263 of file EventMessage.h.

template<typename Stream >
static void ros::serialization::Serializer< swarmros::bridge::EventMessage >::write ( Stream stream,
const swarmros::bridge::EventMessage message 
)
inlinestatic

Uses the message serializer to write the serialized representation of the underlying variant onto an output stream.

Parameters
streamStream
messageMessage

Definition at line 293 of file EventMessage.h.


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


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48