Base class for active message handlers.
More...
#include <pearl/AmHandler.h>
This is the base class for active message handlers. Only handlers derived of this base class can be registered with the AmRuntime object.
◆ AmHandler()
pearl::AmHandler::AmHandler |
( |
| ) |
|
|
protected |
◆ ~AmHandler()
virtual pearl::AmHandler::~AmHandler |
( |
| ) |
|
|
protectedvirtual |
◆ execute()
virtual void pearl::AmHandler::execute |
( |
Buffer & |
buffer | ) |
|
|
pure virtual |
◆ getId()
uint32_t pearl::AmHandler::getId |
( |
| ) |
|
◆ getName()
virtual const std::string& pearl::AmHandler::getName |
( |
| ) |
const |
|
protectedpure virtual |
◆ setId()
void pearl::AmHandler::setId |
( |
uint32_t |
id | ) |
|
|
protected |
◆ AmRuntime
◆ UNREGISTERED
const uint32_t pearl::AmHandler::UNREGISTERED |
|
static |
The documentation for this class was generated from the following file: