Class CipEPATH.CipPadEPATH
- java.lang.Object
-
- com.automation_pros.odva.cip.data.BaseDataType<CipPath>
-
- com.automation_pros.odva.cip.data.CipEPATH
-
- com.automation_pros.odva.cip.data.CipEPATH.CipPadEPATH
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.automation_pros.odva.cip.data.CipEPATH
CipEPATH.CipPadEPATH
-
-
Field Summary
-
Fields inherited from class com.automation_pros.odva.cip.data.BaseDataType
dimensions, memberOffsets, sLogger, variantContext, varyingDimension
-
-
Constructor Summary
Constructors Constructor Description CipPadEPATH()CipPadEPATH(int[] dimensions)CipPadEPATH(CipEPATH data, int[] indices)CipPadEPATH(CipPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipEPATH.CipPadEPATHcopy()Produce a deep clone of the object.java.lang.StringcrcName()Obtain the name of this type as used for computing structure CRCs.DataDefinitionSeggetNestingDef()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.CipEPATH
bytesEach, bytesImpl, copyToImpl, copyToImpl, get, putPayload, putPayloadImpl, set, setPayload, setPayloadImpl, wrap
-
Methods inherited from class com.automation_pros.odva.cip.data.BaseDataType
alignment, browseInner, browseInnerImpl, bytes, checkDimensions, chkAbbrevType, concatIndices, conditionalSuffix, copyTo, CRC16, CRC16, CRC16, dim2linear, dim2linear, dim2qty, dim2suffix, dimensionToString, doubleValue, extendIntArray, fillIntArray, get, getCompleteDef, getDimensions, getMemberOffsets, getSymbolType, getTypeCode, getVariantContext, getVaryingDimension, hasOffset, incIdx, intArray, intValue, linear2dim, linear2dim, longValue, makeInstance, maxEach, minEach, nestedBytes, nestedBytesEach, nestedBytesImpl, nestedPutPayload, nestedPutPayloadImpl, nestedSetPayload, nestedSetPayloadImpl, putAbbrevType, range2suffix, rawCRC16, set, setDimensions, setFromTokenImpl, setFromTokenizer, setFromTokenizerImpl, setFromTokenString, setInt, setLong, setMemberOffsets, setupTokenizer, setVariantContext, setVariantDimension, setVariantDimension, singleToString, sliceTo, structCRCString, toString
-
-
-
-
Method Detail
-
getNestingDef
public DataDefinitionSeg getNestingDef()
Description copied from class:BaseDataTypeReturn the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.- Overrides:
getNestingDefin classCipEPATH
-
crcName
public java.lang.String crcName()
Description copied from class:BaseDataTypeObtain the name of this type as used for computing structure CRCs. Can be different from the name(s) used by the CipPath parser.
-
copy
public CipEPATH.CipPadEPATH copy()
Description copied from class:BaseDataTypeProduce a deep clone of the object.
-
-