SMACC2
|
#include <cb_http_request.hpp>
Public Member Functions | |
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 |
Public Member Functions inherited from smacc2::SmaccClientBehavior | |
void | onEntry () override |
void | onExit () override |
Public Member Functions inherited from smacc2::ISmaccClientBehavior | |
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 () |
Private Attributes | |
const ClHttp::kHttpRequestMethod | kRequestType |
ClHttp * | cl_http_ |
Additional Inherited Members | |
Protected Member Functions inherited from smacc2::ISmaccClientBehavior | |
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 30 of file cb_http_request.hpp.
|
inline |
Definition at line 33 of file cb_http_request.hpp.
|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 51 of file cb_http_request.hpp.
References cl_http_, kRequestType, and cl_http::ClHttp::makeRequest().
|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 53 of file cb_http_request.hpp.
|
inline |
Definition at line 39 of file cb_http_request.hpp.
|
inlinevirtual |
Definition at line 49 of file cb_http_request.hpp.
Referenced by runtimeConfigure().
|
inlineoverridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 43 of file cb_http_request.hpp.
References cl_http_, onResponseReceived(), cl_http::ClHttp::onResponseReceived(), and smacc2::ISmaccClientBehavior::requiresClient().
|
private |
Definition at line 58 of file cb_http_request.hpp.
Referenced by onEntry(), and runtimeConfigure().
|
private |
Definition at line 56 of file cb_http_request.hpp.
Referenced by onEntry().