5.1.23. CCP CRO receive count (pcp_CCPRxCount)

Get the number of CCP CRO messages received since the last reset.

5.1.23.1. Supported targets

All targets

5.1.23.2. Required license

None (Main library). (See Section 2.3, “Licensed Features”.)

5.1.23.3. Description

The platform CCP drivers keep track of various statistics, including the number of CRO messages received by the driver.

5.1.23.4. Inports

  • sim_count

    Only used during simulation. The value of this inport will be passed to rx_count. Only available if the mask parameter Provide simulation input is checked.

    Range: [0, 4294967295] messages

    Value type:Integer

5.1.23.5. Outports

  • rx_count

    The number of CRO messages this module has received since the last reset. This value will wrap around when 2^32 messages have been received.

    Range: [0, 4294967295] messages

    Value type:Integer

5.1.23.6. Mask parameters

  • Sample time

    The periodicity of the block execution.

    Range: [0.001, 3600] seconds

    Value type:Real
    Calibratable:No
  • Provide simulation input

    If selected then simulation inport sim_count is made available.

    Value type:Boolean
    Calibratable:No

5.1.23.7. Notes