#include <limits>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
etsi_its_primitives_conversion | |
Functions | |
void | etsi_its_primitives_conversion::toRos_INTEGER (const long &_INTEGER_in, int64_t &INTEGER_out) |
template<typename T > | |
void | etsi_its_primitives_conversion::toRos_INTEGER (const long &_INTEGER_in, T &INTEGER_out) |
template<typename T > | |
void | etsi_its_primitives_conversion::toRos_INTEGER (const T &_INTEGER_in, int64_t &INTEGER_out) |
template<typename T > | |
void | etsi_its_primitives_conversion::toRos_INTEGER (const T &_INTEGER_in, uint64_t &INTEGER_out) |
void | etsi_its_primitives_conversion::toStruct_INTEGER (const int64_t &_INTEGER_in, long &INTEGER_out) |
template<typename T > | |
void | etsi_its_primitives_conversion::toStruct_INTEGER (const int64_t &_INTEGER_in, T &INTEGER_out) |
void | etsi_its_primitives_conversion::toStruct_INTEGER (const int64_t &_INTEGER_in, unsigned long &INTEGER_out) |