Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Private Attributes
mrpt::synch::MT_buffer Class Reference

Detailed Description

This class is a bulk sequence of bytes with MultiThread (MT)-safe read and write operations.

Definition at line 25 of file MT_buffer.h.

#include <mrpt/synch/MT_buffer.h>

Public Member Functions

 MT_buffer ()
 Default constructor. More...
 
virtual ~MT_buffer ()
 Destructor. More...
 
void clear ()
 Empty the buffer. More...
 
size_t size ()
 Return the number of available bytes at this moment. More...
 
void appendData (const vector_byte &d)
 Append new data to the stream. More...
 
void readAndClear (vector_byte &d)
 Read the whole buffer and empty it. More...
 
void read (vector_byte &d)
 Read the whole buffer. More...
 

Private Attributes

vector_byte m_data
 
std::mutex m_cs
 

Constructor & Destructor Documentation

◆ MT_buffer()

mrpt::synch::MT_buffer::MT_buffer ( )
inline

Default constructor.

Definition at line 33 of file MT_buffer.h.

◆ ~MT_buffer()

virtual mrpt::synch::MT_buffer::~MT_buffer ( )
inlinevirtual

Destructor.

Definition at line 35 of file MT_buffer.h.

Member Function Documentation

◆ appendData()

void mrpt::synch::MT_buffer::appendData ( const vector_byte d)
inline

Append new data to the stream.

Definition at line 55 of file MT_buffer.h.

References m_cs, and m_data.

Referenced by mrpt::hwdrivers::CNTRIPClient::private_ntrip_thread(), and mrpt::hwdrivers::CNTRIPClient::sendBackToServer().

Here is the caller graph for this function:

◆ clear()

void mrpt::synch::MT_buffer::clear ( )
inline

Empty the buffer.

Definition at line 37 of file MT_buffer.h.

References m_cs, and m_data.

Referenced by mrpt::hwdrivers::CNTRIPClient::close(), and mrpt::hwdrivers::CNTRIPClient::private_ntrip_thread().

Here is the caller graph for this function:

◆ read()

void mrpt::synch::MT_buffer::read ( vector_byte d)
inline

Read the whole buffer.

Definition at line 72 of file MT_buffer.h.

References m_cs, and m_data.

◆ readAndClear()

void mrpt::synch::MT_buffer::readAndClear ( vector_byte d)
inline

Read the whole buffer and empty it.

Definition at line 63 of file MT_buffer.h.

References m_cs, and m_data.

Referenced by mrpt::hwdrivers::CNTRIPEmitter::doProcess(), and mrpt::hwdrivers::CNTRIPClient::private_ntrip_thread().

Here is the caller graph for this function:

◆ size()

size_t mrpt::synch::MT_buffer::size ( )
inline

Return the number of available bytes at this moment.

Definition at line 45 of file MT_buffer.h.

References m_cs, and m_data.

Referenced by mrpt::hwdrivers::CNTRIPClient::private_ntrip_thread().

Here is the caller graph for this function:

Member Data Documentation

◆ m_cs

std::mutex mrpt::synch::MT_buffer::m_cs
private

Definition at line 29 of file MT_buffer.h.

Referenced by appendData(), clear(), read(), readAndClear(), and size().

◆ m_data

vector_byte mrpt::synch::MT_buffer::m_data
private

Definition at line 28 of file MT_buffer.h.

Referenced by appendData(), clear(), read(), readAndClear(), and size().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019