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

SCC_CM_Atten_Profile_Ind

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_CM_Atten_Profile_Ind ( byte RunId[], 
byte SourceMacAddress[], byte PEVMAC[], 
dword NumGroups, byte AAG[] )

Description

The callback is called as soon as a CM_Atten_Profile.Ind message is received.

Parameters

  • RunId: Random Run Identifier of sender (8 byte).
  • SourceMacAddress: MAC address of sender.
  • PEVMAC: MAC Address of the vehicle.
  • NumGroups: Number of attenuation groups.
  • AAG: Average Attenuation Group (array length is indicated by the parameter NumGroups).

Return Values

Example