sdos.h

来自「This library is Copyright (c) Raphael Zu」· C头文件 代码 · 共 32 行

H
32
字号
/***************************************************************************                          sdos.h  -  description                             -------------------    begin                : Fri May 17 2002    copyright            : (C) 2002 by Raphael Zulliger    email                : zulli@hsr.ch ***************************************************************************//*************************************************************************** *                                                                         * *   This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>.       * *   It is licensed under the GNU Library General Public License (LGPL).   * *                                                                         * ***************************************************************************//** \file *  \brief Functions for accessing object dictionaries on other nodes * *   This functions enables you to access the object dictionary of an *   other module. (sdo server). *   No such functinality is implemented yet. If you use it, programm it! *  \warning Not implemented yet. */#ifndef __sdos_h__#define __sdos_h__#endif // __sdos_h__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?