Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
126f37f4
Commit
126f37f4
authored
Mar 05, 2013
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(python): вернул UInterface
parent
68847c82
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
13 deletions
+12
-13
libuniset.spec
conf/libuniset.spec
+4
-1
UInterface.py
python/lib/UInterface.py
+0
-4
Makefile.am
python/lib/pyUniSet/Makefile.am
+6
-8
UInterface_wrap.cxx
python/lib/pyUniSet/UInterface_wrap.cxx
+0
-0
uniset.py
python/lib/uniset.py
+2
-0
No files found.
conf/libuniset.spec
View file @
126f37f4
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
Name: libuniset
Name: libuniset
Version: 1.6
Version: 1.6
Release: alt
3
Release: alt
4
Summary: UniSet - library for building distributed industrial control systems
Summary: UniSet - library for building distributed industrial control systems
...
@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir/%oname/%oname.py %buildroot%python_sitelibdir
...
@@ -316,6 +316,9 @@ mv -f %buildroot%python_sitelibdir/%oname/%oname.py %buildroot%python_sitelibdir
%exclude %_pkgconfigdir/libUniSet.pc
%exclude %_pkgconfigdir/libUniSet.pc
%changelog
%changelog
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt4
- restote UInterface for python
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt3
* Tue Mar 05 2013 Pavel Vainerman <pv@altlinux.ru> 1.6-alt3
- add doc for python bindings
- add doc for python bindings
- rebuild wrapper files with new swig
- rebuild wrapper files with new swig
...
...
python/lib/UInterface.py
View file @
126f37f4
...
@@ -3,10 +3,6 @@
...
@@ -3,10 +3,6 @@
import
sys
import
sys
sys
.
path
.
append
(
'./.libs/'
)
sys
.
path
.
append
(
'pyUniSet/.libs/'
)
sys
.
path
.
append
(
'pyUniSet/'
)
from
pyUExceptions
import
*
from
pyUExceptions
import
*
from
pyUConnector
import
*
from
pyUConnector
import
*
from
pyUModbus
import
*
from
pyUModbus
import
*
...
...
python/lib/pyUniSet/Makefile.am
View file @
126f37f4
if
DISABLE_PYTHON
if
DISABLE_PYTHON
else
else
pyexec_LTLIBRARIES
=
_pyUConnector.la _pyUModbus.la _pyUExceptions.la
pyexec_LTLIBRARIES
=
_pyUConnector.la _pyUModbus.la _pyUExceptions.la _pyUniSet.la
#_pyUniSet.la
_pyUniSet_la_SOURCES
=
UInterface.cc UInterface_wrap.cxx
# DEPRECATED (use UConnector)
_pyUniSet_la_CXXFLAGS
=
$(UNISET_CFLAGS)
$(PYTHON_CFLAGS)
#_pyUniSet_la_SOURCES = UInterface.cc UInterface_wrap.cxx
_pyUniSet_la_LDFLAGS
=
-module
-avoid-version
#_pyUniSet_la_CXXFLAGS = $(UNISET_CFLAGS) $(PYTHON_CFLAGS)
_pyUniSet_la_LIBADD
=
$(UNISET_LIBS)
$(PYTHON_LIBS)
#_pyUniSet_la_LDFLAGS = -module -avoid-version
#_pyUniSet_la_LIBADD = $(UNISET_LIBS) $(PYTHON_LIBS)
UInterface_wrap.cxx
:
UInterface.i UInterface.h
UInterface_wrap.cxx
:
UInterface.i UInterface.h
swig
-python
-c
++
-classic
UInterface.i
swig
-python
-c
++
-classic
UInterface.i
...
...
python/lib/pyUniSet/UInterface_wrap.cxx
0 → 100644
View file @
126f37f4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
python/lib/uniset.py
View file @
126f37f4
...
@@ -12,3 +12,5 @@ sys.path.append( _py_uniset_dir )
...
@@ -12,3 +12,5 @@ sys.path.append( _py_uniset_dir )
from
pyUConnector
import
*
from
pyUConnector
import
*
from
pyUExceptions
import
*
from
pyUExceptions
import
*
from
pyUModbus
import
*
from
pyUModbus
import
*
import
UniXML
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment