Example for Markov model class logic. More...
#include "ns3/core-module.h"
#include "ns3/satellite-module.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
static double | GetElevation () |
static double | GetVelocity () |
static void | SetElevation (double elevation) |
static void | SetVelocity (double velocity) |
Variables | |
static double | g_elevation = 45 |
static double | g_velocity = 0 |
Example for Markov model class logic.
Demonstrates the functionality of Markov-fading. The example creates Markov-fading object and executes the fading calculations with different elevation angles.
Definition in file sat-markov-logic-example.cc.
|
static |
Definition at line 44 of file sat-markov-logic-example.cc.
References g_elevation.
|
static |
Definition at line 56 of file sat-markov-logic-example.cc.
References g_velocity.
|
static |
Definition at line 50 of file sat-markov-logic-example.cc.
References g_elevation.
|
static |
Definition at line 62 of file sat-markov-logic-example.cc.
References g_velocity.
|
static |
Definition at line 40 of file sat-markov-logic-example.cc.
Referenced by GetElevation(), and SetElevation().
|
static |
Definition at line 41 of file sat-markov-logic-example.cc.
Referenced by GetVelocity(), and SetVelocity().