Embedded Multicore Building Blocks V1.0.0
|
Holds the actual worker function used to execute a Task. More...
#include <action.h>
Public Member Functions | |
Action () | |
Constructs an Action. More... | |
Action (Action const &other) | |
Copies an Action. More... | |
Action & | operator= (Action const &other) |
Copies an Action. More... | |
void | Delete () |
Deletes an Action. More... | |
mtapi_action_hndl_t | GetInternal () const |
Returns the internal representation of this object. More... | |
Holds the actual worker function used to execute a Task.
embb::mtapi::Action::Action | ( | ) |
embb::mtapi::Action::Action | ( | Action const & | other | ) |
void embb::mtapi::Action::Delete | ( | ) |
Deletes an Action.
mtapi_action_hndl_t embb::mtapi::Action::GetInternal | ( | ) | const |
Returns the internal representation of this object.
Allows for interoperability with the C interface.