SMACC2
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
smacc2::CbServiceServerCallbackBase< TService > Class Template Referenceabstract

#include <cb_service_server_callback_base.hpp>

Inheritance diagram for smacc2::CbServiceServerCallbackBase< TService >:
Inheritance graph
Collaboration diagram for smacc2::CbServiceServerCallbackBase< TService >:
Collaboration graph

Public Member Functions

virtual void onEntry () override
 
virtual void onServiceRequestReceived (const std::shared_ptr< typename TService::Request > req, std::shared_ptr< typename TService::Response > res)=0
 
- Public Member Functions inherited from smacc2::SmaccClientBehavior
void onEntry () override
 
void onExit () override
 
- Public Member Functions inherited from smacc2::ISmaccClientBehavior
 ISmaccClientBehavior ()
 
virtual ~ISmaccClientBehavior ()
 
ISmaccStateMachinegetStateMachine ()
 
std::string getName () const
 
template<typename SmaccClientType >
void requiresClient (SmaccClientType *&storage)
 
template<typename SmaccComponentType >
void requiresComponent (SmaccComponentType *&storage, bool throwExceptionIfNotExist=false)
 
virtual void executeOnEntry ()
 
virtual void executeOnExit ()
 

Protected Attributes

smacc2::client_bases::SmaccServiceServerClient< TService > * attachedClient_ = nullptr
 

Additional Inherited Members

- Protected Member Functions inherited from smacc2::ISmaccClientBehavior
virtual void runtimeConfigure ()
 
template<typename EventType >
void postEvent (const EventType &ev)
 
template<typename EventType >
void postEvent ()
 
ISmaccStategetCurrentState ()
 
virtual void dispose ()
 
virtual rclcpp::Node::SharedPtr getNode () const
 
virtual rclcpp::Logger getLogger () const
 

Detailed Description

template<typename TService>
class smacc2::CbServiceServerCallbackBase< TService >

Definition at line 21 of file cb_service_server_callback_base.hpp.

Member Function Documentation

◆ onEntry()

template<typename TService >
virtual void smacc2::CbServiceServerCallbackBase< TService >::onEntry ( )
inlineoverridevirtual

Reimplemented from smacc2::ISmaccClientBehavior.

Definition at line 24 of file cb_service_server_callback_base.hpp.

25 {
27 attachedClient_->onServiceRequestReceived(
29 }
virtual void onServiceRequestReceived(const std::shared_ptr< typename TService::Request > req, std::shared_ptr< typename TService::Response > res)=0
smacc2::client_bases::SmaccServiceServerClient< TService > * attachedClient_
void requiresClient(SmaccClientType *&storage)

References smacc2::CbServiceServerCallbackBase< TService >::attachedClient_, smacc2::CbServiceServerCallbackBase< TService >::onServiceRequestReceived(), and smacc2::ISmaccClientBehavior::requiresClient().

Here is the call graph for this function:

◆ onServiceRequestReceived()

template<typename TService >
virtual void smacc2::CbServiceServerCallbackBase< TService >::onServiceRequestReceived ( const std::shared_ptr< typename TService::Request >  req,
std::shared_ptr< typename TService::Response >  res 
)
pure virtual

Referenced by smacc2::CbServiceServerCallbackBase< TService >::onEntry().

Here is the caller graph for this function:

Member Data Documentation

◆ attachedClient_


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