FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HeadersRateControl.h
Go to the documentation of this file.
1
#ifndef FACT_HeadersRateControl
2
#define FACT_HeadersRateControl
3
4
namespace
RateControl
5
{
6
namespace
State
7
{
8
enum
states_t
9
{
10
kDimNetworkNA
= 1,
11
kDisconnected
,
12
kConnecting
,
// obsolete, not used
13
kConnected
,
14
15
kSettingGlobalThreshold
,
16
kGlobalThresholdSet
,
17
18
kInProgress
,
19
};
20
};
21
22
struct
DimThreshold
23
{
24
uint16_t
threshold
;
25
double
begin
;
26
double
end
;
27
}
__attribute__
((__packed__));
28
}
29
30
#endif
RateControl::DimThreshold
Definition:
HeadersRateControl.h:22
RateControl::State::kGlobalThresholdSet
Definition:
HeadersRateControl.h:16
RateControl
Definition:
HeadersRateControl.h:4
RateControl::State::kDimNetworkNA
Definition:
HeadersRateControl.h:10
RateControl::State::kConnecting
Definition:
HeadersRateControl.h:12
RateControl::State::kInProgress
Definition:
HeadersRateControl.h:18
RateControl::State::states_t
states_t
Definition:
HeadersRateControl.h:8
RateControl::DimThreshold::end
double end
Definition:
HeadersRateControl.h:26
RateControl::State::kSettingGlobalThreshold
Definition:
HeadersRateControl.h:15
RateControl::DimThreshold::threshold
uint16_t threshold
Definition:
HeadersRateControl.h:24
RateControl::State::kDisconnected
Definition:
HeadersRateControl.h:11
RateControl::DimThreshold::begin
double begin
Definition:
HeadersRateControl.h:25
State
Definition:
HeadersFAD.h:57
RateControl::State::kConnected
Definition:
HeadersRateControl.h:13
RateControl::State::__attribute__
enum RateControl::State::states_t __attribute__
src
HeadersRateControl.h
Generated on Sun Sep 18 2016 20:50:25 for FACT++ by
1.8.11