HOPS
HOPS class reference
Macros | Functions
mk4util/src/root_id.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

Macros

#define HOPS_ROOT_BREAK   (1519659904)
 

Functions

char * root_id (int year, int day, int hour, int min, int sec)
 
char * root_id_break (time_t now, int year, int day, int hour, int min, int sec)
 
int root_id_delta (time_t now)
 
char * root_id_later (time_t now)
 

Macro Definition Documentation

◆ HOPS_ROOT_BREAK

#define HOPS_ROOT_BREAK   (1519659904)

Function Documentation

◆ root_id()

char* root_id ( int  year,
int  day,
int  hour,
int  min,
int  sec 
)

◆ root_id_break()

char* root_id_break ( time_t  now,
int  year,
int  day,
int  hour,
int  min,
int  sec 
)

◆ root_id_delta()

int root_id_delta ( time_t  now)

◆ root_id_later()

char* root_id_later ( time_t  now)