GM6000 Digital Heater Controller Branch: main
SDX-1330
PrivateElapsedTime_.h
Go to the documentation of this file.
1#ifndef Cpl_System_elapsedTime_Private_h_
2#define Cpl_System_elapsedTime_Private_h_
3/*-----------------------------------------------------------------------------
4* This file is part of the Colony.Core Project. The Colony.Core Project is an
5* open source project with a BSD type of licensing agreement. See the license
6* agreement (license.txt) in the top/ directory or on the Internet at
7* http://integerfox.com/colony.core/license.txt
8*
9* Copyright (c) 2014-2022 John T. Taylor
10*
11* Redistributions of the source code must retain the above copyright notice.
12*----------------------------------------------------------------------------*/
13/** @file */
14
15#include "colony_map.h"
16
17/** Platform specific function returns the elapsed time in milliseconds
18
19 \b Prototype:
20 unsigned long CplSystemElapsedTime_getTimeInMilliseconds();
21 */
22#define CplSystemElapsedTime_getTimeInMilliseconds CplSystemElapsedTime_getTimeInMilliseconds_MAP
23
24
25#endif // end header latch
26