link start!
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
package com.honeywellVenomTools.balance;
|
||||
|
||||
import com.honeywellVenomTools.balance.data.BVenomBalanceDevicePoint;
|
||||
|
||||
public interface IVenomBalanceDeviceDef {
|
||||
BVenomBalanceDevicePoint getBalBoxKFactorOffset();
|
||||
|
||||
BVenomBalanceDevicePoint getBalBoxZeroOffset();
|
||||
|
||||
BVenomBalanceDevicePoint getBalMaxMeasFlowAct();
|
||||
|
||||
BVenomBalanceDevicePoint getBalMaxMeasFlowSpt();
|
||||
|
||||
BVenomBalanceDevicePoint getBalMinMeasFlowAct();
|
||||
|
||||
BVenomBalanceDevicePoint getBalMinMeasFlowSpt();
|
||||
|
||||
BVenomBalanceDevicePoint getBoxFlow();
|
||||
|
||||
BVenomBalanceDevicePoint getDamperPos();
|
||||
|
||||
BVenomBalanceDevicePoint getDuctArea();
|
||||
|
||||
BVenomBalanceDevicePoint getFlowOvrdFlow();
|
||||
|
||||
BVenomBalanceDevicePoint getFlowOvrdPct();
|
||||
|
||||
BVenomBalanceDevicePoint getFlowOvrdState();
|
||||
|
||||
BVenomBalanceDevicePoint getKFactor();
|
||||
|
||||
BVenomBalanceDevicePoint getMaxFlowSetpt();
|
||||
|
||||
BVenomBalanceDevicePoint getMinFlowSetpt();
|
||||
|
||||
BVenomBalanceDevicePoint getOvrPeriphPos();
|
||||
|
||||
BVenomBalanceDevicePoint getOvrReheatPos();
|
||||
|
||||
BVenomBalanceDevicePoint getVelSenPress();
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
package com.honeywellVenomTools.balance;
|
||||
|
||||
public interface IVenomBalanceSpyderAppLogicFeatures {
|
||||
public static final int AIR_BALANCE = 2;
|
||||
public static final int CATEGORY_VAV = 2;
|
||||
public static final int CATEGORY_VAV_DD = 4;
|
||||
public static final int FAN = 32;
|
||||
public static final int INVALID = -1;
|
||||
public static final int PERIPHERAL = 8;
|
||||
public static final int REHEAT = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user