MCUXpresso_MIMXRT1052xxxxB/middleware/canopen/mco/mcop_xod_inc.h
2022-04-08 22:46:35 +08:00

40 lines
1.3 KiB
C

/**************************************************************************
MODULE: MCOP_XOD_INC.h
CONTAINS: MicroCANopen Plus Extended PDO, all includes
Version for use with MicroCANopen library.
COPYRIGHT: (c) Embedded Systems Academy (EmSA) 2002-2020.
All rights reserved. www.em-sa.com/nxp
DISCLAIM: Read and understand our disclaimer before using this code!
www.esacademy.com/disclaim.htm
This software was written in accordance to the guidelines at
www.esacademy.com/software/softwarestyleguide.pdf
LICENSE: THIS IS THE NXP SDK VERSION OF MICROCANOPEN PLUS
Licensed under a modified BSD License. See LICENSE.INFO
file in the project root for full license information.
VERSION: 7.10, ESA 20-SEP-02
$LastChangedDate: 2020-09-03 22:04:52 +0200 (Thu, 03 Sep 2020) $
$LastChangedRevision: 5038 $
***************************************************************************/
#ifndef _MCOP_XOD_H
#define _MCOP_XOD_H
#ifdef __cplusplus
extern "C" {
#endif
#include "mcop_inc.h"
#if MGR_MONITOR_ALL_NODES
#include "mcop_mgr_inc.h"
#endif
#ifdef __cplusplus
}
#endif
#endif // _MCOP_XOD_H
/**************************************************************************
END OF FILE
**************************************************************************/