Class CipLINT

    • Constructor Detail

      • CipLINT

        public CipLINT()
      • CipLINT

        public CipLINT​(long val)
      • CipLINT

        public CipLINT​(int[] dimensions)
      • CipLINT

        protected CipLINT​(CipLINT data,
                          int[] indices)
    • 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 class CipULINT
      • 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.
        Overrides:
        crcName in class CipULINT
        Returns:
      • longValue

        public java.math.BigInteger longValue​(int... indices)
        Description copied from class: BaseDataType
        For data types 64-bits wide or less, return the best available 64-bit representation. If the subscripts are incomplete, return the element with the remaining subscripts set to zero.
        Overrides:
        longValue in class CipULINT
        Parameters:
        indices - Array subscripts.
        Returns:
      • wrap

        public CipLINT wrap​(int[] indices)
        Description copied from class: BaseDataType
        Application-side wrapper for inner dimensions. Implementations must update memberOffsets if not not using the protected constructor.
        Overrides:
        wrap in class CipULINT
        Parameters:
        indices - Array subscripts. Missing subscripts are allowed.