C# Class TrakHound_Server.Plugins.TrakHoundCloud.Plugin

Inheritance: IServerPlugin
Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Свойство Type Description
queue UpdateQueue

Méthodes publiques

Méthode Description
Closing ( ) : void
GetSentData ( EventData data ) : void
Initialize ( DeviceConfiguration config ) : void
Starting ( ) : void

Private Methods

Méthode Description
AddData ( EventData data ) : void
GetHourId ( string date, int hour ) : string
UpdateCycleData ( EventData data ) : void
UpdateDeviceAvailability ( EventData data ) : void
UpdateGeneratedEvents ( EventData data ) : void
UpdateMTConnectStatus ( EventData data ) : void
UpdateOee ( EventData data ) : void
UpdateOverrideData ( EventData data ) : void
UpdatePartCount ( EventData data ) : void
UpdateServerStopped ( EventData data ) : void
UpdateSnapshots ( EventData data ) : void
UpdateUserLogin ( EventData data ) : void

Method Details

Closing() public méthode

public Closing ( ) : void
Résultat void

GetSentData() public méthode

public GetSentData ( EventData data ) : void
data TrakHound.EventData
Résultat void

Initialize() public méthode

public Initialize ( DeviceConfiguration config ) : void
config TrakHound.Configurations.DeviceConfiguration
Résultat void

Starting() public méthode

public Starting ( ) : void
Résultat void

Property Details

queue public_oe static_oe property

public static UpdateQueue,TrakHound_Server.Plugins.TrakHoundCloud queue
Résultat UpdateQueue