mcx::state_machine::Event1

mcx::state_machine::Event1

More…

Inherits from mcx::state_machine::EventBase< STATE >

Public Functions

Name
template <class P1 >
Event1(EventStatus(STATE::*)(P1) event, const typename DR< P1 >::T & p1 ={})

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::Event1;

Public Functions Documentation

function Event1

template <class P1 >
inline Event1(
    EventStatus(STATE::*)(P1) event,
    const typename DR< P1 >::T & p1 ={}
)

Updated on 2022-04-05 at 16:21:27 +0200