C# Class TimerMesure, Tool-GreenPlugwise

Show file Open project: GreenCodeLab/Tool-GreenPlugwise

Public Properties

Property Type Description
PCounter PerformanceCounter
PCounter2 PerformanceCounter
PCounter3 PerformanceCounter
Plug_Calib PlugwiseLib.BLL.BC.PlugwiseDeviceInfo[]
Plug_Ok bool[]
Plug_act bool[]
Plug_mac string[]
Plug_num int[]
bufferisation bool
consommation double[]
delta double[]
erreur int[]
exitFlag bool
freq int
idle double[]
mesurecpu bool
mesureinprogress bool
serialPort string

Public Methods

Method Description
TimerEventProcessor ( Object myObject, EventArgs myEventArgs ) : void
mesure ( string mac, PlugwiseLib Calib, int e ) : string
mesure_init ( ) : void
mesure_init_2 ( List names ) : void
timermesure ( ) : int

Method Details

TimerEventProcessor() public static method

public static TimerEventProcessor ( Object myObject, EventArgs myEventArgs ) : void
myObject Object
myEventArgs EventArgs
return void

mesure() public static method

public static mesure ( string mac, PlugwiseLib Calib, int e ) : string
mac string
Calib PlugwiseLib
e int
return string

mesure_init() public static method

public static mesure_init ( ) : void
return void

mesure_init_2() public static method

public static mesure_init_2 ( List names ) : void
names List
return void

timermesure() public static method

public static timermesure ( ) : int
return int

Property Details

PCounter public static property

public static PerformanceCounter PCounter
return PerformanceCounter

PCounter2 public static property

public static PerformanceCounter PCounter2
return PerformanceCounter

PCounter3 public static property

public static PerformanceCounter PCounter3
return PerformanceCounter

Plug_Calib public static property

public static PlugwiseDeviceInfo[],PlugwiseLib.BLL.BC Plug_Calib
return PlugwiseLib.BLL.BC.PlugwiseDeviceInfo[]

Plug_Ok public static property

public static bool[] Plug_Ok
return bool[]

Plug_act public static property

public static bool[] Plug_act
return bool[]

Plug_mac public static property

public static string[] Plug_mac
return string[]

Plug_num public static property

public static int[] Plug_num
return int[]

bufferisation public static property

public static bool bufferisation
return bool

consommation public static property

public static double[] consommation
return double[]

delta public static property

public static double[] delta
return double[]

erreur public static property

public static int[] erreur
return int[]

exitFlag public static property

public static bool exitFlag
return bool

freq public static property

public static int freq
return int

idle public static property

public static double[] idle
return double[]

mesurecpu public static property

public static bool mesurecpu
return bool

mesureinprogress public static property

public static bool mesureinprogress
return bool

serialPort public static property

public static string serialPort
return string