org.opengts.db
Class StatusCodes
java.lang.Object
org.opengts.db.StatusCodes
public class StatusCodes
- extends java.lang.Object
|
Method Summary |
static void |
AddCode(StatusCodes.Code code)
|
static void |
AddCodes(StatusCodes.Code[] codeList)
|
static StatusCodes.Code |
GetCode(int code,
BasicPrivateLabel bpl)
|
static StatusCodes.Code |
GetCode(java.lang.String name,
BasicPrivateLabel bpl)
|
static java.lang.String |
GetDesc(int code)
|
static java.lang.String |
GetDesc(int code,
BasicPrivateLabel bpl)
|
static java.lang.String |
GetDescription(int code,
BasicPrivateLabel bpl)
|
static java.util.Map<java.lang.Integer,java.lang.String> |
GetDescriptionMap(java.util.Locale locale)
|
static int |
GetDigitalInputIndex(int code)
|
static int |
GetDigitalInputStatusCode(int ndx,
boolean state)
|
static java.lang.String |
GetHex(int code)
|
static java.lang.String |
GetHex(long code)
|
static java.lang.String |
GetIconName(int code,
BasicPrivateLabel pl)
|
static java.lang.String |
GetName(int code,
BasicPrivateLabel pl)
|
static StatusCodeProvider |
GetStatusCodeProvider(int code,
BasicPrivateLabel bpl)
|
static void |
initStatusCodes(int[] inclCodes)
(Re)Initialize status code descriptions |
static boolean |
IsDigitalInput(int code)
|
static boolean |
IsDigitalInput(int code,
boolean state)
|
static boolean |
IsDigitalInputOff(int code)
|
static boolean |
IsDigitalInputOn(int code)
|
static boolean |
IsDigitalInputOn(int code,
boolean inclIgn)
|
static boolean |
IsEntityConnect(int code)
|
static boolean |
IsEntityDisconnect(int code)
|
static boolean |
IsGeozoneTransition(int code)
|
static boolean |
IsHighPriority(int code,
BasicPrivateLabel pl)
|
static boolean |
IsIgnition(int code)
|
static boolean |
IsLocation(int code)
|
static boolean |
IsReserved(int code)
|
static boolean |
IsRuleTrigger(int code)
|
static boolean |
IsValid(int code,
BasicPrivateLabel pl)
|
static void |
main(java.lang.String[] argv)
|
static int |
ParseCode(java.lang.String codeStr,
BasicPrivateLabel bpl,
int dftCode)
|
static StatusCodes.Code |
RemoveCode(int sc)
|
static void |
RemoveCodes(int[] cList)
|
static boolean |
SetDescription(int code,
java.lang.String desc)
|
static boolean |
SetIconName(int code,
java.lang.String iconName)
|
static java.lang.String |
ToString(int code)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGNITION_INPUT_INDEX
public static final int IGNITION_INPUT_INDEX
- See Also:
- Constant Field Values
STATUS_IGNORE
public static final int STATUS_IGNORE
- See Also:
- Constant Field Values
STATUS_NONE
public static final int STATUS_NONE
- See Also:
- Constant Field Values
STATUS_1000
public static final int STATUS_1000
- See Also:
- Constant Field Values
STATUS_CFFF
public static final int STATUS_CFFF
- See Also:
- Constant Field Values
STATUS_E000
public static final int STATUS_E000
- See Also:
- Constant Field Values
STATUS_E0FF
public static final int STATUS_E0FF
- See Also:
- Constant Field Values
STATUS_GFMI_CMD_03
public static final int STATUS_GFMI_CMD_03
- See Also:
- Constant Field Values
STATUS_GFMI_CMD_04
public static final int STATUS_GFMI_CMD_04
- See Also:
- Constant Field Values
STATUS_GFMI_CMD_05
public static final int STATUS_GFMI_CMD_05
- See Also:
- Constant Field Values
STATUS_GFMI_CMD_06
public static final int STATUS_GFMI_CMD_06
- See Also:
- Constant Field Values
STATUS_GFMI_CMD_08
public static final int STATUS_GFMI_CMD_08
- See Also:
- Constant Field Values
STATUS_GFMI_CMD_09
public static final int STATUS_GFMI_CMD_09
- See Also:
- Constant Field Values
STATUS_GFMI_LINK_OFF
public static final int STATUS_GFMI_LINK_OFF
- See Also:
- Constant Field Values
STATUS_GFMI_LINK_ON
public static final int STATUS_GFMI_LINK_ON
- See Also:
- Constant Field Values
STATUS_GFMI_ACK
public static final int STATUS_GFMI_ACK
- See Also:
- Constant Field Values
STATUS_GFMI_MESSAGE
public static final int STATUS_GFMI_MESSAGE
- See Also:
- Constant Field Values
STATUS_GFMI_MESSAGE_ACK
public static final int STATUS_GFMI_MESSAGE_ACK
- See Also:
- Constant Field Values
STATUS_INITIALIZED
public static final int STATUS_INITIALIZED
- See Also:
- Constant Field Values
STATUS_LOCATION
public static final int STATUS_LOCATION
- See Also:
- Constant Field Values
STATUS_LOCATION_1
public static final int STATUS_LOCATION_1
- See Also:
- Constant Field Values
STATUS_LOCATION_2
public static final int STATUS_LOCATION_2
- See Also:
- Constant Field Values
STATUS_LAST_LOCATION
public static final int STATUS_LAST_LOCATION
- See Also:
- Constant Field Values
STATUS_CELL_LOCATION
public static final int STATUS_CELL_LOCATION
- See Also:
- Constant Field Values
STATUS_WAYMARK_0
public static final int STATUS_WAYMARK_0
- See Also:
- Constant Field Values
STATUS_WAYMARK_1
public static final int STATUS_WAYMARK_1
- See Also:
- Constant Field Values
STATUS_WAYMARK_2
public static final int STATUS_WAYMARK_2
- See Also:
- Constant Field Values
STATUS_WAYMARK_3
public static final int STATUS_WAYMARK_3
- See Also:
- Constant Field Values
STATUS_WAYMARK_4
public static final int STATUS_WAYMARK_4
- See Also:
- Constant Field Values
STATUS_WAYMARK_5
public static final int STATUS_WAYMARK_5
- See Also:
- Constant Field Values
STATUS_WAYMARK_6
public static final int STATUS_WAYMARK_6
- See Also:
- Constant Field Values
STATUS_WAYMARK_7
public static final int STATUS_WAYMARK_7
- See Also:
- Constant Field Values
STATUS_WAYMARK_8
public static final int STATUS_WAYMARK_8
- See Also:
- Constant Field Values
STATUS_QUERY
public static final int STATUS_QUERY
- See Also:
- Constant Field Values
STATUS_NOTIFY
public static final int STATUS_NOTIFY
- See Also:
- Constant Field Values
STATUS_SAMPLE_0
public static final int STATUS_SAMPLE_0
- See Also:
- Constant Field Values
STATUS_SAMPLE_1
public static final int STATUS_SAMPLE_1
- See Also:
- Constant Field Values
STATUS_SAMPLE_2
public static final int STATUS_SAMPLE_2
- See Also:
- Constant Field Values
STATUS_HEARTBEAT
public static final int STATUS_HEARTBEAT
- See Also:
- Constant Field Values
STATUS_POI_0
public static final int STATUS_POI_0
- See Also:
- Constant Field Values
STATUS_POI_1
public static final int STATUS_POI_1
- See Also:
- Constant Field Values
STATUS_POI_2
public static final int STATUS_POI_2
- See Also:
- Constant Field Values
STATUS_POI_3
public static final int STATUS_POI_3
- See Also:
- Constant Field Values
STATUS_POI_4
public static final int STATUS_POI_4
- See Also:
- Constant Field Values
STATUS_MOTION_START
public static final int STATUS_MOTION_START
- See Also:
- Constant Field Values
STATUS_MOTION_IN_MOTION
public static final int STATUS_MOTION_IN_MOTION
- See Also:
- Constant Field Values
STATUS_MOTION_STOP
public static final int STATUS_MOTION_STOP
- See Also:
- Constant Field Values
STATUS_MOTION_DORMANT
public static final int STATUS_MOTION_DORMANT
- See Also:
- Constant Field Values
STATUS_MOTION_IDLE
public static final int STATUS_MOTION_IDLE
- See Also:
- Constant Field Values
STATUS_MOTION_EXCESS_IDLE
public static final int STATUS_MOTION_EXCESS_IDLE
- See Also:
- Constant Field Values
STATUS_MOTION_EXCESS_SPEED
public static final int STATUS_MOTION_EXCESS_SPEED
- See Also:
- Constant Field Values
STATUS_MOTION_MOVING
public static final int STATUS_MOTION_MOVING
- See Also:
- Constant Field Values
STATUS_MOTION_STOP_PENDING
public static final int STATUS_MOTION_STOP_PENDING
- See Also:
- Constant Field Values
STATUS_MOTION_CHANGE
public static final int STATUS_MOTION_CHANGE
- See Also:
- Constant Field Values
STATUS_MOTION_HEADING
public static final int STATUS_MOTION_HEADING
- See Also:
- Constant Field Values
STATUS_MOTION_ACCELERATION
public static final int STATUS_MOTION_ACCELERATION
- See Also:
- Constant Field Values
STATUS_MOTION_DECELERATION
public static final int STATUS_MOTION_DECELERATION
- See Also:
- Constant Field Values
STATUS_ODOM_0
public static final int STATUS_ODOM_0
- See Also:
- Constant Field Values
STATUS_ODOM_1
public static final int STATUS_ODOM_1
- See Also:
- Constant Field Values
STATUS_ODOM_2
public static final int STATUS_ODOM_2
- See Also:
- Constant Field Values
STATUS_ODOM_3
public static final int STATUS_ODOM_3
- See Also:
- Constant Field Values
STATUS_ODOM_4
public static final int STATUS_ODOM_4
- See Also:
- Constant Field Values
STATUS_ODOM_5
public static final int STATUS_ODOM_5
- See Also:
- Constant Field Values
STATUS_ODOM_6
public static final int STATUS_ODOM_6
- See Also:
- Constant Field Values
STATUS_ODOM_7
public static final int STATUS_ODOM_7
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_0
public static final int STATUS_ODOM_LIMIT_0
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_1
public static final int STATUS_ODOM_LIMIT_1
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_2
public static final int STATUS_ODOM_LIMIT_2
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_3
public static final int STATUS_ODOM_LIMIT_3
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_4
public static final int STATUS_ODOM_LIMIT_4
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_5
public static final int STATUS_ODOM_LIMIT_5
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_6
public static final int STATUS_ODOM_LIMIT_6
- See Also:
- Constant Field Values
STATUS_ODOM_LIMIT_7
public static final int STATUS_ODOM_LIMIT_7
- See Also:
- Constant Field Values
STATUS_GEOFENCE_ARRIVE
public static final int STATUS_GEOFENCE_ARRIVE
- See Also:
- Constant Field Values
STATUS_CORRIDOR_ARRIVE
public static final int STATUS_CORRIDOR_ARRIVE
- See Also:
- Constant Field Values
STATUS_JOB_ARRIVE
public static final int STATUS_JOB_ARRIVE
- See Also:
- Constant Field Values
STATUS_GEOFENCE_DEPART
public static final int STATUS_GEOFENCE_DEPART
- See Also:
- Constant Field Values
STATUS_CORRIDOR_DEPART
public static final int STATUS_CORRIDOR_DEPART
- See Also:
- Constant Field Values
STATUS_JOB_DEPART
public static final int STATUS_JOB_DEPART
- See Also:
- Constant Field Values
STATUS_GEOFENCE_VIOLATION
public static final int STATUS_GEOFENCE_VIOLATION
- See Also:
- Constant Field Values
STATUS_CORRIDOR_VIOLATION
public static final int STATUS_CORRIDOR_VIOLATION
- See Also:
- Constant Field Values
STATUS_GEOFENCE_ACTIVE
public static final int STATUS_GEOFENCE_ACTIVE
- See Also:
- Constant Field Values
STATUS_CORRIDOR_ACTIVE
public static final int STATUS_CORRIDOR_ACTIVE
- See Also:
- Constant Field Values
STATUS_GEOFENCE_INACTIVE
public static final int STATUS_GEOFENCE_INACTIVE
- See Also:
- Constant Field Values
STATUS_CORRIDOR_INACTIVE
public static final int STATUS_CORRIDOR_INACTIVE
- See Also:
- Constant Field Values
STATUS_GEOBOUNDS_ENTER
public static final int STATUS_GEOBOUNDS_ENTER
- See Also:
- Constant Field Values
STATUS_GEOBOUNDS_EXIT
public static final int STATUS_GEOBOUNDS_EXIT
- See Also:
- Constant Field Values
STATUS_PARKED
public static final int STATUS_PARKED
- See Also:
- Constant Field Values
STATUS_EXCESS_PARK
public static final int STATUS_EXCESS_PARK
- See Also:
- Constant Field Values
STATUS_UNPARKED
public static final int STATUS_UNPARKED
- See Also:
- Constant Field Values
STATUS_INPUT_STATE
public static final int STATUS_INPUT_STATE
- See Also:
- Constant Field Values
STATUS_IGNITION_ON
public static final int STATUS_IGNITION_ON
- See Also:
- Constant Field Values
STATUS_INPUT_ON
public static final int STATUS_INPUT_ON
- See Also:
- Constant Field Values
STATUS_IGNITION_OFF
public static final int STATUS_IGNITION_OFF
- See Also:
- Constant Field Values
STATUS_INPUT_OFF
public static final int STATUS_INPUT_OFF
- See Also:
- Constant Field Values
STATUS_OUTPUT_STATE
public static final int STATUS_OUTPUT_STATE
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON
public static final int STATUS_OUTPUT_ON
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF
public static final int STATUS_OUTPUT_OFF
- See Also:
- Constant Field Values
STATUS_ENGINE_START
public static final int STATUS_ENGINE_START
- See Also:
- Constant Field Values
STATUS_ENGINE_STOP
public static final int STATUS_ENGINE_STOP
- See Also:
- Constant Field Values
STATUS_INPUT_ON_00
public static final int STATUS_INPUT_ON_00
- See Also:
- Constant Field Values
STATUS_INPUT_ON_01
public static final int STATUS_INPUT_ON_01
- See Also:
- Constant Field Values
STATUS_INPUT_ON_02
public static final int STATUS_INPUT_ON_02
- See Also:
- Constant Field Values
STATUS_INPUT_ON_03
public static final int STATUS_INPUT_ON_03
- See Also:
- Constant Field Values
STATUS_INPUT_ON_04
public static final int STATUS_INPUT_ON_04
- See Also:
- Constant Field Values
STATUS_INPUT_ON_05
public static final int STATUS_INPUT_ON_05
- See Also:
- Constant Field Values
STATUS_INPUT_ON_06
public static final int STATUS_INPUT_ON_06
- See Also:
- Constant Field Values
STATUS_INPUT_ON_07
public static final int STATUS_INPUT_ON_07
- See Also:
- Constant Field Values
STATUS_INPUT_ON_08
public static final int STATUS_INPUT_ON_08
- See Also:
- Constant Field Values
STATUS_INPUT_ON_09
public static final int STATUS_INPUT_ON_09
- See Also:
- Constant Field Values
STATUS_INPUT_ON_10
public static final int STATUS_INPUT_ON_10
- See Also:
- Constant Field Values
STATUS_INPUT_ON_11
public static final int STATUS_INPUT_ON_11
- See Also:
- Constant Field Values
STATUS_INPUT_ON_12
public static final int STATUS_INPUT_ON_12
- See Also:
- Constant Field Values
STATUS_INPUT_ON_13
public static final int STATUS_INPUT_ON_13
- See Also:
- Constant Field Values
STATUS_INPUT_ON_14
public static final int STATUS_INPUT_ON_14
- See Also:
- Constant Field Values
STATUS_INPUT_ON_15
public static final int STATUS_INPUT_ON_15
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_00
public static final int STATUS_INPUT_OFF_00
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_01
public static final int STATUS_INPUT_OFF_01
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_02
public static final int STATUS_INPUT_OFF_02
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_03
public static final int STATUS_INPUT_OFF_03
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_04
public static final int STATUS_INPUT_OFF_04
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_05
public static final int STATUS_INPUT_OFF_05
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_06
public static final int STATUS_INPUT_OFF_06
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_07
public static final int STATUS_INPUT_OFF_07
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_08
public static final int STATUS_INPUT_OFF_08
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_09
public static final int STATUS_INPUT_OFF_09
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_10
public static final int STATUS_INPUT_OFF_10
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_11
public static final int STATUS_INPUT_OFF_11
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_12
public static final int STATUS_INPUT_OFF_12
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_13
public static final int STATUS_INPUT_OFF_13
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_14
public static final int STATUS_INPUT_OFF_14
- See Also:
- Constant Field Values
STATUS_INPUT_OFF_15
public static final int STATUS_INPUT_OFF_15
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_00
public static final int STATUS_OUTPUT_ON_00
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_01
public static final int STATUS_OUTPUT_ON_01
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_02
public static final int STATUS_OUTPUT_ON_02
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_03
public static final int STATUS_OUTPUT_ON_03
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_04
public static final int STATUS_OUTPUT_ON_04
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_05
public static final int STATUS_OUTPUT_ON_05
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_06
public static final int STATUS_OUTPUT_ON_06
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_07
public static final int STATUS_OUTPUT_ON_07
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_08
public static final int STATUS_OUTPUT_ON_08
- See Also:
- Constant Field Values
STATUS_OUTPUT_ON_09
public static final int STATUS_OUTPUT_ON_09
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_00
public static final int STATUS_OUTPUT_OFF_00
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_01
public static final int STATUS_OUTPUT_OFF_01
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_02
public static final int STATUS_OUTPUT_OFF_02
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_03
public static final int STATUS_OUTPUT_OFF_03
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_04
public static final int STATUS_OUTPUT_OFF_04
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_05
public static final int STATUS_OUTPUT_OFF_05
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_06
public static final int STATUS_OUTPUT_OFF_06
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_07
public static final int STATUS_OUTPUT_OFF_07
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_08
public static final int STATUS_OUTPUT_OFF_08
- See Also:
- Constant Field Values
STATUS_OUTPUT_OFF_09
public static final int STATUS_OUTPUT_OFF_09
- See Also:
- Constant Field Values
STATUS_ELAPSED_00
public static final int STATUS_ELAPSED_00
- See Also:
- Constant Field Values
STATUS_ELAPSED_01
public static final int STATUS_ELAPSED_01
- See Also:
- Constant Field Values
STATUS_ELAPSED_02
public static final int STATUS_ELAPSED_02
- See Also:
- Constant Field Values
STATUS_ELAPSED_03
public static final int STATUS_ELAPSED_03
- See Also:
- Constant Field Values
STATUS_ELAPSED_04
public static final int STATUS_ELAPSED_04
- See Also:
- Constant Field Values
STATUS_ELAPSED_05
public static final int STATUS_ELAPSED_05
- See Also:
- Constant Field Values
STATUS_ELAPSED_06
public static final int STATUS_ELAPSED_06
- See Also:
- Constant Field Values
STATUS_ELAPSED_07
public static final int STATUS_ELAPSED_07
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_00
public static final int STATUS_ELAPSED_LIMIT_00
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_01
public static final int STATUS_ELAPSED_LIMIT_01
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_02
public static final int STATUS_ELAPSED_LIMIT_02
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_03
public static final int STATUS_ELAPSED_LIMIT_03
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_04
public static final int STATUS_ELAPSED_LIMIT_04
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_05
public static final int STATUS_ELAPSED_LIMIT_05
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_06
public static final int STATUS_ELAPSED_LIMIT_06
- See Also:
- Constant Field Values
STATUS_ELAPSED_LIMIT_07
public static final int STATUS_ELAPSED_LIMIT_07
- See Also:
- Constant Field Values
STATUS_ANALOG_0
public static final int STATUS_ANALOG_0
- See Also:
- Constant Field Values
STATUS_ANALOG_1
public static final int STATUS_ANALOG_1
- See Also:
- Constant Field Values
STATUS_ANALOG_2
public static final int STATUS_ANALOG_2
- See Also:
- Constant Field Values
STATUS_ANALOG_3
public static final int STATUS_ANALOG_3
- See Also:
- Constant Field Values
STATUS_ANALOG_4
public static final int STATUS_ANALOG_4
- See Also:
- Constant Field Values
STATUS_ANALOG_5
public static final int STATUS_ANALOG_5
- See Also:
- Constant Field Values
STATUS_ANALOG_6
public static final int STATUS_ANALOG_6
- See Also:
- Constant Field Values
STATUS_ANALOG_7
public static final int STATUS_ANALOG_7
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_0
public static final int STATUS_ANALOG_RANGE_0
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_1
public static final int STATUS_ANALOG_RANGE_1
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_2
public static final int STATUS_ANALOG_RANGE_2
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_3
public static final int STATUS_ANALOG_RANGE_3
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_4
public static final int STATUS_ANALOG_RANGE_4
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_5
public static final int STATUS_ANALOG_RANGE_5
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_6
public static final int STATUS_ANALOG_RANGE_6
- See Also:
- Constant Field Values
STATUS_ANALOG_RANGE_7
public static final int STATUS_ANALOG_RANGE_7
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_0
public static final int STATUS_TEMPERATURE_0
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_1
public static final int STATUS_TEMPERATURE_1
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_2
public static final int STATUS_TEMPERATURE_2
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_3
public static final int STATUS_TEMPERATURE_3
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_4
public static final int STATUS_TEMPERATURE_4
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_5
public static final int STATUS_TEMPERATURE_5
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_6
public static final int STATUS_TEMPERATURE_6
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_7
public static final int STATUS_TEMPERATURE_7
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_0
public static final int STATUS_TEMPERATURE_RANGE_0
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_1
public static final int STATUS_TEMPERATURE_RANGE_1
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_2
public static final int STATUS_TEMPERATURE_RANGE_2
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_3
public static final int STATUS_TEMPERATURE_RANGE_3
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_4
public static final int STATUS_TEMPERATURE_RANGE_4
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_5
public static final int STATUS_TEMPERATURE_RANGE_5
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_6
public static final int STATUS_TEMPERATURE_RANGE_6
- See Also:
- Constant Field Values
STATUS_TEMPERATURE_RANGE_7
public static final int STATUS_TEMPERATURE_RANGE_7
- See Also:
- Constant Field Values
STATUS_TEMPERATURE
public static final int STATUS_TEMPERATURE
- See Also:
- Constant Field Values
STATUS_LOGIN
public static final int STATUS_LOGIN
- See Also:
- Constant Field Values
STATUS_LOGOUT
public static final int STATUS_LOGOUT
- See Also:
- Constant Field Values
STATUS_CONNECT
public static final int STATUS_CONNECT
- See Also:
- Constant Field Values
STATUS_DISCONNECT
public static final int STATUS_DISCONNECT
- See Also:
- Constant Field Values
STATUS_TRAILER_HOOK
public static final int STATUS_TRAILER_HOOK
- See Also:
- Constant Field Values
STATUS_TRAILER_UNHOOK
public static final int STATUS_TRAILER_UNHOOK
- See Also:
- Constant Field Values
STATUS_RFID_CONNECT
public static final int STATUS_RFID_CONNECT
- See Also:
- Constant Field Values
STATUS_RFID_DISCONNECT
public static final int STATUS_RFID_DISCONNECT
- See Also:
- Constant Field Values
STATUS_PERSON_ENTER
public static final int STATUS_PERSON_ENTER
- See Also:
- Constant Field Values
STATUS_PERSON_EXIT
public static final int STATUS_PERSON_EXIT
- See Also:
- Constant Field Values
STATUS_ACK
public static final int STATUS_ACK
- See Also:
- Constant Field Values
STATUS_NAK
public static final int STATUS_NAK
- See Also:
- Constant Field Values
STATUS_DUTY_ON
public static final int STATUS_DUTY_ON
- See Also:
- Constant Field Values
STATUS_DUTY_OFF
public static final int STATUS_DUTY_OFF
- See Also:
- Constant Field Values
STATUS_PANIC_ON
public static final int STATUS_PANIC_ON
- See Also:
- Constant Field Values
STATUS_PANIC_OFF
public static final int STATUS_PANIC_OFF
- See Also:
- Constant Field Values
STATUS_ASSIST_ON
public static final int STATUS_ASSIST_ON
- See Also:
- Constant Field Values
STATUS_ASSIST_OFF
public static final int STATUS_ASSIST_OFF
- See Also:
- Constant Field Values
STATUS_MEDICAL_ON
public static final int STATUS_MEDICAL_ON
- See Also:
- Constant Field Values
STATUS_MEDICAL_OFF
public static final int STATUS_MEDICAL_OFF
- See Also:
- Constant Field Values
STATUS_TOWING_START
public static final int STATUS_TOWING_START
- See Also:
- Constant Field Values
STATUS_TOWING_STOP
public static final int STATUS_TOWING_STOP
- See Also:
- Constant Field Values
STATUS_INTRUSION_ON
public static final int STATUS_INTRUSION_ON
- See Also:
- Constant Field Values
STATUS_INTRUSION_OFF
public static final int STATUS_INTRUSION_OFF
- See Also:
- Constant Field Values
STATUS_BREACH_ON
public static final int STATUS_BREACH_ON
- See Also:
- Constant Field Values
STATUS_BREACH_OFF
public static final int STATUS_BREACH_OFF
- See Also:
- Constant Field Values
STATUS_VIBRATION_ON
public static final int STATUS_VIBRATION_ON
- See Also:
- Constant Field Values
STATUS_VIBRATION_OFF
public static final int STATUS_VIBRATION_OFF
- See Also:
- Constant Field Values
STATUS_CARJACK_DISABLED
public static final int STATUS_CARJACK_DISABLED
- See Also:
- Constant Field Values
STATUS_CARJACK_ENABLED
public static final int STATUS_CARJACK_ENABLED
- See Also:
- Constant Field Values
STATUS_CARJACK_STANDBY
public static final int STATUS_CARJACK_STANDBY
- See Also:
- Constant Field Values
STATUS_CARJACK_ARMED
public static final int STATUS_CARJACK_ARMED
- See Also:
- Constant Field Values
STATUS_CARJACK_TRIGGERED
public static final int STATUS_CARJACK_TRIGGERED
- See Also:
- Constant Field Values
STATUS_CARJACK_CANCELLED
public static final int STATUS_CARJACK_CANCELLED
- See Also:
- Constant Field Values
STATUS_OBD_INFO_0
public static final int STATUS_OBD_INFO_0
- See Also:
- Constant Field Values
STATUS_OBD_INFO_1
public static final int STATUS_OBD_INFO_1
- See Also:
- Constant Field Values
STATUS_OBD_INFO_2
public static final int STATUS_OBD_INFO_2
- See Also:
- Constant Field Values
STATUS_OBD_INFO_3
public static final int STATUS_OBD_INFO_3
- See Also:
- Constant Field Values
STATUS_OBD_INFO_4
public static final int STATUS_OBD_INFO_4
- See Also:
- Constant Field Values
STATUS_OBD_INFO_5
public static final int STATUS_OBD_INFO_5
- See Also:
- Constant Field Values
STATUS_OBD_INFO_6
public static final int STATUS_OBD_INFO_6
- See Also:
- Constant Field Values
STATUS_OBD_INFO_7
public static final int STATUS_OBD_INFO_7
- See Also:
- Constant Field Values
STATUS_OBD_FAULT
public static final int STATUS_OBD_FAULT
- See Also:
- Constant Field Values
STATUS_CHECK_ENGINE
public static final int STATUS_CHECK_ENGINE
- See Also:
- Constant Field Values
STATUS_OBD_RANGE
public static final int STATUS_OBD_RANGE
- See Also:
- Constant Field Values
STATUS_OBD_RPM_RANGE
public static final int STATUS_OBD_RPM_RANGE
- See Also:
- Constant Field Values
STATUS_OBD_FUEL_RANGE
public static final int STATUS_OBD_FUEL_RANGE
- See Also:
- Constant Field Values
STATUS_OBD_OIL_RANGE
public static final int STATUS_OBD_OIL_RANGE
- See Also:
- Constant Field Values
STATUS_OBD_TEMP_RANGE
public static final int STATUS_OBD_TEMP_RANGE
- See Also:
- Constant Field Values
STATUS_EXCESS_BRAKING
public static final int STATUS_EXCESS_BRAKING
- See Also:
- Constant Field Values
STATUS_EXCESS_CORNERING
public static final int STATUS_EXCESS_CORNERING
- See Also:
- Constant Field Values
STATUS_IMPACT
public static final int STATUS_IMPACT
- See Also:
- Constant Field Values
STATUS_FUEL_REFILL
public static final int STATUS_FUEL_REFILL
- See Also:
- Constant Field Values
STATUS_FUEL_THEFT
public static final int STATUS_FUEL_THEFT
- See Also:
- Constant Field Values
STATUS_LOW_FUEL
public static final int STATUS_LOW_FUEL
- See Also:
- Constant Field Values
STATUS_DAY_SUMMARY
public static final int STATUS_DAY_SUMMARY
- See Also:
- Constant Field Values
STATUS_BATTERY_VOLTS
public static final int STATUS_BATTERY_VOLTS
- See Also:
- Constant Field Values
STATUS_BACKUP_VOLTS
public static final int STATUS_BACKUP_VOLTS
- See Also:
- Constant Field Values
STATUS_BATT_CHARGE_ON
public static final int STATUS_BATT_CHARGE_ON
- See Also:
- Constant Field Values
STATUS_BATT_CHARGE_OFF
public static final int STATUS_BATT_CHARGE_OFF
- See Also:
- Constant Field Values
STATUS_LOW_BATTERY
public static final int STATUS_LOW_BATTERY
- See Also:
- Constant Field Values
STATUS_BATTERY_LEVEL
public static final int STATUS_BATTERY_LEVEL
- See Also:
- Constant Field Values
STATUS_POWER_FAILURE
public static final int STATUS_POWER_FAILURE
- See Also:
- Constant Field Values
STATUS_POWER_RESTORED
public static final int STATUS_POWER_RESTORED
- See Also:
- Constant Field Values
STATUS_POWER_OFF
public static final int STATUS_POWER_OFF
- See Also:
- Constant Field Values
STATUS_POWER_ON
public static final int STATUS_POWER_ON
- See Also:
- Constant Field Values
STATUS_GPS_EXPIRED
public static final int STATUS_GPS_EXPIRED
- See Also:
- Constant Field Values
STATUS_GPS_FAILURE
public static final int STATUS_GPS_FAILURE
- See Also:
- Constant Field Values
STATUS_GPS_JAMMING
public static final int STATUS_GPS_JAMMING
- See Also:
- Constant Field Values
STATUS_DIAGNOSTIC
public static final int STATUS_DIAGNOSTIC
- See Also:
- Constant Field Values
STATUS_CONNECTION_FAILURE
public static final int STATUS_CONNECTION_FAILURE
- See Also:
- Constant Field Values
STATUS_CONNECTION_RESTORED
public static final int STATUS_CONNECTION_RESTORED
- See Also:
- Constant Field Values
STATUS_MODEM_FAILURE
public static final int STATUS_MODEM_FAILURE
- See Also:
- Constant Field Values
STATUS_INTERNAL_FAILURE
public static final int STATUS_INTERNAL_FAILURE
- See Also:
- Constant Field Values
STATUS_MODEM_JAMMING
public static final int STATUS_MODEM_JAMMING
- See Also:
- Constant Field Values
STATUS_CONFIG_RESET
public static final int STATUS_CONFIG_RESET
- See Also:
- Constant Field Values
STATUS_SHUTDOWN
public static final int STATUS_SHUTDOWN
- See Also:
- Constant Field Values
STATUS_SUSPEND
public static final int STATUS_SUSPEND
- See Also:
- Constant Field Values
STATUS_RESUME
public static final int STATUS_RESUME
- See Also:
- Constant Field Values
STATUS_IMAGE_0
public static final int STATUS_IMAGE_0
- See Also:
- Constant Field Values
STATUS_IMAGE_1
public static final int STATUS_IMAGE_1
- See Also:
- Constant Field Values
STATUS_IMAGE_2
public static final int STATUS_IMAGE_2
- See Also:
- Constant Field Values
STATUS_IMAGE_3
public static final int STATUS_IMAGE_3
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_0
public static final int STATUS_RULE_TRIGGER_0
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_1
public static final int STATUS_RULE_TRIGGER_1
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_2
public static final int STATUS_RULE_TRIGGER_2
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_3
public static final int STATUS_RULE_TRIGGER_3
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_4
public static final int STATUS_RULE_TRIGGER_4
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_5
public static final int STATUS_RULE_TRIGGER_5
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_6
public static final int STATUS_RULE_TRIGGER_6
- See Also:
- Constant Field Values
STATUS_RULE_TRIGGER_7
public static final int STATUS_RULE_TRIGGER_7
- See Also:
- Constant Field Values
InputStatusCodes_ON
public static final int[] InputStatusCodes_ON
InputStatusCodes_OFF
public static final int[] InputStatusCodes_OFF
StatusCodes
public StatusCodes()
initStatusCodes
public static void initStatusCodes(int[] inclCodes)
- (Re)Initialize status code descriptions
- Parameters:
inclCodes - An array of codes to include in the status code list, null to include all codes
AddCode
public static void AddCode(StatusCodes.Code code)
AddCodes
public static void AddCodes(StatusCodes.Code[] codeList)
RemoveCode
public static StatusCodes.Code RemoveCode(int sc)
RemoveCodes
public static void RemoveCodes(int[] cList)
GetDescriptionMap
public static java.util.Map<java.lang.Integer,java.lang.String> GetDescriptionMap(java.util.Locale locale)
GetCode
public static StatusCodes.Code GetCode(int code,
BasicPrivateLabel bpl)
GetCode
public static StatusCodes.Code GetCode(java.lang.String name,
BasicPrivateLabel bpl)
ParseCode
public static int ParseCode(java.lang.String codeStr,
BasicPrivateLabel bpl,
int dftCode)
GetName
public static java.lang.String GetName(int code,
BasicPrivateLabel pl)
GetStatusCodeProvider
public static StatusCodeProvider GetStatusCodeProvider(int code,
BasicPrivateLabel bpl)
SetDescription
public static boolean SetDescription(int code,
java.lang.String desc)
GetDescription
public static java.lang.String GetDescription(int code,
BasicPrivateLabel bpl)
GetDesc
public static java.lang.String GetDesc(int code,
BasicPrivateLabel bpl)
GetDesc
public static java.lang.String GetDesc(int code)
ToString
public static java.lang.String ToString(int code)
SetIconName
public static boolean SetIconName(int code,
java.lang.String iconName)
GetIconName
public static java.lang.String GetIconName(int code,
BasicPrivateLabel pl)
GetHex
public static java.lang.String GetHex(int code)
GetHex
public static java.lang.String GetHex(long code)
IsReserved
public static boolean IsReserved(int code)
IsValid
public static boolean IsValid(int code,
BasicPrivateLabel pl)
IsHighPriority
public static boolean IsHighPriority(int code,
BasicPrivateLabel pl)
GetDigitalInputIndex
public static int GetDigitalInputIndex(int code)
IsIgnition
public static boolean IsIgnition(int code)
IsDigitalInputOn
public static boolean IsDigitalInputOn(int code)
IsDigitalInputOn
public static boolean IsDigitalInputOn(int code,
boolean inclIgn)
IsDigitalInputOff
public static boolean IsDigitalInputOff(int code)
IsDigitalInput
public static boolean IsDigitalInput(int code)
IsDigitalInput
public static boolean IsDigitalInput(int code,
boolean state)
GetDigitalInputStatusCode
public static int GetDigitalInputStatusCode(int ndx,
boolean state)
IsRuleTrigger
public static boolean IsRuleTrigger(int code)
IsLocation
public static boolean IsLocation(int code)
IsGeozoneTransition
public static boolean IsGeozoneTransition(int code)
IsEntityConnect
public static boolean IsEntityConnect(int code)
IsEntityDisconnect
public static boolean IsEntityDisconnect(int code)
main
public static void main(java.lang.String[] argv)