Vector2D.h File Reference

#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

Detailed Description

Author:
Helge Backhaus

Definition in file Vector2D.h.


Function Documentation

void doPacking ( cCommBuffer *  b,
Vector2D obj 
) [inline]

netPack for Vector2D

Parameters:
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

Parameters:
b the buffer
obj the Vector2D to unserialise

Definition at line 78 of file Vector2D.h.

00078 {obj.netUnpack(b);}

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3