FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
timing.h File Reference

Timing source for simulation objects. More...

#include <memory>
#include <random>
#include <string>
#include <vector>
#include "core/config.h"
#include "noise/noise_generators.h"
+ Include dependency graph for timing.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  timing::Timing
 Represents a timing source for simulation. More...
 

Namespaces

namespace  timing
 

Detailed Description

Timing source for simulation objects.

All objects must adhere to a common timing source, which is modeled and adjusted by the methods in this class.

Definition in file timing.h.