#include <stdlib.h>
#include <assert.h>
#include <string>
#include <list>
#include <sstream>
#include <vector>
#include <utility>
#include <map>
#include <baselib.h>
#include <Resource.h>
#include <Serialization.h>
Go to the source code of this file.
Namespaces | |
| namespace | MipResources |
Classes | |
| class | MipResources::CommNode |
| Represents the sender or the recipient of a packet. More... | |
| class | MipResources::CommPacket |
| Communication packet. More... | |
| class | MipResources::CommModulePar |
| Represents the fundamental parameters of an abstract communication module. More... | |
| class | MipResources::CommModuleVar |
| Represents the fundamental variables an abstract communication module. More... | |
| class | MipResources::CommModule |
| abstract communication module More... | |
Typedefs | |
| typedef vector< CommPacket * > | MipResources::CommBox |
| A vector of pointers to CommPacket. | |
| typedef pair< string, CommNode > | MipResources::CommStoredPacketString |
| Association between a string and a CommNode. | |
1.5.6