ClockTypeNames.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <SimoxUtility/meta/enum/EnumNames.hpp>
4 
5 #include "ClockType.h"
6 
7 
8 namespace armarx::core::time
9 {
10 
11  extern const simox::meta::EnumNames<ClockType> ClockTypeNames;
12 
13 } // namespace armarx::core::time
14 
15 
16 namespace armarx
17 {
19 } // namespace armarx
armarx::core::time::ClockTypeNames
const simox::meta::EnumNames< ClockType > ClockTypeNames
Definition: ClockTypeNames.cpp:9
armarx::core::time
Definition: Clock.cpp:13
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28
ClockType.h