Skip to main content
Open topic with navigation

SCC_CreateCM_Amp_Map_Req

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Test Functions » Shared Functions » SCC_CreateCM_Amp_Map_Req

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_CreateCM_Amp_Map_Req ( byte SourceMac[], byte TargetMac[], dword AmLen, byte AmData[] )

Description

Creates a CM_Amp_Map.Req message for sending.

Parameters

  • SourceMac: Source address of the Ethernet packet.
  • TargetMac: Destination address of the Ethernet packet.
  • AmLen: Length of the AmData array.
  • AmData: Power spectral density difference values as defined by the specification.
    Note: Because the PSD is defined in values of 4 bit, only the lower half of each byte is considered.

Return Values

Example