Class CipBOOL.CipBOOL16
- java.lang.Object
-
- com.automation_pros.odva.cip.data.BaseDataType<java.lang.Boolean>
-
- com.automation_pros.odva.cip.data.CipBOOL
-
- com.automation_pros.odva.cip.data.CipBOOL.CipBOOL16
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.automation_pros.odva.cip.data.CipBOOL
CipBOOL.CipBOOL16, CipBOOL.CipBOOL32, CipBOOL.CipBOOL64
-
-
Field Summary
-
Fields inherited from class com.automation_pros.odva.cip.data.CipBOOL
storageBits
-
Fields inherited from class com.automation_pros.odva.cip.data.BaseDataType
dimensions, memberOffsets, sLogger, variantContext, varyingDimension
-
-
Constructor Summary
Constructors Constructor Description CipBOOL16(boolean state)
CipBOOL16(int[] dimensions)
CipBOOL16(PathSegment parentSeg, BoolHost parent, int bitnum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
crcName()
Obtain the name of this type as used for computing structure CRCs.DataDefinitionSeg
getNestingDef()
Return the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.-
Methods inherited from class com.automation_pros.odva.cip.data.CipBOOL
alignment, bytes, bytesEach, bytesImpl, copy, copyToImpl, copyToImpl, get, getSymbolType, intValue, leftShiftBytes, main, maxEach, minEach, nestedBytes, putAbbrevType, putPayload, putPayloadImpl, rightShiftBytes, set, setDimensions, setPayload, setPayloadImpl, singleToString, structCRCString, wrap
-
Methods inherited from class com.automation_pros.odva.cip.data.BaseDataType
browseInner, browseInnerImpl, checkDimensions, chkAbbrevType, concatIndices, conditionalSuffix, copyTo, CRC16, CRC16, CRC16, dim2linear, dim2linear, dim2qty, dim2suffix, dimensionToString, doubleValue, extendIntArray, fillIntArray, get, getCompleteDef, getDimensions, getMemberOffsets, getTypeCode, getVariantContext, getVaryingDimension, hasOffset, incIdx, intArray, linear2dim, linear2dim, longValue, makeInstance, nestedBytesEach, nestedBytesImpl, nestedPutPayload, nestedPutPayloadImpl, nestedSetPayload, nestedSetPayloadImpl, range2suffix, rawCRC16, set, setFromTokenImpl, setFromTokenizer, setFromTokenizerImpl, setFromTokenString, setInt, setLong, setMemberOffsets, setupTokenizer, setVariantContext, setVariantDimension, setVariantDimension, sliceTo, toString
-
-
-
-
Constructor Detail
-
CipBOOL16
public CipBOOL16(int[] dimensions)
-
CipBOOL16
public CipBOOL16(boolean state)
-
CipBOOL16
public CipBOOL16(PathSegment parentSeg, BoolHost parent, int bitnum)
-
-
Method Detail
-
getNestingDef
public DataDefinitionSeg getNestingDef()
Description copied from class:BaseDataType
Return the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.- Overrides:
getNestingDef
in classCipBOOL
-
crcName
public java.lang.String crcName()
Description copied from class:BaseDataType
Obtain the name of this type as used for computing structure CRCs. Can be different from the name(s) used by the CipPath parser.
-
-