OpenJAUS Software Development Kit
4.3.1
|
#include <StaticCallbackImpl.h>
Inherits openjaus::model::MessageCallback.
Public Member Functions | |
StaticCallbackImpl () | |
virtual | ~StaticCallbackImpl () |
StaticCallbackImpl (bool(*callback)(MessageType &messageRef)) | |
virtual bool | processTrigger (Trigger *trigger) |
virtual std::string | toString () const |
Public Member Functions inherited from openjaus::model::MessageCallback | |
MessageCallback () | |
virtual | ~MessageCallback () |
uint16_t | getId () const |
Accessor to get the value of id. More... | |
bool | setId (uint16_t id) |
Accessor to set value of id. More... | |
Protected Attributes | |
bool(* | callback )(MessageType &messageRef) |
Protected Attributes inherited from openjaus::model::MessageCallback | |
uint16_t | id |
openjaus::model::StaticCallbackImpl< MessageType >::StaticCallbackImpl | ( | ) |
|
virtual |
openjaus::model::StaticCallbackImpl< MessageType >::StaticCallbackImpl | ( | bool(*)(MessageType &messageRef) | callback | ) |
|
virtual |
trigger |
Reimplemented from openjaus::model::MessageCallback.
|
virtual |
Reimplemented from openjaus::model::MessageCallback.
|
protected |