ClockTypeNames.cpp
Go to the documentation of this file.
1
#include "
ClockTypeNames.h
"
2
3
4
namespace
armarx::core
5
{
6
7
const
simox::meta::EnumNames<time::ClockType>
8
time::ClockTypeNames
9
{
10
{ ClockType::Realtime,
"Realtime"
},
11
{ ClockType::Monotonic,
"Monotonic"
},
12
{ ClockType::Virtual,
"Virtual"
},
13
{ ClockType::Unknown,
"Unknown"
},
14
};
15
16
}
17
armarx::core::time::ClockTypeNames
const simox::meta::EnumNames< ClockType > ClockTypeNames
Definition:
ClockTypeNames.cpp:9
ClockTypeNames.h
armarx::core
Definition:
conversions.cpp:3
ArmarXCore
core
time
ClockTypeNames.cpp
Generated on Sat Oct 12 2024 09:14:02 for armarx_documentation by
1.8.17