C# Class NapkinCommon.DoubleSampler

Inheritance: Sampler
Afficher le fichier Open project: cjdaly/napkin

Méthodes publiques

Méthode Description
DoubleSampler ( TakeDoubleSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
GetStatus ( string headline = null ) : string
Reset ( ) : void
Sample ( ) : void
Sample ( double sample ) : void

Method Details

DoubleSampler() public méthode

public DoubleSampler ( TakeDoubleSample sampler, string statusKeyPrefix, string keySetId = "chatter.device.sensor." ) : System
sampler TakeDoubleSample
statusKeyPrefix string
keySetId string
Résultat System

GetStatus() public méthode

public GetStatus ( string headline = null ) : string
headline string
Résultat string

Reset() public méthode

public Reset ( ) : void
Résultat void

Sample() public méthode

public Sample ( ) : void
Résultat void

Sample() public méthode

public Sample ( double sample ) : void
sample double
Résultat void