Commit 9e1c3629 authored by Pavel Vainerman's avatar Pavel Vainerman

чтобы не было потенциального конфликта переименовал config.h --> uniset-config.h

parent 92f635ed
...@@ -29,7 +29,7 @@ codegen: ...@@ -29,7 +29,7 @@ codegen:
iocontrol: iocontrol:
- добавить ещё один вид сигналов (настройку) "работа по переднему фронту". - добавить ещё один вид сигналов (настройку) "работа по переднему фронту".
Т.е. сигнал меняет своё состояние по изменению входного (типа для кнопок без фиксации). Т.е. сигнал меняет своё состояние по изменению входного (типа для кнопок без фиксации). "trigger"(обрабатывать после jar_delay)
Version 2.0 Version 2.0
============ ============
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <sstream> #include <sstream>
#include "UniSetTypes.h" #include "UniSetTypes.h"
#include "MBSlave.h" #include "MBSlave.h"
#include "config.h" #include "uniset-config.h"
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
using namespace std; using namespace std;
using namespace UniSetTypes; using namespace UniSetTypes;
......
...@@ -7,15 +7,11 @@ ...@@ -7,15 +7,11 @@
#include "MBTCPServer.h" #include "MBTCPServer.h"
#include "uniset-config.h" #include "uniset-config.h"
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
#ifndef PACKAGE_URL
#define PACKAGE_URL "http://git.etersoft.ru/projects/?p=asu/uniset.git;a=summary"
#endif
// -------------------------------------------------------------------------
using namespace std; using namespace std;
using namespace UniSetTypes; using namespace UniSetTypes;
using namespace ModbusRTU; using namespace ModbusRTU;
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
MBTCPServer::MBTCPServer( ModbusAddr myaddr, const string& inetaddr, int port, bool verb ): MBTCPServer::MBTCPServer( ModbusAddr myaddr, const string inetaddr, int port, bool verb ):
sslot(NULL), sslot(NULL),
addr(myaddr), addr(myaddr),
// prev(ModbusRTU::erNoError), // prev(ModbusRTU::erNoError),
......
...@@ -7,7 +7,7 @@ AC_INIT([uniset], [1.6.1], pv@etersoft.ru) ...@@ -7,7 +7,7 @@ AC_INIT([uniset], [1.6.1], pv@etersoft.ru)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
# AC_CONFIG_MACRO_DIR([m4]) # AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(uniset-config.h)
dnl Initialize maintainer mode dnl Initialize maintainer mode
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment