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
1c5f1d36
Commit
1c5f1d36
authored
Jul 05, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Name type change from String80 to OName
parent
52cdbc52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/lib/rt/src/rt_io_base.h
src/lib/rt/src/rt_io_base.h
+4
-4
No files found.
src/lib/rt/src/rt_io_base.h
View file @
1c5f1d36
/*
* Proview $Id: rt_io_base.h,v 1.
9 2007-05-18 12:05:12
claes Exp $
* Proview $Id: rt_io_base.h,v 1.
10 2007-07-05 07:28:00
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -101,7 +101,7 @@ typedef struct {
typedef
struct
s_Card
{
pwr_tClassId
Class
;
/* Class of card object */
pwr_tObjid
Objid
;
/* Objid of card object */
pwr_t
String80
Name
;
/* Full name of card object */
pwr_t
OName
Name
;
/* Full name of card object */
io_mAction
Action
;
/* Type of method defined (Read/Write)*/
io_mProcess
Process
;
/* Process number */
pwr_tStatus
(
*
Init
)
();
/* Init method */
...
...
@@ -125,7 +125,7 @@ typedef struct s_Card {
typedef
struct
s_Rack
{
pwr_tClassId
Class
;
/* Class of rack object */
pwr_tObjid
Objid
;
/* Objid of rack object */
pwr_t
String80
Name
;
/* Full name of rack object */
pwr_t
OName
Name
;
/* Full name of rack object */
io_mAction
Action
;
/* Type of method defined (Read/Write)*/
io_mProcess
Process
;
/* Process number */
pwr_tStatus
(
*
Init
)
();
/* Init method */
...
...
@@ -148,7 +148,7 @@ typedef struct s_Rack {
typedef
struct
s_Agent
{
pwr_tClassId
Class
;
/* Class of agent object */
pwr_tObjid
Objid
;
/* Objid of agent object */
pwr_t
String80
Name
;
/* Full name of agent object */
pwr_t
OName
Name
;
/* Full name of agent object */
io_mAction
Action
;
/* Type of method defined (Read/Write)*/
io_mProcess
Process
;
/* Process number */
pwr_tStatus
(
*
Init
)
();
/* Init method */
...
...
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