Commit e2764b98 authored by claes's avatar claes

syi moved from rt to co

parent f29f5492
/*
* Proview $Id: rt_emon.c,v 1.11 2005-11-14 16:35:55 claes Exp $
* Proview $Id: rt_emon.c,v 1.12 2007-05-24 14:50:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -60,7 +60,7 @@
#include "rt_errh.h"
#include "rt_qcom.h"
#include "rt_qcom_msg.h"
#include "rt_syi.h"
#include "co_syi.h"
#include "rt_aproc.h"
#include "rt_pwr_msg.h"
#include "rt_c_node.h"
......
/*
* Proview $Id: ini.c,v 1.30 2007-05-24 11:21:01 claes Exp $
* Proview $Id: ini.c,v 1.31 2007-05-24 14:50:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -45,7 +45,7 @@
#include "rt_ini_msg.h"
#include "rt_lst.h"
#include "rt_errh.h"
#include "rt_syi.h"
#include "co_syi.h"
#if defined OS_VMS
# define cPrio_neth 8
......
/*
* Proview $Id: co_statusmon_nodelistnav_gtk.cpp,v 1.2 2007-05-21 15:29:41 claes Exp $
* Proview $Id: co_statusmon_nodelistnav_gtk.cpp,v 1.3 2007-05-24 14:50:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -31,7 +31,7 @@
#include "co_time.h"
#include "co_wow_gtk.h"
#include "rt_gdh.h"
#include "rt_syi.h"
#include "co_syi.h"
#include "flow.h"
#include "flow_browctx.h"
#include "flow_browapi.h"
......
/*
* Proview $Id: co_rtmon.cpp,v 1.2 2007-05-21 15:29:41 claes Exp $
* Proview $Id: co_rtmon.cpp,v 1.3 2007-05-24 14:50:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -31,7 +31,7 @@
#include "co_lng.h"
#include "co_wow.h"
#include "co_rtmon.h"
#include "rt_syi.h"
#include "co_syi.h"
#include "rt_xnav_msg.h"
RtMon::RtMon( void *nodelist_parent_ctx,
......
/*
* Proview $Id: co_statusmon_nodelist.cpp,v 1.3 2007-05-21 15:29:41 claes Exp $
* Proview $Id: co_statusmon_nodelist.cpp,v 1.4 2007-05-24 14:50:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -27,7 +27,7 @@
#include "co_cdh.h"
#include "co_time.h"
#include "rt_gdh.h"
#include "rt_syi.h"
#include "co_syi.h"
#include "co_lng.h"
#include "co_wow.h"
......
/*
* Proview $Id: co_statusmon_nodelistnav.cpp,v 1.3 2007-05-21 15:29:41 claes Exp $
* Proview $Id: co_statusmon_nodelistnav.cpp,v 1.4 2007-05-24 14:50:13 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -31,7 +31,7 @@
#include "co_wow.h"
#include "co_msgwindow.h"
#include "rt_gdh.h"
#include "rt_syi.h"
#include "co_syi.h"
#include "flow.h"
#include "flow_browctx.h"
......
/*
* Proview $Id: rt_syi.h,v 1.3 2007-01-04 07:52:30 claes Exp $
* Proview $Id: co_syi.h,v 1.1 2007-05-24 14:48:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -17,11 +17,11 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* rt_syi.h -- System information */
/* co_syi.h -- System information */
/* This module gives information about the system. */
#ifndef rt_syi_h
#define rt_syi_h
#ifndef co_syi_h
#define co_syi_h
#if defined __cplusplus
extern "C" {
......
/*
* Proview $Id: rt_syi.c,v 1.2 2005-09-01 14:57:57 claes Exp $
* Proview $Id: co_syi.c,v 1.1 2007-05-24 14:48:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -17,7 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* rt_syi.c -- System information
/* co_syi.c -- System information
This module gives information about the system. */
#include $kerneldef
......@@ -28,8 +28,8 @@
#include stdio
#include string
#include "pwr.h"
#include "rt_syi.h"
#include "rt_syi_msg.h"
#include "co_syi.h"
#include "co_syi_msg.h"
typedef struct {
short len;
......
/*
* Proview $Id: rt_syi.c,v 1.2 2005-09-01 14:57:57 claes Exp $
* Proview $Id: co_syi.c,v 1.1 2007-05-24 14:48:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -17,7 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* rt_syi.c -- System information
/* co_syi.c -- System information
This module gives information about the system. */
......@@ -30,8 +30,8 @@
#include "pwr.h"
#include "co_errno.h"
#include "rt_syi.h"
#include "rt_syi_msg.h"
#include "co_syi.h"
#include "co_syi_msg.h"
char *
......
/*
* Proview $Id: rt_syi.c,v 1.2 2005-09-01 14:57:57 claes Exp $
* Proview $Id: co_syi.c,v 1.1 2007-05-24 14:48:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -17,7 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* rt_syi.c -- System information
/* co_syi.c -- System information
This module gives information about the system. */
#include <stdio.h>
......@@ -29,8 +29,8 @@
#include "pwr.h"
#include "co_errno.h"
#include "rt_syi.h"
#include "rt_syi_msg.h"
#include "co_syi.h"
#include "co_syi_msg.h"
char *
......
/*
* Proview $Id: rt_syi.c,v 1.2 2005-09-01 14:57:57 claes Exp $
* Proview $Id: co_syi.c,v 1.1 2007-05-24 14:48:38 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -17,7 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* rt_syi.c -- System information
/* co_syi.c -- System information
This module gives information about the system. */
#include <stdio.h>
......@@ -31,9 +31,8 @@
#include "pwr.h"
#include "pwr_vms.h"
#include "rt_errh.h"
#include "rt_syi.h"
#include "rt_syi_msg.h"
#include "co_syi.h"
#include "co_syi_msg.h"
char *
......
!
! Proview $Id: rt_syi_msg.msg,v 1.2 2005-09-01 14:58:00 claes Exp $
! Proview $Id: co_syi_msg.msg,v 1.1 2007-05-24 14:49:24 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
......
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