19 lines
473 B
C
19 lines
473 B
C
/*
|
|
* gen_user.h for enduranceTestBench - generated by CANopen DeviceDesigner 3.14.2
|
|
*/
|
|
|
|
/* protect against multiple inclusion of the file */
|
|
#ifndef GEN_USER_H
|
|
#define GEN_USER_H 1
|
|
|
|
#include <gen_define.h>
|
|
#include <co_canopen.h>
|
|
|
|
/* prototype for function to overwrite predefined connection set */
|
|
RET_T userOverwriteCobIdSettings(void);
|
|
|
|
/* prototype for function to set default values of strings */
|
|
RET_T userOverwriteStringDefaultvalues(void);
|
|
|
|
#endif /* GEN_USER */
|