public class HistoricCTD extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
HistoricCTD() |
HistoricCTD(float conductivity,
float temperature,
float depth) |
HistoricCTD(IMCDefinition defs) |
HistoricCTD(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static HistoricCTD |
clone(IMCMessage msg) |
static HistoricCTD |
create(java.lang.Object... values) |
double |
getConductivity() |
double |
getDepth() |
double |
getTemperature() |
HistoricCTD |
setConductivity(double conductivity) |
HistoricCTD |
setDepth(double depth) |
HistoricCTD |
setTemperature(double temperature) |
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 HistoricCTD()
public HistoricCTD(IMCMessage msg)
public HistoricCTD(IMCDefinition defs)
public HistoricCTD(float conductivity,
float temperature,
float depth)
public static HistoricCTD create(java.lang.Object... values)
public static HistoricCTD clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic double getConductivity()
public HistoricCTD setConductivity(double conductivity)
conductivity - Conductivity (s/m)public double getTemperature()
public HistoricCTD setTemperature(double temperature)
temperature - Temperature (°c)public double getDepth()
public HistoricCTD setDepth(double depth)
depth - Depth (m)