A simulation timestamp class for link usage. More...
#include <SimulationTimestampTypes.h>
Public Member Functions | |
std::string | getLinkname () |
Get the linkname associated with this timestamp. More... | |
double | getUsage () |
Get the bandwidth usage in bytes per second. More... | |
Public Member Functions inherited from wrench::SimulationTimestampType | |
SimulationTimestampType () | |
double | getDate () |
Retrieve the date recorded for this timestamp. More... | |
Detailed Description
A simulation timestamp class for link usage.
Member Function Documentation
◆ getLinkname()
std::string wrench::SimulationTimestampLinkUsage::getLinkname | ( | ) |
Get the linkname associated with this timestamp.
- Returns
- the linkname associated with this timestamp
◆ getUsage()
double wrench::SimulationTimestampLinkUsage::getUsage | ( | ) |
Get the bandwidth usage in bytes per second.
- Returns
- the bandwidth usage in bytes per second
The documentation for this class was generated from the following files:
- SimulationTimestampTypes.h
- SimulationTimestampTypes.cpp