SMACC2
|
#include <cb_http_get_request.hpp>
Public Member Functions | |
CbHttpGetRequest () | |
![]() | |
CbHttpRequestBase (const ClHttp::kHttpRequestMethod http_request_type) | |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
virtual void | runtimeConfigure () override |
virtual void | onResponseReceived (const ClHttp::TResponse &response) |
virtual void | onEntry () override |
virtual void | onExit () override |
![]() | |
void | onEntry () override |
void | onExit () override |
![]() | |
ISmaccClientBehavior () | |
virtual | ~ISmaccClientBehavior () |
ISmaccStateMachine * | getStateMachine () |
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 () |
Additional Inherited Members | |
![]() | |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
ISmaccState * | getCurrentState () |
virtual void | dispose () |
virtual rclcpp::Node::SharedPtr | getNode () const |
virtual rclcpp::Logger | getLogger () const |
Definition at line 29 of file cb_http_get_request.hpp.
|
inline |
Definition at line 32 of file cb_http_get_request.hpp.