DESERT 3.5.1
Loading...
Searching...
No Matches
uwgmposition.h File Reference
#include "node-core.h"
Include dependency graph for uwgmposition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UwGMPosition
 

Macros

#define sgn(x)   (((x) == 0.0) ? 0.0 : ((x) / fabs(x)))
 
#define pi   (4 * atan(1.0))
 

Enumerations

enum  BoundType { SPHERIC , THOROIDAL , HARDWALL , REBOUNCE }
 

Detailed Description

3D Gauss Markov mobility model.

Author
Giovanni Toso
Version
1.0.0

3D Gauss Markov mobility model.

Definition in file uwgmposition.h.

Macro Definition Documentation

◆ pi

#define pi   (4 * atan(1.0))

Definition at line 46 of file uwgmposition.h.

◆ sgn

#define sgn (   x)    (((x) == 0.0) ? 0.0 : ((x) / fabs(x)))

Definition at line 45 of file uwgmposition.h.

Enumeration Type Documentation

◆ BoundType

enum BoundType

Defines the behaviour of the node when it reaches an edge of the simulation field.

Enumerator
SPHERIC 
THOROIDAL 
HARDWALL 
REBOUNCE 

Definition at line 54 of file uwgmposition.h.