Struct to hold the expected data in the packet. More...
Collaboration diagram for anonymous_namespace{packet-test-suite.cc}::Expected: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 387 of file packet-test-suite.cc.
|
inline |
Constructor.
| n_ | Number of elements |
| start_ | Start |
| end_ | End |
Definition at line 395 of file packet-test-suite.cc.
|
inline |
Constructor.
| n_ | Number of elements |
| start_ | Start |
| end_ | End |
| data_ | Data stored in tag |
Definition at line 405 of file packet-test-suite.cc.
| uint8_t anonymous_namespace{packet-test-suite.cc}::Expected::data |
Optional data.
Definition at line 411 of file packet-test-suite.cc.
| uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::end |
End.
Definition at line 410 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 408 of file packet-test-suite.cc.
| uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::start |
Start.
Definition at line 409 of file packet-test-suite.cc.
Referenced by grid.TimelinesRenderer::draw_events(), and grid.TimelinesRenderer::draw_ranges().