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
e2764b98
Commit
e2764b98
authored
May 24, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syi moved from rt to co
parent
f29f5492
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
33 additions
and
34 deletions
+33
-34
src/exe/rt_emon/src/rt_emon.c
src/exe/rt_emon/src/rt_emon.c
+2
-2
src/exe/rt_ini/src/ini.c
src/exe/rt_ini/src/ini.c
+2
-2
src/lib/co/gtk/co_statusmon_nodelistnav_gtk.cpp
src/lib/co/gtk/co_statusmon_nodelistnav_gtk.cpp
+2
-2
src/lib/co/src/co_rtmon.cpp
src/lib/co/src/co_rtmon.cpp
+2
-2
src/lib/co/src/co_statusmon_nodelist.cpp
src/lib/co/src/co_statusmon_nodelist.cpp
+2
-2
src/lib/co/src/co_statusmon_nodelistnav.cpp
src/lib/co/src/co_statusmon_nodelistnav.cpp
+2
-2
src/lib/co/src/co_syi.h
src/lib/co/src/co_syi.h
+4
-4
src/lib/co/src/os_eln/co_syi.c
src/lib/co/src/os_eln/co_syi.c
+4
-4
src/lib/co/src/os_linux/co_syi.c
src/lib/co/src/os_linux/co_syi.c
+4
-4
src/lib/co/src/os_lynx/co_syi.c
src/lib/co/src/os_lynx/co_syi.c
+4
-4
src/lib/co/src/os_vms/co_syi.c
src/lib/co/src/os_vms/co_syi.c
+4
-5
src/msg/co/src/co_syi_msg.msg
src/msg/co/src/co_syi_msg.msg
+1
-1
No files found.
src/exe/rt_emon/src/rt_emon.c
View file @
e2764b98
/*
* Proview $Id: rt_emon.c,v 1.1
1 2005-11-14 16:35:55
claes Exp $
* Proview $Id: rt_emon.c,v 1.1
2 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"
...
...
src/exe/rt_ini/src/ini.c
View file @
e2764b98
/*
* Proview $Id: ini.c,v 1.3
0 2007-05-24 11:21:01
claes Exp $
* Proview $Id: ini.c,v 1.3
1 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
...
...
src/lib/co/gtk/co_statusmon_nodelistnav_gtk.cpp
View file @
e2764b98
/*
* 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"
...
...
src/lib/co/src/co_rtmon.cpp
View file @
e2764b98
/*
* 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
,
...
...
src/lib/co/src/co_statusmon_nodelist.cpp
View file @
e2764b98
/*
* 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"
...
...
src/lib/co/src/co_statusmon_nodelistnav.cpp
View file @
e2764b98
/*
* 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"
...
...
src/lib/
rt/src/rt
_syi.h
→
src/lib/
co/src/co
_syi.h
View file @
e2764b98
/*
* 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"
{
...
...
src/lib/
rt/src/os_eln/rt
_syi.c
→
src/lib/
co/src/os_eln/co
_syi.c
View file @
e2764b98
/*
* 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
;
...
...
src/lib/
rt/src/os_linux/rt
_syi.c
→
src/lib/
co/src/os_linux/co
_syi.c
View file @
e2764b98
/*
* 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
*
...
...
src/lib/
rt/src/os_lynx/rt
_syi.c
→
src/lib/
co/src/os_lynx/co
_syi.c
View file @
e2764b98
/*
* 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
*
...
...
src/lib/
rt/src/os_vms/rt
_syi.c
→
src/lib/
co/src/os_vms/co
_syi.c
View file @
e2764b98
/*
* 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
*
...
...
src/msg/
rt/src/rt
_syi_msg.msg
→
src/msg/
co/src/co
_syi_msg.msg
View file @
e2764b98
!
! 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
...
...
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