Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EV Callback Functions » SCC_CM_Atten_Char_Ind

SCC_CM_Atten_Char_Ind

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_CM_Atten_Char_Ind ( byte RunId[], byte SourceMacAddress[], byte SourceAddress[], dword NumSounds, dword NumGroups, byte AAG[] )

Description

The callback is called as soon as a CM_Atten_Char.Ind message is received. Further details that are transmitted in this request can be queried with the following functions:

Parameters

  • RunId: Random Run Identifier of sender (8 byte).
  • SourceMacAddress: MAC address of sender.
  • SourceAddress: MAC Address of the EV which initiates the SLAC process.
  • NumSounds: Number of M-Sounds used to generate the ATTEN_PROFILE.
  • NumGroups: Number of attenuation groups.
  • AAG: Average Attenuation Group (array length is indicated by the parameter NumGroups).

Return Values

Example