Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Open topic with navigation
CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_PDDOnDefaultLogRequest
Iso11783IL_PDDOnDefaultLogRequest (Callback)
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
void Iso11783IL_PDDOnDefaultLogRequest( );
Description
This function can be implemented in the CAPL program. The function is called up by the interaction layer if default logging is requested by the Task Controller. Default logging can then be started with the CAPL function Iso11783IL_PDDSetLogTrigger.
Parameters
—
Return Values
—
Example
void Iso11783IL_PDDOnDefaultLogRequest( )
{
Iso11783IL_PDDSetLogTrigger ( 4, 0x0100, 0, 1000 );
Iso11783IL_PDDSetLogTrigger ( 4, 0x0101, 0, 1000 );
}