C# Class PlugLoadController

Inheritance: SimObject
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Méthodes publiques

Méthode Description
addEuo ( EnergyUsingObject, euo ) : void

Adds the euo.

getAggregateUsage ( ) : float
getAllPlugLoads ( ) : PlugLoadController[],
getEuoList ( ) : List

Gets the euo list.

getIsOn ( ) : bool
getPlugLoad ( ) : PlugLoad,
getTotalEnergyUsed ( ) : float
getTotalUsagePerSec ( ) : float
isEuoConnected ( EnergyUsingObject, euo ) : bool

Ises the euo connected.

remEuo ( EnergyUsingObject, euo ) : void
remEuo ( int index ) : void

Rems the euo.

replaceEuo ( EnergyUsingObject, euo, int index ) : void

Sets the euo.

toggleOnOff ( ) : void
turnOff ( ) : void
turnOn ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

addEuo() public méthode

Adds the euo.
public addEuo ( EnergyUsingObject, euo ) : void
euo EnergyUsingObject, Euo.
Résultat void

getAggregateUsage() public méthode

public getAggregateUsage ( ) : float
Résultat float

getAllPlugLoads() public static méthode

public static getAllPlugLoads ( ) : PlugLoadController[],
Résultat PlugLoadController[],

getEuoList() public méthode

Gets the euo list.
public getEuoList ( ) : List
Résultat List

getIsOn() public méthode

public getIsOn ( ) : bool
Résultat bool

getPlugLoad() public méthode

public getPlugLoad ( ) : PlugLoad,
Résultat PlugLoad,

getTotalEnergyUsed() public méthode

public getTotalEnergyUsed ( ) : float
Résultat float

getTotalUsagePerSec() public méthode

public getTotalUsagePerSec ( ) : float
Résultat float

isEuoConnected() public méthode

Ises the euo connected.
public isEuoConnected ( EnergyUsingObject, euo ) : bool
euo EnergyUsingObject, Euo.
Résultat bool

remEuo() public méthode

public remEuo ( EnergyUsingObject, euo ) : void
euo EnergyUsingObject,
Résultat void

remEuo() public méthode

Rems the euo.
public remEuo ( int index ) : void
index int Index.
Résultat void

replaceEuo() public méthode

Sets the euo.
public replaceEuo ( EnergyUsingObject, euo, int index ) : void
euo EnergyUsingObject, Euo.
index int Index.
Résultat void

toggleOnOff() public méthode

public toggleOnOff ( ) : void
Résultat void

turnOff() public méthode

public turnOff ( ) : void
Résultat void

turnOn() public méthode

public turnOn ( ) : void
Résultat void