C# 클래스 Brunet.Services.Coordinate.NCService.TrialState

파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
MIN_LATENCY_SAMPLES int

보호된 프로퍼티들

프로퍼티 타입 설명
_node Brunet.Node
_num_samples int
_rand System.Random
_started int
_state_result WriteOnce
_target Connection

공개 메소드들

메소드 설명
Start ( ) : void
TrialState ( Node n, TrialState cb ) : System

보호된 메소드들

메소드 설명
GetLatencySample ( ) : void
GetVivaldiState ( ) : void

메소드 상세

GetLatencySample() 보호된 메소드

protected GetLatencySample ( ) : void
리턴 void

GetVivaldiState() 보호된 메소드

protected GetVivaldiState ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TrialState() 공개 메소드

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

프로퍼티 상세

MIN_LATENCY_SAMPLES 공개적으로 정적으로 프로퍼티

public static int MIN_LATENCY_SAMPLES
리턴 int

_node 보호되어 있는 프로퍼티

protected Node,Brunet _node
리턴 Brunet.Node

_num_samples 보호되어 있는 프로퍼티

protected int _num_samples
리턴 int

_rand 보호되어 있는 정적으로 프로퍼티

protected static Random,System _rand
리턴 System.Random

_started 보호되어 있는 프로퍼티

protected int _started
리턴 int

_state_result 보호되어 있는 프로퍼티

protected WriteOnce _state_result
리턴 WriteOnce

_target 보호되어 있는 프로퍼티

protected Connection _target
리턴 Connection