5 Star 5 Fork 6

Phytium嵌入式软件 / EtherCAT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
globals.h 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
zhanglin 提交于 2022-11-30 07:13 . Get from EtherCAT stable-1.5
/******************************************************************************
*
* Copyright (C) 2006-2021 Florian Pose, Ingenieurgemeinschaft IgH
*
* This file is part of the IgH EtherCAT master.
*
* The file is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the
* Free Software Foundation; version 2.1 of the License.
*
* This file is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this file. If not, see <http://www.gnu.org/licenses/>.
*
*****************************************************************************/
/**
\file
Global definitions and macros.
*/
/*****************************************************************************/
#ifndef __EC_GLOBALS_H__
#define __EC_GLOBALS_H__
#include "config.h"
/******************************************************************************
* Overall macros
*****************************************************************************/
/** Helper macro for EC_STR(), literates a macro argument.
*
* \param X argument to literate.
*/
#define EC_LIT(X) #X
/** Converts a macro argument to a string.
*
* \param X argument to stringify.
*/
#define EC_STR(X) EC_LIT(X)
/** Master version string
*/
#define EC_MASTER_VERSION VERSION " " EC_STR(REV)
/*****************************************************************************/
#endif
1
https://gitee.com/phytium_embedded/ether-cat.git
git@gitee.com:phytium_embedded/ether-cat.git
phytium_embedded
ether-cat
EtherCAT
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891