#include <DirectStreamCommModule.h>

Public Member Functions | |
| DirectStreamCommModule (int argc, const char *argv[]) | |
| constructor | |
| bool | sendPacketString (string &packetString, CommNode recipient) |
| Send a packetString. | |
| virtual ResourcePlate | getPlate () const |
| get resource id (mandatory), it must be defined for all implemented resource | |
| MipResources::DirectStreamCommModule::DirectStreamCommModule | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
constructor
| bool MipResources::DirectStreamCommModule::sendPacketString | ( | string & | packetString, | |
| CommNode | recipient | |||
| ) | [virtual] |
Send a packetString.
| packetString | a string containing a serialized CommPacket | |
| recipient | recipient of the packet |
Implements MipResources::CommModule.
| virtual ResourcePlate MipResources::DirectStreamCommModule::getPlate | ( | ) | const [inline, virtual] |
get resource id (mandatory), it must be defined for all implemented resource
Implements MipResources::Resource.
1.5.6