file_write RCC Worker

Application RCC worker implemented in the C language version of the RCC model. Newer RCC workers are usually implemented in the C++ language version of the RCC model.

Detail

Worker Properties

  • suppressWrites: Do not write any data to the file.

    • Type: bool

    • Access:

      • Parameter: False

      • Writable: False

      • Initial: True

      • Volatile: False

      • Read back: False

    • Default value: None

  • countData: Check that the data is a series of 32-bit incrementing values starting at zero.

    • Type: bool

    • Access:

      • Parameter: False

      • Writable: False

      • Initial: True

      • Volatile: False

      • Read back: False

    • Default value: None

  • bytesPerSecond: The data rate during the application.

    • Type: ulonglong

    • Access:

      • Parameter: False

      • Writable: False

      • Initial: False

      • Volatile: True

      • Read back: False

    • Default value: None

Worker Ports

    Inputs:

  • in

    • Type: port

    • Protocol: None

    • Optional: False