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
7namespace armarx::core::time
8{
9
10 extern const simox::meta::EnumNames<ClockType> ClockTypeNames;
11
12} // namespace armarx::core::time
13
14namespace armarx
15{
17} // namespace armarx
const simox::meta::EnumNames< ClockType > ClockTypeNames
This file offers overloads of toIce() and fromIce() functions for STL container types.