Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
7ca724f8
Commit
7ca724f8
authored
Oct 18, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Profinet, some files renamed
parent
ebcccb75
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
22 additions
and
22 deletions
+22
-22
build-howto.info
build-howto.info
+2
-2
profibus/exe/profinet_viewer/src/pn_viewer_pnac.cpp
profibus/exe/profinet_viewer/src/pn_viewer_pnac.cpp
+2
-2
profibus/lib/cow/src/cow_pn_gsdml_attr.h
profibus/lib/cow/src/cow_pn_gsdml_attr.h
+1
-1
profibus/lib/cow/src/cow_pn_gsdml_attrnav.h
profibus/lib/cow/src/cow_pn_gsdml_attrnav.h
+2
-2
profibus/lib/rt/src/rt_io_m_pncontrollersoftingpnak.cpp
profibus/lib/rt/src/rt_io_m_pncontrollersoftingpnak.cpp
+2
-2
profibus/lib/rt/src/rt_io_m_pndevice.cpp
profibus/lib/rt/src/rt_io_m_pndevice.cpp
+2
-2
profibus/lib/rt/src/rt_io_m_pnmodule.cpp
profibus/lib/rt/src/rt_io_m_pnmodule.cpp
+2
-2
profibus/lib/rt/src/rt_io_pn_locals.h
profibus/lib/rt/src/rt_io_pn_locals.h
+2
-2
profibus/lib/rt/src/rt_pn_gsdml_data.cpp
profibus/lib/rt/src/rt_pn_gsdml_data.cpp
+1
-1
profibus/lib/rt/src/rt_pn_gsdml_data.h
profibus/lib/rt/src/rt_pn_gsdml_data.h
+2
-2
profibus/lib/rt/src/rt_pn_iface.cpp
profibus/lib/rt/src/rt_pn_iface.cpp
+2
-2
profibus/lib/rt/src/rt_pn_iface.h
profibus/lib/rt/src/rt_pn_iface.h
+1
-1
profibus/lib/rt/src/rt_pnak.h
profibus/lib/rt/src/rt_pnak.h
+0
-0
profibus/lib/rt/src/rt_profinet.h
profibus/lib/rt/src/rt_profinet.h
+0
-0
src/lib/rt/src/rt_io_supervise.h
src/lib/rt/src/rt_io_supervise.h
+1
-1
No files found.
build-howto.info
View file @
7ca724f8
...
...
@@ -14,7 +14,7 @@ libdb4.6-dev (Any Berkeley DB version > 4.3, on Fedora db4-devel)
libdb4.6++-dev
libasound2-dev (on Fedora alsa-lib-devel)
doxygen
libmysql++dev (optional)
libmysql++
-
dev (optional)
antlr (version 2.7.7)
jdk
...
...
@@ -52,7 +52,7 @@ antlr: Download and build source package antlr-2.7.7 from www.antlr.org
Hints:
- You may have to rename /usr/bin/jikes and /usr/bin/java
temporary during configure.
- Include <strings.h>
in lib/cpp/antrl
/CharScanner.hpp
- Include <strings.h>
and <stdio.h> in lib/cpp/antlr
/CharScanner.hpp
There has to be a valid display when building proview.
...
...
profibus/exe/profinet_viewer/src/pn_viewer_pnac.cpp
View file @
7ca724f8
...
...
@@ -23,8 +23,8 @@
#include "co_error.h"
#include "pn_viewer_pnac.h"
#include "profinet.h"
#include "pnak.h"
#include "
rt_
profinet.h"
#include "
rt_
pnak.h"
#include "sys/socket.h"
#include "sys/ioctl.h"
#include "net/if.h"
...
...
profibus/lib/cow/src/cow_pn_gsdml_attr.h
View file @
7ca724f8
...
...
@@ -23,7 +23,7 @@
/* cow_pn_gsdml_attr.h -- Profinet gsdml attribute editor */
#include "cow_pn_gsdml.h"
#include "
cow
_pn_gsdml_data.h"
#include "
rt
_pn_gsdml_data.h"
typedef
struct
{
void
*
value
;
...
...
profibus/lib/cow/src/cow_pn_gsdml_attrnav.h
View file @
7ca724f8
...
...
@@ -54,8 +54,8 @@ extern "C" {
#include "cow_pn_gsdml_attr.h"
#endif
#ifndef
cow
_pn_gsdml_data_h
#include "
cow
_pn_gsdml_data.h"
#ifndef
rt
_pn_gsdml_data_h
#include "
rt
_pn_gsdml_data.h"
#endif
typedef
enum
{
...
...
profibus/lib/rt/src/rt_io_m_pncontrollersoftingpnak.cpp
View file @
7ca724f8
...
...
@@ -40,8 +40,8 @@
#include "rt_io_agent_init.h"
#include "rt_pb_msg.h"
#include "profinet.h"
#include "pnak.h"
#include "
rt_
profinet.h"
#include "
rt_
pnak.h"
#include "co_dcli.h"
#include "rt_pn_gsdml_data.h"
#include "rt_io_pn_locals.h"
...
...
profibus/lib/rt/src/rt_io_m_pndevice.cpp
View file @
7ca724f8
...
...
@@ -36,8 +36,8 @@
#include "rt_errh.h"
#include "rt_pb_msg.h"
#include "profinet.h"
#include "pnak.h"
#include "
rt_
profinet.h"
#include "
rt_
pnak.h"
#include "co_dcli.h"
#include "rt_pn_gsdml_data.h"
#include "rt_io_pn_locals.h"
...
...
profibus/lib/rt/src/rt_io_m_pnmodule.cpp
View file @
7ca724f8
...
...
@@ -36,8 +36,8 @@
#include "rt_errh.h"
#include "rt_pb_msg.h"
#include "profinet.h"
#include "pnak.h"
#include "
rt_
profinet.h"
#include "
rt_
pnak.h"
#include "co_dcli.h"
#include "rt_pn_gsdml_data.h"
#include "rt_io_pn_locals.h"
...
...
profibus/lib/rt/src/rt_io_pn_locals.h
View file @
7ca724f8
...
...
@@ -20,8 +20,8 @@
#ifndef rt_io_pn_locals_h
#define rt_io_pn_locals_h
#include "profinet.h"
#include "pnak.h"
#include "
rt_
profinet.h"
#include "
rt_
pnak.h"
/* rt_io_pn_locals.h -- Profinet io handling locals. */
...
...
profibus/lib/
cow/src/cow
_pn_gsdml_data.cpp
→
profibus/lib/
rt/src/rt
_pn_gsdml_data.cpp
View file @
7ca724f8
...
...
@@ -30,7 +30,7 @@
#include "co_dcli.h"
#include "co_xml_parser.h"
#include "rt_pb_msg.h"
#include "
cow
_pn_gsdml_data.h"
#include "
rt
_pn_gsdml_data.h"
typedef
enum
{
gsdmldata_eTag_
,
...
...
profibus/lib/
cow/src/cow
_pn_gsdml_data.h
→
profibus/lib/
rt/src/rt
_pn_gsdml_data.h
View file @
7ca724f8
...
...
@@ -17,8 +17,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
#ifndef
cow
_pn_gsdml_data_h
#define
cow
_pn_gsdml_data_h
#ifndef
rt
_pn_gsdml_data_h
#define
rt
_pn_gsdml_data_h
/* cow_pn_gsdml_data.h -- Profinet configurator data file. */
...
...
profibus/lib/rt/src/rt_pn_iface.cpp
View file @
7ca724f8
...
...
@@ -36,8 +36,8 @@
#include "rt_errh.h"
#include "rt_pb_msg.h"
#include "profinet.h"
#include "pnak.h"
#include "
rt_
profinet.h"
#include "
rt_
pnak.h"
#include "co_dcli.h"
#include "rt_pn_gsdml_data.h"
#include "rt_io_base.h"
...
...
profibus/lib/rt/src/rt_pn_iface.h
View file @
7ca724f8
...
...
@@ -32,7 +32,7 @@
#endif
#ifndef rt_io_pn_locals_h
# include "rt_io_pn_locals
_h
.h"
# include "rt_io_pn_locals.h"
#endif
...
...
profibus/lib/rt/src/pnak.h
→
profibus/lib/rt/src/
rt_
pnak.h
View file @
7ca724f8
File moved
profibus/lib/rt/src/profinet.h
→
profibus/lib/rt/src/
rt_
profinet.h
View file @
7ca724f8
File moved
src/lib/rt/src/rt_io_supervise.h
View file @
7ca724f8
...
...
@@ -30,7 +30,7 @@
#include "pwr_class.h"
#endif
#ifndef
PWR_BASECLASSES_H
#ifndef
pwr_baseclasses_h
#include "pwr_baseclasses.h"
#endif
...
...
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