C# Class Brunet.Services.Coordinate.Sample

Show file Open project: johnynek/brunet Class Usage Examples

Protected Properties

Property Type Description
MIN_HISTORY_COUNT int
PING_HISTORY_COUNT int
PING_SAMPLE_PERCENTILE double
_position Point
_sample_list System.Collections.ArrayList
_time_stamp System.DateTime
_weightedError double

Public Methods

Method Description
AddSample ( System.DateTime time_stamp, double sample, Point position, double weightedError ) : void
GetSample ( ) : double
Sample ( ) : System

Method Details

AddSample() public method

public AddSample ( System.DateTime time_stamp, double sample, Point position, double weightedError ) : void
time_stamp System.DateTime
sample double
position Point
weightedError double
return void

GetSample() public method

public GetSample ( ) : double
return double

Sample() public method

public Sample ( ) : System
return System

Property Details

MIN_HISTORY_COUNT protected static property

protected static int MIN_HISTORY_COUNT
return int

PING_HISTORY_COUNT protected static property

protected static int PING_HISTORY_COUNT
return int

PING_SAMPLE_PERCENTILE protected static property

protected static double PING_SAMPLE_PERCENTILE
return double

_position protected property

protected Point _position
return Point

_sample_list protected property

protected ArrayList,System.Collections _sample_list
return System.Collections.ArrayList

_time_stamp protected property

protected DateTime,System _time_stamp
return System.DateTime

_weightedError protected property

protected double _weightedError
return double