Protected Attributes | List of all members
NetworkUtilsTest Class Reference
Inheritance diagram for NetworkUtilsTest:
Inheritance graph
[legend]

Protected Attributes

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
 

Detailed Description

Definition at line 13 of file network_interface_test.cpp.

Member Data Documentation

◆ double_be_bytes

std::vector<uint8_t> NetworkUtilsTest::double_be_bytes = {0x40, 0x5E, 0xDD, 0x3A, 0x92, 0xA3, 0x05, 0x53}
protected

Definition at line 22 of file network_interface_test.cpp.

◆ double_le_bytes

std::vector<uint8_t> NetworkUtilsTest::double_le_bytes = {0x53, 0x05, 0xA3, 0x92, 0x3A, 0xDD, 0x5E, 0x40}
protected

Definition at line 23 of file network_interface_test.cpp.

◆ float_be_bytes

std::vector<uint8_t> NetworkUtilsTest::float_be_bytes = {0x42, 0xF6, 0xE9, 0xD5}
protected

Definition at line 20 of file network_interface_test.cpp.

◆ float_le_bytes

std::vector<uint8_t> NetworkUtilsTest::float_le_bytes = {0xD5, 0xE9, 0xF6, 0x42}
protected

Definition at line 21 of file network_interface_test.cpp.

◆ int_be_bytes

std::vector<uint8_t> NetworkUtilsTest::int_be_bytes = {0x49, 0x96, 0x02, 0xD3}
protected

Definition at line 24 of file network_interface_test.cpp.

◆ int_le_bytes

std::vector<uint8_t> NetworkUtilsTest::int_le_bytes = {0xD3, 0x02, 0x96, 0x49}
protected

Definition at line 25 of file network_interface_test.cpp.

◆ test_double

double NetworkUtilsTest::test_double = 123.4567
protected

Definition at line 18 of file network_interface_test.cpp.

◆ test_float

float NetworkUtilsTest::test_float = 123.45670318603515625
protected

Definition at line 17 of file network_interface_test.cpp.

◆ test_int

uint32_t NetworkUtilsTest::test_int = 1234567891
protected

Definition at line 19 of file network_interface_test.cpp.


The documentation for this class was generated from the following file:


network_interface
Author(s): Joshua Whitley , Daniel Stanek , Joe Kale
autogenerated on Wed Mar 2 2022 00:35:33