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