trick/trick_source/sim_services/SimTime/include/simtime_proto.h

24 lines
322 B
C
Raw Normal View History

2015-02-26 15:02:31 +00:00
#ifndef SIMTIME_PROTO_H
#define SIMTIME_PROTO_H
2015-02-26 15:02:31 +00:00
#include "time_offset.h"
#ifdef __cplusplus
extern "C" {
#endif
double get_rettime() ;
double get_gmttime() ;
double get_mettime() ;
GMTTIME * get_rettime_struct() ;
GMTTIME * get_gmttime_struct() ;
GMTTIME * get_mettime_struct() ;
#ifdef __cplusplus
}
#endif
#endif