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
40de0a28
Commit
40de0a28
authored
Jan 13, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Common structfile for classes only
parent
62e5135a
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
47 additions
and
53 deletions
+47
-53
remote/exe/rs_remote_tcpip/src/rs_remote_tcpip.c
remote/exe/rs_remote_tcpip/src/rs_remote_tcpip.c
+2
-2
remote/exe/rs_remote_udpip/src/rs_remote_udpip.c
remote/exe/rs_remote_udpip/src/rs_remote_udpip.c
+2
-2
remote/exe/rs_remotehandler/src/rs_remotehandler.c
remote/exe/rs_remotehandler/src/rs_remotehandler.c
+2
-2
remote/lib/remote/src/remote_remio_utils.c
remote/lib/remote/src/remote_remio_utils.c
+2
-2
src/exe/rt_ini/src/ini.h
src/exe/rt_ini/src/ini.h
+2
-2
src/exe/rt_linksup/src/rt_linksup.c
src/exe/rt_linksup/src/rt_linksup.c
+2
-2
src/lib/rt/src/rt_c_node.c
src/lib/rt/src/rt_c_node.c
+2
-2
src/lib/rt/src/rt_plc.h
src/lib/rt/src/rt_plc.h
+5
-12
ssabox/lib/ssabox/src/ssabox_plc_pidx.c
ssabox/lib/ssabox/src/ssabox_plc_pidx.c
+3
-1
ssabox/lib/ssabox/src/ssabox_ssabutil.c
ssabox/lib/ssabox/src/ssabox_ssabutil.c
+2
-2
ssabox/lib/ssabox/src/ssabox_ssabutil_matrix.c
ssabox/lib/ssabox/src/ssabox_ssabutil_matrix.c
+2
-2
ssabox/lib/wb/src/wb_c_ao_ao8up.c
ssabox/lib/wb/src/wb_c_ao_ao8up.c
+1
-2
wb/lib/wb/src/wb_c_ao.c
wb/lib/wb/src/wb_c_ao.c
+2
-2
wb/lib/wb/src/wb_c_co.c
wb/lib/wb/src/wb_c_co.c
+2
-2
wb/lib/wb/src/wb_c_do.c
wb/lib/wb/src/wb_c_do.c
+2
-2
wb/lib/wb/src/wb_c_dsfast.c
wb/lib/wb/src/wb_c_dsfast.c
+2
-2
wb/lib/wb/src/wb_c_dshist.c
wb/lib/wb/src/wb_c_dshist.c
+2
-2
wb/lib/wb/src/wb_c_dstrend.c
wb/lib/wb/src/wb_c_dstrend.c
+2
-2
wb/lib/wb/src/wb_c_ii.c
wb/lib/wb/src/wb_c_ii.c
+2
-2
wb/lib/wb/src/wb_c_io.c
wb/lib/wb/src/wb_c_io.c
+2
-2
wb/lib/wb/src/wb_c_po.c
wb/lib/wb/src/wb_c_po.c
+2
-2
xtt/lib/xtt/src/xtt_xnav_tables.cpp
xtt/lib/xtt/src/xtt_xnav_tables.cpp
+2
-2
No files found.
remote/exe/rs_remote_tcpip/src/rs_remote_tcpip.c
View file @
40de0a28
/*
* Proview $Id: rs_remote_tcpip.c,v 1.
1 2006-01-12 06:39:33
claes Exp $
* Proview $Id: rs_remote_tcpip.c,v 1.
2 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -47,7 +47,7 @@
#include <sys/socket.h>
#include "pwr_class.h"
#include "pwr
s_c_node
.h"
#include "pwr
_systemclasses
.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "rt_errh.h"
...
...
remote/exe/rs_remote_udpip/src/rs_remote_udpip.c
View file @
40de0a28
/*
* Proview $Id: rs_remote_udpip.c,v 1.
1 2006-01-12 06:39:33
claes Exp $
* Proview $Id: rs_remote_udpip.c,v 1.
2 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -52,7 +52,7 @@
#include <netdb.h>
#include "pwr_class.h"
#include "pwr
s_c_node
.h"
#include "pwr
_systemclasses
.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "rt_errh.h"
...
...
remote/exe/rs_remotehandler/src/rs_remotehandler.c
View file @
40de0a28
/*
* Proview $Id: rs_remotehandler.c,v 1.
1 2006-01-12 06:39:33
claes Exp $
* Proview $Id: rs_remotehandler.c,v 1.
2 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -62,7 +62,7 @@
#include "pwr.h"
#include "pwr_class.h"
#include "pwr
s_c_node
.h"
#include "pwr
_systemclasses
.h"
#include "co_cdh.h"
#include "rt_gdh.h"
#include "rt_errh.h"
...
...
remote/lib/remote/src/remote_remio_utils.c
View file @
40de0a28
/*
* Proview $Id: remote_remio_utils.c,v 1.
1 2006-01-12 06:39:33
claes Exp $
* Proview $Id: remote_remio_utils.c,v 1.
2 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -36,7 +36,7 @@
#include <math.h>
#include "pwr_class.h"
#include "pwr
s_c_node
.h"
#include "pwr
_systemclasses
.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "pwr_baseclasses.h"
...
...
src/exe/rt_ini/src/ini.h
View file @
40de0a28
/*
* Proview $Id: ini.h,v 1.
5 2005-09-01 14:57:48
claes Exp $
* Proview $Id: ini.h,v 1.
6 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -22,7 +22,7 @@
#include "pwr.h"
#include "pwr_class.h"
#include "pwr
b_c_plcproces
s.h"
#include "pwr
_baseclasse
s.h"
#include "co_tree.h"
#include "co_dbs.h"
#include "rt_ivol.h"
...
...
src/exe/rt_linksup/src/rt_linksup.c
View file @
40de0a28
/*
* Proview $Id: rt_linksup.c,v 1.
4 2005-09-01 14:57:48
claes Exp $
* Proview $Id: rt_linksup.c,v 1.
5 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -28,7 +28,7 @@
#include "pwr.h"
#include "pwr_class.h"
#include "pwr_lst.h"
#include "pwr
b_c_nodelinksup
.h"
#include "pwr
_baseclasses
.h"
#include "co_cdh.h"
#include "co_time.h"
#include "rt_errh.h"
...
...
src/lib/rt/src/rt_c_node.c
View file @
40de0a28
/*
* Proview $Id: rt_c_node.c,v 1.
6 2005-09-01 14:57:55
claes Exp $
* Proview $Id: rt_c_node.c,v 1.
7 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -28,7 +28,7 @@
#include "rt_errh.h"
#include "rt_gdh.h"
#include "rt_pwr_msg.h"
#include "pwr
s_c_node
.h"
#include "pwr
_systemclasses
.h"
static
pwr_sNode
*
np
=
0
;
...
...
src/lib/rt/src/rt_plc.h
View file @
40de0a28
/*
* Proview $Id: rt_plc.h,v 1.
7 2005-10-25 15:28:10
claes Exp $
* Proview $Id: rt_plc.h,v 1.
8 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -32,6 +32,10 @@
# include "pwr.h"
#endif
#ifndef pwr_systemclasses_h
# include "pwr_systemclasses.h"
#endif
#ifndef pwr_baseclasses_h
# include "pwr_baseclasses.h"
#endif
...
...
@@ -52,17 +56,6 @@
# include "rt_qcom.h"
#endif
#ifndef pwr_cClass_PlcThread
# include "pwrb_c_plcthread.h"
#endif
#ifndef pwr_cClass_Node
# include "pwrs_c_node.h"
#endif
#ifndef pwr_cClass_IOHandler
# include "pwrb_c_iohandler.h"
#endif
typedef
struct
plc_sProcess
plc_sProcess
;
typedef
struct
plc_sThread
plc_sThread
;
...
...
ssabox/lib/ssabox/src/ssabox_plc_pidx.c
View file @
40de0a28
/*
* Proview $Id: ssabox_plc_pidx.c,v 1.
1 2006-01-12 05:54
:27 claes Exp $
* Proview $Id: ssabox_plc_pidx.c,v 1.
2 2006-01-13 06:38
:27 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -20,6 +20,8 @@
/* PLC-code for PidX */
#include "pwr.h"
#include "pwr_baseclasses.h"
#include "pwr_basecomponentclasses.h"
#include "pwr_ssaboxclasses.h"
#include "rt_plc.h"
#define ODD(a) (((int)(a) & 1) != 0)
...
...
ssabox/lib/ssabox/src/ssabox_ssabutil.c
View file @
40de0a28
/*
* Proview $Id: ssabox_ssabutil.c,v 1.
1 2006-01-12 05:54
:27 claes Exp $
* Proview $Id: ssabox_ssabutil.c,v 1.
2 2006-01-13 06:38
:27 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -41,7 +41,7 @@
#include "pwr.h"
#include "rt_gdh.h"
#include "
rs
_ssabutil.h"
#include "
ssabox
_ssabutil.h"
/* Nice functions */
#define ODD(a) (((int)(a) & 1) != 0)
...
...
ssabox/lib/ssabox/src/ssabox_ssabutil_matrix.c
View file @
40de0a28
/*
* Proview $Id: ssabox_ssabutil_matrix.c,v 1.
1 2006-01-12 05:54
:27 claes Exp $
* Proview $Id: ssabox_ssabutil_matrix.c,v 1.
2 2006-01-13 06:38
:27 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -40,7 +40,7 @@
#endif
#include "pwr.h"
#include "
rs
_ssabutil.h"
#include "
ssabox
_ssabutil.h"
#include "rs_sutl_msg.h"
/*_Globala variabler______________________________________________________*/
...
...
ssabox/lib/wb/src/wb_c_ao_ao8up.c
View file @
40de0a28
/*
* Proview $Id: wb_c_ao_ao8up.c,v 1.
1 2005-12-30 15:52:05
claes Exp $
* Proview $Id: wb_c_ao_ao8up.c,v 1.
2 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -27,7 +27,6 @@
#include "pwr_baseclasses.h"
#include "pwr_basecomponentclasses.h"
#include "pwr_ssaboxclasses.h"
#include "pwrb_c_chanao.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
#include "wb_nav_macros.h"
...
...
wb/lib/wb/src/wb_c_ao.c
View file @
40de0a28
/*
* Proview $Id: wb_c_ao.c,v 1.
3 2005-09-06 10:43:30
claes Exp $
* Proview $Id: wb_c_ao.c,v 1.
4 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,7 +24,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_ao
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
...
...
wb/lib/wb/src/wb_c_co.c
View file @
40de0a28
/*
* Proview $Id: wb_c_co.c,v 1.
3 2005-09-06 10:43:30
claes Exp $
* Proview $Id: wb_c_co.c,v 1.
4 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,7 +24,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_co
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
...
...
wb/lib/wb/src/wb_c_do.c
View file @
40de0a28
/*
* Proview $Id: wb_c_do.c,v 1.
3 2005-09-06 10:43:30
claes Exp $
* Proview $Id: wb_c_do.c,v 1.
4 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,7 +24,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_do
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
...
...
wb/lib/wb/src/wb_c_dsfast.c
View file @
40de0a28
/*
* Proview $Id: wb_c_dsfast.c,v 1.
4 2005-10-25 15:28:11
claes Exp $
* Proview $Id: wb_c_dsfast.c,v 1.
5 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -23,7 +23,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_dsfast
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
...
...
wb/lib/wb/src/wb_c_dshist.c
View file @
40de0a28
/*
* Proview $Id: wb_c_dshist.c,v 1.
4 2005-10-25 15:28:11
claes Exp $
* Proview $Id: wb_c_dshist.c,v 1.
5 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -23,7 +23,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_dshist
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
...
...
wb/lib/wb/src/wb_c_dstrend.c
View file @
40de0a28
/*
* Proview $Id: wb_c_dstrend.c,v 1.
4 2005-10-25 15:28:11
claes Exp $
* Proview $Id: wb_c_dstrend.c,v 1.
5 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -23,7 +23,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_dstrend
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
...
...
wb/lib/wb/src/wb_c_ii.c
View file @
40de0a28
/*
* Proview $Id: wb_c_ii.c,v 1.
3 2005-09-06 10:43:30
claes Exp $
* Proview $Id: wb_c_ii.c,v 1.
4 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,7 +24,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_ii
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
...
...
wb/lib/wb/src/wb_c_io.c
View file @
40de0a28
/*
* Proview $Id: wb_c_io.c,v 1.
3 2005-09-06 10:43:30
claes Exp $
* Proview $Id: wb_c_io.c,v 1.
4 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,7 +24,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_io
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
...
...
wb/lib/wb/src/wb_c_po.c
View file @
40de0a28
/*
* Proview $Id: wb_c_po.c,v 1.
3 2005-09-06 10:43:31
claes Exp $
* Proview $Id: wb_c_po.c,v 1.
4 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,7 +24,7 @@
#include "wb_pwrs.h"
#include "wb_ldh_msg.h"
#include "wb_pwrb_msg.h"
#include "pwr
b_c_po
.h"
#include "pwr
_baseclasses
.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
...
...
xtt/lib/xtt/src/xtt_xnav_tables.cpp
View file @
40de0a28
/*
* Proview $Id: xtt_xnav_tables.cpp,v 1.1
0 2005-10-21 16:11:22
claes Exp $
* Proview $Id: xtt_xnav_tables.cpp,v 1.1
1 2006-01-13 06:38:27
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -29,7 +29,7 @@ extern "C" {
#include "co_cdh.h"
#include "co_time.h"
#include "pwr_baseclasses.h"
#include "pwr_
ssab
classes.h"
#include "pwr_
remote
classes.h"
#include "rt_xnav_msg.h"
}
...
...
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