Changeset 70 in pacpusframework for trunk/include/Pacpus/kernel
- Timestamp:
- Jan 10, 2013, 11:24:23 AM (12 years ago)
- Location:
- trunk/include/Pacpus/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/pacpus.h
r69 r70 42 42 /// and marks it as deprecated. 43 43 44 /// @def PACPUS_DEPRECATED (func, msg)44 /// @def PACPUS_DEPRECATED_MSG(func, msg) 45 45 /// Develops to the function or method declaration @b func 46 46 /// and marks it as deprecated with a given comment @b msg. -
trunk/include/Pacpus/kernel/road_time.h
r66 r70 28 28 #include <Pacpus/kernel/cstdint.h> 29 29 30 // Export macro for ROAD_TIME DLL for Windows only30 /// Export macro for ROAD_TIME DLL for Windows only 31 31 #ifdef WIN32 32 32 # ifdef ROAD_TIME_EXPORTS … … 39 39 #endif 40 40 41 /// Timestamp type 41 42 typedef uint64_t road_time_t; 43 /// Timerange type 42 44 typedef int32_t road_timerange_t; 43 45 46 /// Timestamp difference type 44 47 typedef int64_t road_time_diff_t; 48 /// Timerange difference type 45 49 typedef int32_t road_timerange_diff_t; 46 50
Note:
See TracChangeset
for help on using the changeset viewer.