/* * This file is free software; you can redistribute it and/or modify * it under the terms of either the GNU General Public License version 2 * or the GNU Lesser General Public License version 2.1, both as * published by the Free Software Foundation. */ /************************************************************************************** * INCLUDE **************************************************************************************/ #include "CanMsg.h" /************************************************************************************** * NAMESPACE **************************************************************************************/ namespace arduino { /************************************************************************************** * STATIC CONST DEFINITION **************************************************************************************/ uint8_t const CanMsg::MAX_DATA_LENGTH; uint32_t const CanMsg::CAN_EFF_FLAG; uint32_t const CanMsg::CAN_SFF_MASK; uint32_t const CanMsg::CAN_EFF_MASK; /************************************************************************************** * NAMESPACE **************************************************************************************/ } /* arduino */