Struct to hold the expected data in the packet. More...
Public Member Functions | |
Expected (uint32_t n_, uint32_t start_, uint32_t end_) | |
Constructor. More... | |
Expected (uint32_t n_, uint32_t start_, uint32_t end_, uint8_t data_) | |
Constructor. More... | |
Public Attributes | |
uint8_t | data |
Optional data. More... | |
uint32_t | end |
End. More... | |
uint32_t | n |
Number of elements. More... | |
uint32_t | start |
Start. More... | |
Struct to hold the expected data in the packet.
Definition at line 463 of file packet-test-suite.cc.
|
inline |
Constructor.
n_ | Number of elements |
start_ | Start |
end_ | End |
Definition at line 471 of file packet-test-suite.cc.
|
inline |
Constructor.
n_ | Number of elements |
start_ | Start |
end_ | End |
data_ | Data stored in tag |
Definition at line 486 of file packet-test-suite.cc.
uint8_t anonymous_namespace{packet-test-suite.cc}::Expected::data |
Optional data.
Definition at line 497 of file packet-test-suite.cc.
uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::end |
End.
Definition at line 496 of file packet-test-suite.cc.
Referenced by grid.TimelinesRenderer::draw_events(), and grid.TimelinesRenderer::draw_ranges().
uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::n |
Number of elements.
Definition at line 494 of file packet-test-suite.cc.
uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::start |
Start.
Definition at line 495 of file packet-test-suite.cc.
Referenced by grid.TimelinesRenderer::draw_events(), and grid.TimelinesRenderer::draw_ranges().