Initial Commit:
- Create single library for all Core RedA functions/classes - Working version
This commit is contained in:
25
TimingCore.h
Normal file
25
TimingCore.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* Timing.h
|
||||
*
|
||||
* Created on: 13 May 2016
|
||||
* Author: wentzelc
|
||||
*/
|
||||
|
||||
#ifndef TIMINGCORE_H_
|
||||
#define TIMINGCORE_H_
|
||||
|
||||
// redA Libraries
|
||||
/* none */
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
#include <sys/time.h>
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void SetInterval( timeval *Time, long MilliSeconds );
|
||||
void SetStartTime( timeval *StartTime );
|
||||
long TimePassed( timeval StartTime );
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#endif /* TIMINGCORE_H_ */
|
||||
Reference in New Issue
Block a user