Class FlinkInfo

  • All Implemented Interfaces:
    FlinkDefinitions

    public class FlinkInfo
    extends Object
    implements FlinkDefinitions
    The flink info subdevice is used the deliver a description string for a flink device together with the total amount of used memory.
    Author:
    Urs Graf
    • Field Detail

      • dev

        public FlinkSubDevice dev
        Handle to the subdevice within our flink device
    • Constructor Detail

      • FlinkInfo

        public FlinkInfo​(FlinkSubDevice dev)
        Creates a info subdevice.
        Parameters:
        dev - handle to the subdevice
    • Method Detail

      • getMemLength

        public int getMemLength()
        Returns the total amount of memory mapped onto the AXI bus. This memory covers the memory blocks of all subdevices within a flink device.
        Returns:
        total memory size in bytes
      • getDescription

        public char[] getDescription()
        A info device holds a description string which can describe a flink device.
        Returns:
        description string