CANopen Bootloader Documentation
Version 4.10.00
Loading...
Searching...
No Matches
cbl_mobj.h File Reference

Detailed Description

This module implements the variables and callback functions for manufacturer specific objects. The header file and the corresponded implementation file provide an example. The code has to be adopted to the application by the manufacturer.

+ Include dependency graph for cbl_mobj.h:

Functions

void CblMobParmInit (void)
 

Function Documentation

◆ CblMobParmInit()

void CblMobParmInit ( void  )

Initialize manufacturer variables.

See also
CblObjsInit()

This function is used to initialize manufacturer variables with default values. The code provides an example and has to be adopted to the application by the manufacturer.

The function is called by the protocol stack (CblObjsInit()).