A Discrete-Event Network Simulator
API
anonymous_namespace{packet-test-suite.cc}::Expected Struct Reference

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...
 

Detailed Description

Struct to hold the expected data in the packet.

Note
Class internal to packet-test-suite.cc

Definition at line 388 of file packet-test-suite.cc.

Constructor & Destructor Documentation

anonymous_namespace{packet-test-suite.cc}::Expected::Expected ( uint32_t  n_,
uint32_t  start_,
uint32_t  end_ 
)
inline

Constructor.

Parameters
n_Number of elements
start_Start
end_End

Definition at line 396 of file packet-test-suite.cc.

Member Data Documentation

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.


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