|
| std::vector< uint8_t > | double_be_bytes = {0x40, 0x5E, 0xDD, 0x3A, 0x92, 0xA3, 0x05, 0x53} |
| |
| std::vector< uint8_t > | double_le_bytes = {0x53, 0x05, 0xA3, 0x92, 0x3A, 0xDD, 0x5E, 0x40} |
| |
| std::vector< uint8_t > | float_be_bytes = {0x42, 0xF6, 0xE9, 0xD5} |
| |
| std::vector< uint8_t > | float_le_bytes = {0xD5, 0xE9, 0xF6, 0x42} |
| |
| std::vector< uint8_t > | int_be_bytes = {0x49, 0x96, 0x02, 0xD3} |
| |
| std::vector< uint8_t > | int_le_bytes = {0xD3, 0x02, 0x96, 0x49} |
| |
| double | test_double = 123.4567 |
| |
| float | test_float = 123.45670318603515625 |
| |
| uint32_t | test_int = 1234567891 |
| |
Definition at line 13 of file network_interface_test.cpp.
◆ double_be_bytes
| std::vector<uint8_t> NetworkUtilsTest::double_be_bytes = {0x40, 0x5E, 0xDD, 0x3A, 0x92, 0xA3, 0x05, 0x53} |
|
protected |
◆ double_le_bytes
| std::vector<uint8_t> NetworkUtilsTest::double_le_bytes = {0x53, 0x05, 0xA3, 0x92, 0x3A, 0xDD, 0x5E, 0x40} |
|
protected |
◆ float_be_bytes
| std::vector<uint8_t> NetworkUtilsTest::float_be_bytes = {0x42, 0xF6, 0xE9, 0xD5} |
|
protected |
◆ float_le_bytes
| std::vector<uint8_t> NetworkUtilsTest::float_le_bytes = {0xD5, 0xE9, 0xF6, 0x42} |
|
protected |
◆ int_be_bytes
| std::vector<uint8_t> NetworkUtilsTest::int_be_bytes = {0x49, 0x96, 0x02, 0xD3} |
|
protected |
◆ int_le_bytes
| std::vector<uint8_t> NetworkUtilsTest::int_le_bytes = {0xD3, 0x02, 0x96, 0x49} |
|
protected |
◆ test_double
| double NetworkUtilsTest::test_double = 123.4567 |
|
protected |
◆ test_float
| float NetworkUtilsTest::test_float = 123.45670318603515625 |
|
protected |
◆ test_int
| uint32_t NetworkUtilsTest::test_int = 1234567891 |
|
protected |
The documentation for this class was generated from the following file: