SimGrid  3.14.159
Versatile Simulation of Distributed Systems
SgFlow Class Reference

#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::NetworkNS3Actionaction_
 

Constructor & Destructor Documentation

§ SgFlow()

SgFlow::SgFlow ( uint32_t  totalBytes,
simgrid::surf::NetworkNS3Action action 
)

Member Data Documentation

§ bufferedBytes_

std::uint32_t SgFlow::bufferedBytes_ = 0

§ sentBytes_

std::uint32_t SgFlow::sentBytes_ = 0

§ remaining_

std::uint32_t SgFlow::remaining_

§ totalBytes_

std::uint32_t SgFlow::totalBytes_

§ finished_

bool SgFlow::finished_ = false

§ action_


The documentation for this class was generated from the following files: