Changeset 70 in pacpusframework for trunk/include/Pacpus/kernel


Ignore:
Timestamp:
Jan 10, 2013, 11:24:23 AM (12 years ago)
Author:
Marek Kurdej
Message:

Added: more documentation.

Location:
trunk/include/Pacpus/kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/pacpus.h

    r69 r70  
    4242/// and marks it as deprecated.
    4343
    44 /// @def PACPUS_DEPRECATED(func, msg)
     44/// @def PACPUS_DEPRECATED_MSG(func, msg)
    4545/// Develops to the function or method declaration @b func
    4646/// and marks it as deprecated with a given comment @b msg.
  • trunk/include/Pacpus/kernel/road_time.h

    r66 r70  
    2828#include <Pacpus/kernel/cstdint.h>
    2929
    30 // Export macro for ROAD_TIME DLL for Windows only
     30/// Export macro for ROAD_TIME DLL for Windows only
    3131#ifdef WIN32
    3232#   ifdef ROAD_TIME_EXPORTS
     
    3939#endif
    4040
     41/// Timestamp type
    4142typedef uint64_t road_time_t;
     43/// Timerange type
    4244typedef int32_t road_timerange_t;
    4345
     46/// Timestamp difference type
    4447typedef int64_t road_time_diff_t;
     48/// Timerange difference type
    4549typedef int32_t road_timerange_diff_t;
    4650
Note: See TracChangeset for help on using the changeset viewer.