Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EV Functions » SCC_GetProcessing

SCC_GetProcessing

Valid for:  CANoe DE  •  CANoe4SW DE Note
  • This function can be called only within the assigned callback. The function is used to query the details of a request.
  • This function applies only to the SAScheduleList of ISO 15118
  • <InvalidValueSigned> and / or <InvalidValueUnsigned> can be defined in the XML configuration.

Function Syntax

long SCC_GetProcessing ( )

Description

Gets the processing state.

Parameters

Return Values

  • 0: If Finished.
  • 1: If Ongoing.
  • 2: If Ongoing_WaitingForCustomerInteraction (ISO 15118).

Example