DESERT 3.5.1
|
#include <iostream>
#include <cmath>
#include <string>
#include <plugin.h>
#include <uw-woss-position.h>
#include "uwrandomlib.h"
Go to the source code of this file.
Classes | |
class | WossGMMob3D |
class | WossGMMob3D::UpdateTimerPosition |
Macros | |
#define | sgn(x) ( ((x)==0.0) ? 0.0 : ((x)/fabs(x)) ) |
#define | pi (4*atan(1.0)) |
#define | earth_radius 6371000.0 |
This is a Gauss-Markov random mobility model designed to use with WOSS (World Ocean Simulation System). Details can be found in the following reference Tracy camp, Jeff Boleng, and Venessa Davies, "A survey of mobility models for ad hoc network research," Wireless Communications and Mobile Computing, 2002, 2:483-502, DOI: 10.1002/wcm.72.
Definition in file woss-gmmobility-3d.h.
#define earth_radius 6371000.0 |
Definition at line 54 of file woss-gmmobility-3d.h.
#define pi (4*atan(1.0)) |
Definition at line 53 of file woss-gmmobility-3d.h.
#define sgn | ( | x | ) | ( ((x)==0.0) ? 0.0 : ((x)/fabs(x)) ) |
Definition at line 52 of file woss-gmmobility-3d.h.