#include <util/group/actmsg.h>

Public Member Functions | |
| ActiveMessageEcho (StateIn &) | |
| ActiveMessageEcho (int i) | |
| 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. | |
| void | run (int sender, int type, ActiveMessageGrp *context) |
| This is called when ActiveMessageGrp is used to send an ActiveMessage object to a process. | |
It writes an integer to the output.
| void sc::ActiveMessageEcho::save_data_state | ( | StateOut & | ) | [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::ActiveMessage.
| void sc::ActiveMessageEcho::run | ( | int | sender, | |
| int | type, | |||
| ActiveMessageGrp * | context | |||
| ) | [virtual] |
This is called when ActiveMessageGrp is used to send an ActiveMessage object to a process.
Implements sc::ActiveMessage.