#include <util/group/actmsg.h>

Public Member Functions | |
| ActiveMessage (StateIn &s) | |
| void | save_data_state (StateOut &) |
| Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. | |
| virtual void | run (int sender, int type, ActiveMessageGrp *context)=0 |
| This is called when ActiveMessageGrp is used to send an ActiveMessage object to a process. | |
| void sc::ActiveMessage::save_data_state | ( | StateOut & | ) | [inline, virtual] |
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them.
This must be implemented by the derived class if the class has data.
Reimplemented from sc::SavableState.
Reimplemented in sc::ActiveMessageEcho.
| virtual void sc::ActiveMessage::run | ( | int | sender, | |
| int | type, | |||
| ActiveMessageGrp * | context | |||
| ) | [pure virtual] |
This is called when ActiveMessageGrp is used to send an ActiveMessage object to a process.
Implemented in sc::ActiveMessageEcho.