#include <PEtherApp.h>
Public Attributes | |
string | FID |
FID for the specific stream. | |
vector< string > | path |
The lids of the path the steam had to follow. | |
int | byteSize |
The size of the file in bytes. | |
long | numPkSent |
number of packets sent | |
bool | active |
Whether this stream is being served right now. | |
cMessage * | tmsg |
Pointer to the timing packet of this stream. |
Stores information on a data stream
bool StreamData::active |
Whether this stream is being served right now.
The size of the file in bytes.
string StreamData::FID |
FID for the specific stream.
number of packets sent
vector<string> StreamData::path |
The lids of the path the steam had to follow.
Pointer to the timing packet of this stream.