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... | |
Public Attributes | |
| 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 388 of file packet-test-suite.cc.
|
inline |
Constructor.
| n_ | Number of elements |
| start_ | Start |
| end_ | End |
Definition at line 396 of file packet-test-suite.cc.
| uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::end |
End.
Definition at line 401 of file packet-test-suite.cc.
| uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::n |
Number of elements.
Definition at line 399 of file packet-test-suite.cc.
| uint32_t anonymous_namespace{packet-test-suite.cc}::Expected::start |
Start.
Definition at line 400 of file packet-test-suite.cc.