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
3726729d
Commit
3726729d
authored
Mar 29, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(java): swig regenerate files
parent
bdd23acd
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
20 deletions
+20
-20
UModbus_wrap.cxx
wrappers/java/UModbus_wrap.cxx
+11
-11
Params.java
wrappers/java/ru/etersoft/uniset/Params.java
+1
-1
SWIGTYPE_p_p_char.java
wrappers/java/ru/etersoft/uniset/SWIGTYPE_p_p_char.java
+1
-1
SWIGTYPE_p_std__string.java
wrappers/java/ru/etersoft/uniset/SWIGTYPE_p_std__string.java
+1
-1
UException.java
wrappers/java/ru/etersoft/uniset/UException.java
+1
-1
UModbus.java
wrappers/java/ru/etersoft/uniset/UModbus.java
+1
-1
USysError.java
wrappers/java/ru/etersoft/uniset/USysError.java
+1
-1
UTimeOut.java
wrappers/java/ru/etersoft/uniset/UTimeOut.java
+1
-1
mUModbus.java
wrappers/java/ru/etersoft/uniset/mUModbus.java
+1
-1
mUModbusJNI.java
wrappers/java/ru/etersoft/uniset/mUModbusJNI.java
+1
-1
No files found.
wrappers/java/UModbus_wrap.cxx
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* This file is not intended to be easily readable and contains a number of
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* interface file instead.
* ----------------------------------------------------------------------------- */
* ----------------------------------------------------------------------------- */
#define SWIGJAVA
#define SWIGJAVA
...
@@ -65,28 +65,28 @@ template <typename T> T SwigValueInit() {
...
@@ -65,28 +65,28 @@ template <typename T> T SwigValueInit() {
#ifndef SWIGUNUSED
#ifndef SWIGUNUSED
# if defined(__GNUC__)
# if defined(__GNUC__)
# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
# define SWIGUNUSED __attribute__ ((__unused__))
# define SWIGUNUSED __attribute__ ((__unused__))
# else
# else
# define SWIGUNUSED
# define SWIGUNUSED
# endif
# endif
# elif defined(__ICC)
# elif defined(__ICC)
# define SWIGUNUSED __attribute__ ((__unused__))
# define SWIGUNUSED __attribute__ ((__unused__))
# else
# else
# define SWIGUNUSED
# define SWIGUNUSED
# endif
# endif
#endif
#endif
#ifndef SWIG_MSC_UNSUPPRESS_4505
#ifndef SWIG_MSC_UNSUPPRESS_4505
# if defined(_MSC_VER)
# if defined(_MSC_VER)
# pragma warning(disable : 4505)
/* unreferenced local function has been removed */
# pragma warning(disable : 4505)
/* unreferenced local function has been removed */
# endif
# endif
#endif
#endif
#ifndef SWIGUNUSEDPARM
#ifndef SWIGUNUSEDPARM
# ifdef __cplusplus
# ifdef __cplusplus
# define SWIGUNUSEDPARM(p)
# define SWIGUNUSEDPARM(p)
# else
# else
# define SWIGUNUSEDPARM(p) p SWIGUNUSED
# define SWIGUNUSEDPARM(p) p SWIGUNUSED
# endif
# endif
#endif
#endif
...
@@ -129,7 +129,7 @@ template <typename T> T SwigValueInit() {
...
@@ -129,7 +129,7 @@ template <typename T> T SwigValueInit() {
# define SWIGSTDCALL __stdcall
# define SWIGSTDCALL __stdcall
# else
# else
# define SWIGSTDCALL
# define SWIGSTDCALL
# endif
# endif
#endif
#endif
/* Deal with Microsoft's attempt at deprecating C standard runtime functions */
/* Deal with Microsoft's attempt at deprecating C standard runtime functions */
...
...
wrappers/java/ru/etersoft/uniset/Params.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/SWIGTYPE_p_p_char.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/SWIGTYPE_p_std__string.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/UException.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/UModbus.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/USysError.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/UTimeOut.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/mUModbus.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
wrappers/java/ru/etersoft/uniset/mUModbusJNI.java
View file @
3726729d
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* This file was automatically generated by SWIG (http://www.swig.org).
* Version
2.0.8
* Version
3.0.2
*
*
* Do not make changes to this file unless you know what you are doing--modify
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* the SWIG interface file instead.
...
...
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