message_length_adjuster RCC Worker

Detail

Worker Properties

  • ocpi_buffer_size_output

    • Type: ushort

    • Access:

      • Parameter: False

      • Writable: False

      • Initial: True

      • Volatile: False

      • Read back: False

    • Default value: 0

Worker Ports

    Inputs:

  • input

    • Protocol: None

    • Optional: False

  • Outputs:

  • output

    • Protocol: None

    • Optional: False

Limitations

Any value of timeout between the range \(0\) and \(4295\) will be set to the minimum possible time out in an RCC worker, which is 1 microsecond.

This is due to the way RCC workers in OpenCPI work, any value set in the timeout property will be rounded to the nearest microsecond. Therefore, any value of timeout that is less than 4295 would become 0 when calculating the fractional second value.