#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.
| void doPacking | ( | cCommBuffer * | b, | |
| Vector2D & | obj | |||
| ) | [inline] |
netPack for Vector2D
| b | the buffer | |
| obj | the Vector2D to serialise |
Definition at line 70 of file Vector2D.h.
00070 {obj.netPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, | |
| Vector2D & | obj | |||
| ) | [inline] |
netUnpack for Vector2D
| b | the buffer | |
| obj | the Vector2D to unserialise |
Definition at line 78 of file Vector2D.h.
00078 {obj.netUnpack(b);}
1.5.8