Models any entity that is capable of process an ADU. The basic functionality of this entity is to (1) process data, (2) pass data to another entity, (3) request data from another entity.
virtual AppData* get_data(int& size, AppData* req_data = 0) |
Process() |
virtual void process_data(int size, AppData* data) |
virtual void send_data(int size, AppData* data = 0) |
inline Process*& target() |
Process* target_ |
virtual int command(int argc, const char*const* argv) |
Models any entity that is capable of process an ADU. The basic functionality of this entity is to (1) process data, (2) pass data to another entity, (3) request data from another entity.
this page has been generated automatically by doc++
Adapted for the NS documentation page
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de