Public Member Functions | List of all members
roswrap::SubscriptionCallbackHelper Class Referenceabstract

Abstract base class used by subscriptions to deal with concrete message types through a common interface. This is one part of the roscpp API that is not fully stable, so overloading this class is not recommended. More...

#include <subscription_callback_helper.h>

Inheritance diagram for roswrap::SubscriptionCallbackHelper:
Inheritance graph
[legend]

Public Member Functions

virtual void call (SubscriptionCallbackHelperCallParams &params)=0
 
virtual VoidConstPtr deserialize (const SubscriptionCallbackHelperDeserializeParams &)=0
 
virtual const std::type_info & getTypeInfo ()=0
 
virtual bool hasHeader ()=0
 
virtual bool isConst ()=0
 
virtual ~SubscriptionCallbackHelper ()
 

Detailed Description

Abstract base class used by subscriptions to deal with concrete message types through a common interface. This is one part of the roscpp API that is not fully stable, so overloading this class is not recommended.

Definition at line 70 of file subscription_callback_helper.h.

Constructor & Destructor Documentation

◆ ~SubscriptionCallbackHelper()

virtual roswrap::SubscriptionCallbackHelper::~SubscriptionCallbackHelper ( )
inlinevirtual

Definition at line 73 of file subscription_callback_helper.h.

Member Function Documentation

◆ call()

virtual void roswrap::SubscriptionCallbackHelper::call ( SubscriptionCallbackHelperCallParams params)
pure virtual

◆ deserialize()

virtual VoidConstPtr roswrap::SubscriptionCallbackHelper::deserialize ( const SubscriptionCallbackHelperDeserializeParams )
pure virtual

◆ getTypeInfo()

virtual const std::type_info& roswrap::SubscriptionCallbackHelper::getTypeInfo ( )
pure virtual

◆ hasHeader()

virtual bool roswrap::SubscriptionCallbackHelper::hasHeader ( )
pure virtual

◆ isConst()

virtual bool roswrap::SubscriptionCallbackHelper::isConst ( )
pure virtual

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


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:15