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

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
MIN_LATENCY_SAMPLES int

Protected Properties

Свойство Type Description
_node Brunet.Node
_num_samples int
_rand System.Random
_started int
_state_result WriteOnce
_target Connection

Méthodes publiques

Méthode Description
Start ( ) : void
TrialState ( Node n, TrialState cb ) : System

Méthodes protégées

Méthode Description
GetLatencySample ( ) : void
GetVivaldiState ( ) : void

Method Details

GetLatencySample() protected méthode

protected GetLatencySample ( ) : void
Résultat void

GetVivaldiState() protected méthode

protected GetVivaldiState ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TrialState() public méthode

public TrialState ( Node n, TrialState cb ) : System
n Brunet.Node
cb TrialState
Résultat System

Property Details

MIN_LATENCY_SAMPLES public_oe static_oe property

public static int MIN_LATENCY_SAMPLES
Résultat int

_node protected_oe property

protected Node,Brunet _node
Résultat Brunet.Node

_num_samples protected_oe property

protected int _num_samples
Résultat int

_rand protected_oe static_oe property

protected static Random,System _rand
Résultat System.Random

_started protected_oe property

protected int _started
Résultat int

_state_result protected_oe property

protected WriteOnce _state_result
Résultat WriteOnce

_target protected_oe property

protected Connection _target
Résultat Connection