![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| double | get_bandwidthEstimation () |
| void | set_bandwidthEstimation (double) |
| double | get_bandwidthEstimationAvg () |
| void | set_bandwidthEstimationAvg (double) |
| double | get_bandwidthEstimationMax () |
| void | set_bandwidthEstimationMax (double) |
| double | get_bandwidthEstimationMin () |
| void | set_bandwidthEstimationMin (double) |
| double | get_bandwidthEstimationStdDev () |
| void | set_bandwidthEstimationStdDev (double) |
| double | get_packets () |
| void | set_packets (double) |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| double client::MSUtilization::get_bandwidthEstimation | ( | ) |
| double client::MSUtilization::get_bandwidthEstimationAvg | ( | ) |
| double client::MSUtilization::get_bandwidthEstimationMax | ( | ) |
| double client::MSUtilization::get_bandwidthEstimationMin | ( | ) |
| double client::MSUtilization::get_bandwidthEstimationStdDev | ( | ) |
| double client::MSUtilization::get_packets | ( | ) |
| void client::MSUtilization::set_bandwidthEstimation | ( | double | ) |
| void client::MSUtilization::set_bandwidthEstimationAvg | ( | double | ) |
| void client::MSUtilization::set_bandwidthEstimationMax | ( | double | ) |
| void client::MSUtilization::set_bandwidthEstimationMin | ( | double | ) |
| void client::MSUtilization::set_bandwidthEstimationStdDev | ( | double | ) |
| void client::MSUtilization::set_packets | ( | double | ) |
1.8.13