Public Member Functions | List of all members
RTT::mqueue::MQSerializationProtocol< T > Class Template Reference

#include <MQSerializationProtocol.hpp>

Inheritance diagram for RTT::mqueue::MQSerializationProtocol< T >:
Inheritance graph
[legend]

Public Member Functions

virtual std::pair< void const *, int > fillBlob (base::DataSourceBase::shared_ptr source, void *blob, int size, void *cookie) const
 
virtual unsigned int getSampleSize (base::DataSourceBase::shared_ptr sample, void *cookie) const
 
 MQSerializationProtocol ()
 
virtual bool updateFromBlob (const void *blob, int size, base::DataSourceBase::shared_ptr target, void *cookie) const
 
- Public Member Functions inherited from RTT::mqueue::MQTemplateProtocolBase< T >
virtual base::ChannelElementBase::shared_ptr createStream (base::PortInterface *port, const ConnPolicy &policy, bool is_sender) const
 
- Public Member Functions inherited from RTT::types::TypeMarshaller
virtual void * createCookie () const
 
virtual void deleteCookie (void *cookie) const
 
- Public Member Functions inherited from RTT::types::TypeTransporter
virtual ~TypeTransporter ()
 

Additional Inherited Members

- Public Types inherited from RTT::mqueue::MQTemplateProtocolBase< T >
typedef T UserType
 

Detailed Description

template<class T>
class RTT::mqueue::MQSerializationProtocol< T >

Definition at line 61 of file MQSerializationProtocol.hpp.

Constructor & Destructor Documentation

Definition at line 65 of file MQSerializationProtocol.hpp.

Member Function Documentation

template<class T >
virtual std::pair<void const*,int> RTT::mqueue::MQSerializationProtocol< T >::fillBlob ( base::DataSourceBase::shared_ptr  source,
void *  blob,
int  size,
void *  cookie 
) const
inlinevirtual

Create an transportable object for a protocol which contains the value of source. This must be a real-time function which does not allocate memory

Parameters
sourceThe data to be read
blobSuggested target memory area to write to. In case the type marshaller does not need this, it will return an alternative as a first element in the returned std::pair.
sizeThe size of the memory area pointed by blob
Returns
Returns (0,0) if the filling failed, otherwise, points to the filled memory area and the effectively written size. The returned pointer may differ from blob, in case blob was not used. The returned size must be lower or equal than size

Implements RTT::types::TypeMarshaller.

Definition at line 68 of file MQSerializationProtocol.hpp.

template<class T >
virtual unsigned int RTT::mqueue::MQSerializationProtocol< T >::getSampleSize ( base::DataSourceBase::shared_ptr  sample,
void *  cookie 
) const
inlinevirtual

Returns the size in bytes of a marshalled data element.

Returns
the size.

Implements RTT::types::TypeMarshaller.

Definition at line 98 of file MQSerializationProtocol.hpp.

template<class T >
virtual bool RTT::mqueue::MQSerializationProtocol< T >::updateFromBlob ( const void *  blob,
int  size,
base::DataSourceBase::shared_ptr  target,
void *  cookie 
) const
inlinevirtual

Update target with the contents of blob which is an object of a protocol.

Implements RTT::types::TypeMarshaller.

Definition at line 86 of file MQSerializationProtocol.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:45