Evo C++ Library v0.5.1
Static Public Member Functions | List of all members
SysLinux Struct Reference

#include <evo/impl/sys.h>

Static Public Member Functions

static void add_timespec_ms (struct timespec &tm, ulong ms)
 
static int compare_timespec (const struct timespec &a, const struct timespec &b)
 
static void set_timespec_ms (struct timespec &tm, ulong ms)
 
static void set_timespec_now (struct timespec &tm)
 
static void set_timespec_tv (struct timespec &tm, struct timeval &tv)
 
static void set_timeval_ms (struct timeval &tm, ulong ms)
 

Member Function Documentation

◆ add_timespec_ms()

static void add_timespec_ms ( struct timespec &  tm,
ulong  ms 
)
inlinestatic

◆ compare_timespec()

static int compare_timespec ( const struct timespec &  a,
const struct timespec &  b 
)
inlinestatic

◆ set_timespec_ms()

static void set_timespec_ms ( struct timespec &  tm,
ulong  ms 
)
inlinestatic

◆ set_timespec_now()

static void set_timespec_now ( struct timespec &  tm)
inlinestatic

◆ set_timespec_tv()

static void set_timespec_tv ( struct timespec &  tm,
struct timeval &  tv 
)
inlinestatic

◆ set_timeval_ms()

static void set_timeval_ms ( struct timeval &  tm,
ulong  ms 
)
inlinestatic

The documentation for this struct was generated from the following file: