Public Member Functions | Static Public Attributes | List of all members
rs2rosinternal::serialization::OStream Struct Reference

Output stream. More...

#include <serialization.h>

Inheritance diagram for rs2rosinternal::serialization::OStream:
Inheritance graph
[legend]

Public Member Functions

template<typename T >
ROS_FORCE_INLINE void next (const T &t)
 Serialize an item to this output stream. More...
 
template<typename T >
ROS_FORCE_INLINE OStreamoperator<< (const T &t)
 
 OStream (uint8_t *data, uint32_t count)
 
- Public Member Functions inherited from rs2rosinternal::serialization::Stream
ROS_FORCE_INLINE uint8_tadvance (uint32_t len)
 Advances the stream, checking bounds, and returns a pointer to the position before it was advanced. More...
 
uint8_tgetData ()
 
uint32_t getLength ()
 Returns the amount of space left in the stream. More...
 

Static Public Attributes

static const StreamType stream_type = stream_types::Output
 

Additional Inherited Members

- Protected Member Functions inherited from rs2rosinternal::serialization::Stream
 Stream (uint8_t *_data, uint32_t _count)
 

Detailed Description

Output stream.

Definition at line 772 of file third-party/realsense-file/rosbag/roscpp_serialization/include/ros/serialization.h.

Constructor & Destructor Documentation

rs2rosinternal::serialization::OStream::OStream ( uint8_t data,
uint32_t  count 
)
inline

Member Function Documentation

template<typename T >
ROS_FORCE_INLINE void rs2rosinternal::serialization::OStream::next ( const T &  t)
inline

Serialize an item to this output stream.

Definition at line 784 of file third-party/realsense-file/rosbag/roscpp_serialization/include/ros/serialization.h.

template<typename T >
ROS_FORCE_INLINE OStream& rs2rosinternal::serialization::OStream::operator<< ( const T &  t)
inline

Member Data Documentation

const StreamType rs2rosinternal::serialization::OStream::stream_type = stream_types::Output
static

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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:42