#include "dce-time.h"#include "dce-manager.h"#include "process.h"#include "utils.h"#include <ns3/log.h>#include <ns3/node.h>#include <ns3/simulator.h>#include <errno.h>
Include dependency graph for dce-time.cc:Go to the source code of this file.
Functions | |
| char * | dce_asctime (const struct tm *tm) |
| int | dce_clock_getres (clockid_t c, struct timespec *r) |
| int | dce_clock_gettime (clockid_t c, struct timespec *tp) |
| char * | dce_ctime (const time_t *timep) |
| struct tm * | dce_gmtime (const time_t *timep) |
| struct tm * | dce_localtime (const time_t *timep) |
| time_t | dce_time (time_t *t) |
| void | dce_tzset () |
| int | dce_utime (const char *filename, const struct utimbuf *times) |
| NS_LOG_COMPONENT_DEFINE ("DceTime") | |
| char* dce_asctime | ( | const struct tm * | tm | ) |
Definition at line 50 of file dce-time.cc.
References ns3::Current(), and ns3::UtilsGetNodeId().
Here is the call graph for this function:| int dce_clock_getres | ( | clockid_t | c, |
| struct timespec * | r | ||
| ) |
Definition at line 75 of file dce-time.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
Here is the call graph for this function:| int dce_clock_gettime | ( | clockid_t | c, |
| struct timespec * | tp | ||
| ) |
Definition at line 58 of file dce-time.cc.
References ns3::Current(), ns3::Thread::err, ns3::UtilsGetNodeId(), ns3::UtilsSimulationTimeToTime(), and ns3::UtilsTimeToTimespec().
Here is the call graph for this function:| char* dce_ctime | ( | const time_t * | timep | ) |
Definition at line 42 of file dce-time.cc.
References ns3::Current(), and ns3::UtilsGetNodeId().
Here is the call graph for this function:
|
read |
Definition at line 26 of file dce-time.cc.
References ns3::Current(), and ns3::UtilsGetNodeId().
Here is the call graph for this function:
|
read |
Definition at line 34 of file dce-time.cc.
References ns3::Current(), and ns3::UtilsGetNodeId().
Here is the call graph for this function:| time_t dce_time | ( | time_t * | t | ) |
Definition at line 14 of file dce-time.cc.
References ns3::Current(), ns3::UtilsGetNodeId(), and ns3::UtilsSimulationTimeToTime().
Here is the call graph for this function:| void dce_tzset | ( | void | ) |
Definition at line 70 of file dce-time.cc.
| int dce_utime | ( | const char * | filename, |
| const struct utimbuf * | times | ||
| ) |
Definition at line 105 of file dce-time.cc.
References ns3::Current(), ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
Here is the call graph for this function:| NS_LOG_COMPONENT_DEFINE | ( | "DceTime" | ) |