Commit 40de0a28 authored by claes's avatar claes

Common structfile for classes only

parent 62e5135a
/*
* 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 "pwrs_c_node.h"
#include "pwr_systemclasses.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "rt_errh.h"
......
/*
* 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 "pwrs_c_node.h"
#include "pwr_systemclasses.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "rt_errh.h"
......
/*
* 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 "pwrs_c_node.h"
#include "pwr_systemclasses.h"
#include "co_cdh.h"
#include "rt_gdh.h"
#include "rt_errh.h"
......
/*
* 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 "pwrs_c_node.h"
#include "pwr_systemclasses.h"
#include "rt_gdh.h"
#include "co_cdh.h"
#include "pwr_baseclasses.h"
......
/*
* 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 "pwrb_c_plcprocess.h"
#include "pwr_baseclasses.h"
#include "co_tree.h"
#include "co_dbs.h"
#include "rt_ivol.h"
......
/*
* 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 "pwrb_c_nodelinksup.h"
#include "pwr_baseclasses.h"
#include "co_cdh.h"
#include "co_time.h"
#include "rt_errh.h"
......
/*
* 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 "pwrs_c_node.h"
#include "pwr_systemclasses.h"
static pwr_sNode *np = 0;
......
/*
* 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;
......
/*
* 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)
......
/*
* 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)
......
/*
* 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______________________________________________________*/
......
/*
* 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"
......
/*
* 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 "pwrb_c_ao.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
......
/*
* 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 "pwrb_c_co.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
......
/*
* 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 "pwrb_c_do.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
......
/*
* 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 "pwrb_c_dsfast.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
......
/*
* 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 "pwrb_c_dshist.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
......
/*
* 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 "pwrb_c_dstrend.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
......
/*
* 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 "pwrb_c_ii.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
......
/*
* 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 "pwrb_c_io.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
......
/*
* 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 "pwrb_c_po.h"
#include "pwr_baseclasses.h"
#include "wb_ldh.h"
#include "wb_wsx.h"
......
/*
* Proview $Id: xtt_xnav_tables.cpp,v 1.10 2005-10-21 16:11:22 claes Exp $
* Proview $Id: xtt_xnav_tables.cpp,v 1.11 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_ssabclasses.h"
#include "pwr_remoteclasses.h"
#include "rt_xnav_msg.h"
}
......
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