OverSim
|
#include <math.h>
#include <omnetpp.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Vector2D |
Functions | |
void | doPacking (cCommBuffer *b, Vector2D &obj) |
netPack for Vector2D | |
void | doUnpacking (cCommBuffer *b, Vector2D &obj) |
netUnpack for Vector2D |
Definition in file Vector2D.h.
|
inline |
netPack for Vector2D
b | the buffer |
obj | the Vector2D to serialise |
Definition at line 70 of file Vector2D.h.