mUPnP for C
time.h File Reference
#include <time.h>
#include <mupnp/typedef.h>

Data Structures

struct  tm
 

Macros

#define mupnp_sleep(val)
 
#define mupnp_sleeprandom(val)
 

Typedefs

typedef long mUpnpTime
 

Functions

float mupnp_random (void)
 
void mupnp_wait (mUpnpTime mtime)
 
void mupnp_waitrandom (mUpnpTime mtime)
 
mUpnpTime mupnp_getcurrentsystemtime (void)
 

Macro Definition Documentation

◆ mupnp_sleep

#define mupnp_sleep ( val)
Value:
void mupnp_wait(mUpnpTime mtime)
Definition time.c:39

◆ mupnp_sleeprandom

#define mupnp_sleeprandom ( val)
Value:
void mupnp_waitrandom(mUpnpTime mtime)
Definition time.c:64

Typedef Documentation

◆ mUpnpTime

typedef long mUpnpTime

Function Documentation

◆ mupnp_getcurrentsystemtime()

mUpnpTime mupnp_getcurrentsystemtime ( void )

◆ mupnp_random()

float mupnp_random ( void )

◆ mupnp_wait()

void mupnp_wait ( mUpnpTime mtime)

◆ mupnp_waitrandom()

void mupnp_waitrandom ( mUpnpTime mtime)