mcx::state_machine::Event2
less than a minute
mcx::state_machine::Event2
Inherits from mcx::state_machine::EventBase< STATE >
Public Functions
Name | |
---|---|
template <class P1 ,class P2 > |
Event2(EventStatus(STATE::*)(P1, P2) event, const typename DR< P1 >::T & p1 ={}, const typename DR< P2 >::T & p2 ={}) |
Additional inherited members
Public Functions inherited from mcx::state_machine::EventBase< STATE >
Name | |
---|---|
virtual | ~EventBase() =default |
Event< STATE > * | getEvent() const |
Protected Attributes inherited from mcx::state_machine::EventBase< STATE >
Name | |
---|---|
Event< STATE > * | event_ |
Detailed Description
template <class STATE >
class mcx::state_machine::Event2;
Public Functions Documentation
function Event2
template <class P1 ,
class P2 >
inline Event2(
EventStatus(STATE::*)(P1, P2) event,
const typename DR< P1 >::T & p1 ={},
const typename DR< P2 >::T & p2 ={}
)
Updated on 2022-04-05 at 16:21:27 +0200