Public Attributes
rc_pid_debugfs_entries Struct Reference

#include <rc80211_pid.h>

List of all members.

Public Attributes

struct dentry * coeff_d
struct dentry * coeff_i
struct dentry * coeff_p
struct dentry * norm_offset
struct dentry * sampling_period
struct dentry * sharpen_duration
struct dentry * sharpen_factor
struct dentry * smoothing_shift
struct dentry * target

Detailed Description

struct rc_pid_debugfs_entries - tunable parameters

Algorithm parameters, tunable via debugfs. : target percentage for failed frames : error sampling interval in milliseconds : absolute value of the proportional coefficient : absolute value of the integral coefficient : absolute value of the derivative coefficient : absolute value of the integral smoothing factor (i.e. amount of smoothing introduced by the exponential moving average) : absolute value of the derivative sharpening factor (i.e. amount of emphasis given to the derivative term after low activity events) : duration of the sharpening effect after the detected low activity event, relative to sampling_period : amount of normalization periodically performed on the learnt rate behaviour values (lower means we should trust more what we learnt about behaviour of rates, higher means we should trust more the natural ordering of rates)

Definition at line 142 of file kernel-3.2/rc80211_pid.h.


Member Data Documentation

Definition at line 147 of file kernel-3.2/rc80211_pid.h.

Definition at line 146 of file kernel-3.2/rc80211_pid.h.

Definition at line 145 of file kernel-3.2/rc80211_pid.h.

Definition at line 151 of file kernel-3.2/rc80211_pid.h.

Definition at line 144 of file kernel-3.2/rc80211_pid.h.

Definition at line 150 of file kernel-3.2/rc80211_pid.h.

Definition at line 149 of file kernel-3.2/rc80211_pid.h.

Definition at line 148 of file kernel-3.2/rc80211_pid.h.

Definition at line 143 of file kernel-3.2/rc80211_pid.h.


The documentation for this struct was generated from the following files:


ros_rt_wmp
Author(s): Danilo Tardioli, dantard@unizar.es
autogenerated on Mon Oct 6 2014 08:27:14