OSDN Git Service

first
[psychlops/cpp.git] / psychlops / platform / osx / psychlops_io_clock_OSX.h
1 /*\r
2  *  psychlops_io_clock_OSX.h\r
3  *  Psychlops Standard Library (MacOSX)\r
4  *\r
5  *  Last Modified 2005/12/19 by Kenchi HOSOKAWA\r
6  *  (C) 2005 Kenchi HOSOKAWA, Kazushi MARUYA, Takao SATO\r
7  */\r
8 \r
9 #ifndef HEADER_PSYCHLOPS_DEVICES_CLOCK_OSX\r
10 #define HEADER_PSYCHLOPS_DEVICES_CLOCK_OSX\r
11 \r
12 \r
13 #include <stdlib.h>\r
14 #include <Math.h>\r
15 #include <time.h>\r
16 #include <iostream>\r
17 \r
18 #include <CoreServices/CoreServices.h>\r
19 #include <mach/mach.h>\r
20 #include <mach/mach_time.h>\r
21 \r
22 \r
23 \r
24 namespace Psychlops {\r
25 \r
26 \r
27         typedef uint64_t CLOCK_UNIT;\r
28 \r
29 \r
30 }       /*      <- namespace Psycholops         */\r
31 \r
32 \r
33 #endif\r