12 #include <gtest/gtest.h> 26 EXPECT_EQ(val_r, val_r_ok);
28 EXPECT_EQ(
val, val_r_ok);
35 EXPECT_EQ(val_r, val_r_ok);
37 EXPECT_EQ(
val, val_r_ok);
44 EXPECT_EQ(val_r, val_r_ok);
46 EXPECT_EQ(
val, val_r_ok);
49 uint64_t val = UINT64_C( 0x1122334455667788 ), val_r;
50 const uint64_t val_r_ok = UINT64_C( 0x8877665544332211 );
53 EXPECT_EQ(val_r, val_r_ok);
55 EXPECT_EQ(
val, val_r_ok);
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
unsigned __int16 uint16_t
void BASE_IMPEXP reverseBytesInPlace(bool &v_in_out)
Reverse the order of the bytes of a given type (useful for transforming btw little/big endian) ...
void reverseBytes(const T &v_in, T &v_out)
Reverse the order of the bytes of a given type (useful for transforming btw little/big endian) ...
void reverseBytes(const T &v_in, T &v_out)
Reverse the order of the bytes of a given type (useful for transforming btw little/big endian) ...
unsigned __int64 uint64_t
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
unsigned __int32 uint32_t