astrotypes
0.0
|
Go to the source code of this file.
Macros | |
#define | Q(x) #x |
macro to easily define std::chrono compaitble clocks More... | |
#define | QUOTE(x) Q(x) |
#define | PSS_UNITS_DEFINE_CLOCK(_name_, duration_before_epoch, _symbol_, _is_steady_) |
#define PSS_UNITS_DEFINE_CLOCK | ( | _name_, | |
duration_before_epoch, | |||
_symbol_, | |||
_is_steady_ | |||
) |
Definition at line 39 of file DefineClock.h.
#define Q | ( | x | ) | #x |
macro to easily define std::chrono compaitble clocks
Definition at line 34 of file DefineClock.h.
#define QUOTE | ( | x | ) | Q(x) |
Definition at line 35 of file DefineClock.h.