/******************************************************** ** Copyright 1999 Earth Resource Mapping Ltd. ** This document contains proprietary source code of ** Earth Resource Mapping Ltd, and can only be used under ** one of the three licenses as described in the ** license.txt file supplied with this distribution. ** See separate license.txt file for license details ** and conditions. ** ** This software is covered by US patent #6,442,298, ** #6,102,897 and #6,633,688. Rights to use these patents ** is included in the license agreements. ** ** FILE: NCSTimeStamp.h ** CREATED: Thu Feb 25 09:19:00 WST 1999 ** AUTHOR: Simon Cope ** PURPOSE: NCS Memory handling routines. ** EDITS: *******************************************************/ #ifndef NCSTIMESTAMP_H #define NCSTIMESTAMP_H #ifdef __cplusplus extern "C" { #endif #ifndef NCSTYPES_H #include "NCSTypes.h" #endif #ifdef WIN32 #include #endif /* WIN32 */ extern NCSTimeStampMs NCSGetTimeStampMs(void); extern NCSTimeStampUs NCSGetTimeStampUs(void); #ifdef __cplusplus } #endif #endif /* NCSTIMESTAMP_H */