#include "config/compiler.h"#include <sys/time.h>#include <time.h>#include <unistd.h>#include <stdio.h>#include "core/include/wmp_misc.h"
Go to the source code of this file.
Typedefs | |
| typedef void(* | sighandler_t )(int) |
Functions | |
| unsigned long long | getActualDateus () |
| unsigned long long | getActualTimems () |
| unsigned long long | getActualTimeus () |
| unsigned long long | getRawActualTimeus () |
| void | mssleep (int ms) |
| sighandler_t | signal (int signum, sighandler_t handler) |
| int | system (char *txt) |
| void | ussleep (int us) |
| void | wmp_get_timestamp (char *timecad) |
Variables | |
| static int | initialized = 0 |
| static unsigned long long | timeZero = 0 |
| typedef void(* sighandler_t)(int) |
Definition at line 110 of file platforms/MaRTE_OS/wmp_misc.c.
| unsigned long long getActualDateus | ( | void | ) |
Definition at line 92 of file platforms/MaRTE_OS/wmp_misc.c.
| unsigned long long getActualTimems | ( | void | ) |
Definition at line 48 of file platforms/MaRTE_OS/wmp_misc.c.
| unsigned long long getActualTimeus | ( | void | ) |
Definition at line 58 of file platforms/MaRTE_OS/wmp_misc.c.
| unsigned long long getRawActualTimeus | ( | void | ) |
Definition at line 101 of file platforms/MaRTE_OS/wmp_misc.c.
| void mssleep | ( | int | ms | ) |
Definition at line 76 of file platforms/MaRTE_OS/wmp_misc.c.
| sighandler_t signal | ( | int | signum, |
| sighandler_t | handler | ||
| ) |
Definition at line 111 of file platforms/MaRTE_OS/wmp_misc.c.
| int system | ( | char * | txt | ) |
Definition at line 128 of file platforms/MaRTE_OS/wmp_misc.c.
| void ussleep | ( | int | us | ) |
Definition at line 84 of file platforms/MaRTE_OS/wmp_misc.c.
| void wmp_get_timestamp | ( | char * | timecad | ) |
Definition at line 116 of file platforms/MaRTE_OS/wmp_misc.c.
int initialized = 0 [static] |
Definition at line 46 of file platforms/MaRTE_OS/wmp_misc.c.
unsigned long long timeZero = 0 [static] |
Definition at line 45 of file platforms/MaRTE_OS/wmp_misc.c.