SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include <ns3_simulator.h>
Public Member Functions | |
SgFlow (uint32_t totalBytes, simgrid::surf::NetworkNS3Action *action) | |
Public Attributes | |
std::uint32_t | bufferedBytes_ = 0 |
std::uint32_t | sentBytes_ = 0 |
std::uint32_t | remaining_ |
std::uint32_t | totalBytes_ |
bool | finished_ = false |
simgrid::surf::NetworkNS3Action * | action_ |
SgFlow::SgFlow | ( | uint32_t | totalBytes, |
simgrid::surf::NetworkNS3Action * | action | ||
) |
std::uint32_t SgFlow::bufferedBytes_ = 0 |
std::uint32_t SgFlow::sentBytes_ = 0 |
std::uint32_t SgFlow::remaining_ |
std::uint32_t SgFlow::totalBytes_ |
bool SgFlow::finished_ = false |
simgrid::surf::NetworkNS3Action* SgFlow::action_ |