Struct ThroughputControllerDescriptor

Struct Documentation

struct ThroughputControllerDescriptor

Descriptor for a Throughput Controller, containing all constructor information for it.

Deprecated:

Use FlowControllerDescriptor

Public Functions

RTPS_DllAPI ThroughputControllerDescriptor()
RTPS_DllAPI ThroughputControllerDescriptor(uint32_t size, uint32_t time)
inline bool operator==(const ThroughputControllerDescriptor &b) const

Public Members

uint32_t bytesPerPeriod

Packet size in bytes that this controller will allow in a given period.

uint32_t periodMillisecs

Window of time in which no more than ‘bytesPerPeriod’ bytes are allowed.