FNSS C++ library
C++ API for the Fast Network Simulation Setup (FNSS) toolchain
 All Classes Functions Typedefs Pages
fnss::Edge Member List

This is the complete list of members for fnss::Edge, including all inherited members.

Edge(const Quantity &capacity_=Quantity(DEFAULT_CAPACITY, Units::Bandwidth), const Quantity &delay_=Quantity(DEFAULT_DELAY, Units::Time), const float &weight_=DEFAULT_WEIGHT, const Quantity &bufferSize_=Quantity(DEFAULT_BUFFER_SIZE, Units::BufferSize))fnss::Edge
getBufferSize() const fnss::Edge
getCapacity() const fnss::Edge
getDelay() const fnss::Edge
getWeight() const fnss::Edge
setBufferSize(const Quantity &bufferSize_)fnss::Edge
setCapacity(const Quantity &capacity_)fnss::Edge
setDelay(const Quantity &delay_)fnss::Edge
setWeight(float weight_)fnss::Edge