public class Tachograph extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
Tachograph() |
Tachograph(double timestamp_last_service,
float time_next_service,
float time_motor_next_service,
float time_idle_ground,
float time_idle_air,
float time_idle_water,
float time_idle_underwater,
float time_idle_unknown,
float time_motor_ground,
float time_motor_air,
float time_motor_water,
float time_motor_underwater,
float time_motor_unknown,
short rpm_min,
short rpm_max,
float depth_max) |
Tachograph(IMCDefinition defs) |
Tachograph(IMCMessage msg) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, copyToClipoard, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, makeImmutable, parseJson, parseXml, pasteFromClipoard, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toByteArray, toByteArray, toString, validatepublic static final int ID_STATIC
public Tachograph()
public Tachograph(IMCMessage msg)
public Tachograph(IMCDefinition defs)
public Tachograph(double timestamp_last_service,
float time_next_service,
float time_motor_next_service,
float time_idle_ground,
float time_idle_air,
float time_idle_water,
float time_idle_underwater,
float time_idle_unknown,
float time_motor_ground,
float time_motor_air,
float time_motor_water,
float time_motor_underwater,
float time_motor_unknown,
short rpm_min,
short rpm_max,
float depth_max)
public static Tachograph create(java.lang.Object... values)
public static Tachograph clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic double getTimestampLastService()
public Tachograph setTimestampLastService(double timestamp_last_service)
timestamp_last_service - Last Service Timestamp (s)public double getTimeNextService()
public Tachograph setTimeNextService(double time_next_service)
time_next_service - Time - Next Service (s)public double getTimeMotorNextService()
public Tachograph setTimeMotorNextService(double time_motor_next_service)
time_motor_next_service - Time Motor - Next Service (s)public double getTimeIdleGround()
public Tachograph setTimeIdleGround(double time_idle_ground)
time_idle_ground - Time Idle - Ground (s)public double getTimeIdleAir()
public Tachograph setTimeIdleAir(double time_idle_air)
time_idle_air - Time Idle - Air (s)public double getTimeIdleWater()
public Tachograph setTimeIdleWater(double time_idle_water)
time_idle_water - Time Idle - Water (s)public double getTimeIdleUnderwater()
public Tachograph setTimeIdleUnderwater(double time_idle_underwater)
time_idle_underwater - Time Idle - Underwater (s)public double getTimeIdleUnknown()
public Tachograph setTimeIdleUnknown(double time_idle_unknown)
time_idle_unknown - Time Idle - Unknown (s)public double getTimeMotorGround()
public Tachograph setTimeMotorGround(double time_motor_ground)
time_motor_ground - Time Motor - Ground (s)public double getTimeMotorAir()
public Tachograph setTimeMotorAir(double time_motor_air)
time_motor_air - Time Motor - Air (s)public double getTimeMotorWater()
public Tachograph setTimeMotorWater(double time_motor_water)
time_motor_water - Time Motor - Water (s)public double getTimeMotorUnderwater()
public Tachograph setTimeMotorUnderwater(double time_motor_underwater)
time_motor_underwater - Time Motor - Underwater (s)public double getTimeMotorUnknown()
public Tachograph setTimeMotorUnknown(double time_motor_unknown)
time_motor_unknown - Time Motor - Unknown (s)public short getRpmMin()
public Tachograph setRpmMin(short rpm_min)
rpm_min - Recorded RPMs - Minimum (rpm)public short getRpmMax()
public Tachograph setRpmMax(short rpm_max)
rpm_max - Recorded RPMs - Maximum (rpm)public double getDepthMax()
public Tachograph setDepthMax(double depth_max)
depth_max - Recorded Depth - Maximum (m)