SMACC2
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
cl_ros_timer::CbTimerCountdownOnce Class Reference

#include <cb_timer_countdown_once.hpp>

Inheritance diagram for cl_ros_timer::CbTimerCountdownOnce:
Inheritance graph
Collaboration diagram for cl_ros_timer::CbTimerCountdownOnce:
Collaboration graph

Public Member Functions

 CbTimerCountdownOnce (uint64_t triggerTickCount)
 
void onEntry () override
 
void onEntry () override
 
template<typename TOrthogonal , typename TSourceObject >
void onOrthogonalAllocation ()
 
template<typename T >
boost::signals2::connection onTimerTick (void(T::*callback)(), T *object)
 
 CbTimerCountdownOnce (uint64_t triggerTickCount)
 
void onEntry () override
 
void onExit () override
 
template<typename TOrthogonal , typename TSourceObject >
void onOrthogonalAllocation ()
 
template<typename T >
boost::signals2::connection onTimerTick (void(T::*callback)(), T *object)
 
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)
 

Private Member Functions

void onClientTimerTickCallback ()
 
void onClientTimerTickCallback ()
 

Private Attributes

uint64_t tickCounter_
 
uint64_t tickTriggerCount_
 
ClRosTimertimerClient_
 
std::function< void()> postCountDownEvent_
 
smacc2::SmaccSignal< void()> onTimerTick_
 

Additional Inherited Members

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

Detailed Description

Definition at line 22 of file cb_timer_countdown_once.hpp.

Constructor & Destructor Documentation

◆ CbTimerCountdownOnce() [1/2]

cl_ros_timer::CbTimerCountdownOnce::CbTimerCountdownOnce ( uint64_t  triggerTickCount)

◆ CbTimerCountdownOnce() [2/2]

cl_ros_timer::CbTimerCountdownOnce::CbTimerCountdownOnce ( uint64_t  triggerTickCount)

Member Function Documentation

◆ onClientTimerTickCallback() [1/2]

void cl_ros_timer::CbTimerCountdownOnce::onClientTimerTickCallback ( )
private

Definition at line 24 of file cb_timer_countdown_once.cpp.

25{
27
29 {
32 }
33}
smacc2::SmaccSignal< void()> onTimerTick_

References onTimerTick_, postCountDownEvent_, tickCounter_, and tickTriggerCount_.

Referenced by onEntry().

Here is the caller graph for this function:

◆ onClientTimerTickCallback() [2/2]

void cl_ros_timer::CbTimerCountdownOnce::onClientTimerTickCallback ( )
private

◆ onEntry() [1/3]

void cl_ros_timer::CbTimerCountdownOnce::onEntry ( )
overridevirtual

◆ onEntry() [2/3]

void cl_ros_timer::CbTimerCountdownOnce::onEntry ( )
overridevirtual

Reimplemented from smacc2::SmaccClientBehavior.

◆ onEntry() [3/3]

void cl_ros_timer::CbTimerCountdownOnce::onEntry ( )
overridevirtual

Reimplemented from smacc2::SmaccClientBehavior.

◆ onExit()

void cl_ros_timer::CbTimerCountdownOnce::onExit ( )
overridevirtual

Reimplemented from smacc2::SmaccClientBehavior.

Definition at line 41 of file cb_timer_countdown_once.cpp.

41{}

◆ onOrthogonalAllocation() [1/2]

template<typename TOrthogonal , typename TSourceObject >
void cl_ros_timer::CbTimerCountdownOnce::onOrthogonalAllocation ( )
inline

Definition at line 31 of file cb_timer_countdown_once.hpp.

32 {
33 this->postCountDownEvent_ = [=]()
34 { this->template postEvent<EvTimer<TSourceObject, TOrthogonal>>(); };
35 }

References postCountDownEvent_.

◆ onOrthogonalAllocation() [2/2]

template<typename TOrthogonal , typename TSourceObject >
void cl_ros_timer::CbTimerCountdownOnce::onOrthogonalAllocation ( )
inline

Definition at line 31 of file cb_timer_countdown_once.hpp.

32 {
33 this->postCountDownEvent_ = [=]()
34 { this->template postEvent<EvTimer<TSourceObject, TOrthogonal>>(); };
35 }

References postCountDownEvent_.

◆ onTimerTick() [1/2]

template<typename T >
boost::signals2::connection cl_ros_timer::CbTimerCountdownOnce::onTimerTick ( void(T::*)()  callback,
T *  object 
)
inline

Definition at line 38 of file cb_timer_countdown_once.hpp.

39 {
40 return this->getStateMachine()->createSignalConnection(onTimerTick_, callback, object);
41 }
boost::signals2::connection createSignalConnection(TSmaccSignal &signal, TMemberFunctionPrototype callback, TSmaccObjectType *object)

References smacc2::ISmaccStateMachine::createSignalConnection(), smacc2::ISmaccClientBehavior::getStateMachine(), and onTimerTick_.

Here is the call graph for this function:

◆ onTimerTick() [2/2]

template<typename T >
boost::signals2::connection cl_ros_timer::CbTimerCountdownOnce::onTimerTick ( void(T::*)()  callback,
T *  object 
)
inline

Definition at line 38 of file cb_timer_countdown_once.hpp.

39 {
40 return this->getStateMachine()->createSignalConnection(onTimerTick_, callback, object);
41 }

References smacc2::ISmaccStateMachine::createSignalConnection(), smacc2::ISmaccClientBehavior::getStateMachine(), and onTimerTick_.

Here is the call graph for this function:

Member Data Documentation

◆ onTimerTick_

smacc2::SmaccSignal< void()> cl_ros_timer::CbTimerCountdownOnce::onTimerTick_
private

Definition at line 49 of file cb_timer_countdown_once.hpp.

Referenced by onClientTimerTickCallback(), and onTimerTick().

◆ postCountDownEvent_

std::function< void()> cl_ros_timer::CbTimerCountdownOnce::postCountDownEvent_
private

◆ tickCounter_

uint64_t cl_ros_timer::CbTimerCountdownOnce::tickCounter_
private

Definition at line 44 of file cb_timer_countdown_once.hpp.

Referenced by onClientTimerTickCallback().

◆ tickTriggerCount_

uint64_t cl_ros_timer::CbTimerCountdownOnce::tickTriggerCount_
private

Definition at line 45 of file cb_timer_countdown_once.hpp.

Referenced by onClientTimerTickCallback().

◆ timerClient_

ClRosTimer * cl_ros_timer::CbTimerCountdownOnce::timerClient_
private

Definition at line 47 of file cb_timer_countdown_once.hpp.

Referenced by onEntry().


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