#include <iostream>
#include <iomanip>
#include <string>
#include <math.h>
#include "parameter.h"
Include dependency graph for detime.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DETime |
Time structure definition and associated methods. More... | |
class | DETimeParameter |
DETime parameter type. More... | |
Typedefs | |
typedef unsigned long long int | time_int |
time_int is the type of the ticks, hence it means how much time a DETime can store. |