C# Class Brunet.Services.Coordinate.NCService.TrialState

Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
MIN_LATENCY_SAMPLES int

Protected Properties

Property Type Description
_node Brunet.Node
_num_samples int
_rand System.Random
_started int
_state_result WriteOnce
_target Connection

Public Methods

Method Description
Start ( ) : void
TrialState ( Node n, TrialState cb ) : System

Protected Methods

Method Description
GetLatencySample ( ) : void
GetVivaldiState ( ) : void

Method Details

GetLatencySample() protected method

protected GetLatencySample ( ) : void
return void

GetVivaldiState() protected method

protected GetVivaldiState ( ) : void
return void

Start() public method

public Start ( ) : void
return void

TrialState() public method

public TrialState ( Node n, TrialState cb ) : System
n Brunet.Node
cb TrialState
return System

Property Details

MIN_LATENCY_SAMPLES public static property

public static int MIN_LATENCY_SAMPLES
return int

_node protected property

protected Node,Brunet _node
return Brunet.Node

_num_samples protected property

protected int _num_samples
return int

_rand protected static property

protected static Random,System _rand
return System.Random

_started protected property

protected int _started
return int

_state_result protected property

protected WriteOnce _state_result
return WriteOnce

_target protected property

protected Connection _target
return Connection