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
c058edb4
Commit
c058edb4
authored
Apr 27, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DataInfo struct defined in both nmps.h and nmps_plc_macro.h
parent
ed0638d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
nmps/lib/nmps/src/nmps.h
nmps/lib/nmps/src/nmps.h
+9
-6
nmps/lib/nmps/src/nmps_plc_macro.h
nmps/lib/nmps/src/nmps_plc_macro.h
+7
-3
No files found.
nmps/lib/nmps/src/nmps.h
View file @
c058edb4
/*
* Proview $Id: nmps.h,v 1.
1 2006-01-12 05:57:4
3 claes Exp $
* Proview $Id: nmps.h,v 1.
2 2006-04-27 13:12:5
3 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -53,6 +53,8 @@
#define NMPS_TRPFUNC_SLOW 16
#define NMPS_TRPFUNC_LEVEL 32
#ifndef nmps_data_info
#define nmps_data_info
/* Data structure for one dataobjekt in a NMpsCell and NMpsSelectCell */
typedef
struct
{
pwr_tFloat32
*
DataP
;
...
...
@@ -64,18 +66,19 @@ typedef struct {
pwr_tBoolean
Data_OldSelect
;
}
plc_t_DataInfo
;
/* Data structure for
the DLpointer and the objid in a
Cell */
/* Data structure for
one dataobjekt in a NMpsMirror
Cell */
typedef
struct
{
pwr_tFloat32
*
DataP
;
pwr_tObjid
Data_ObjId
;
}
plc_t_DataInfoBrief
;
gdh_tDlid
Data_Dlid
;
}
plc_t_DataInfoMirCell
;
#endif
/* Data structure for
one dataobjekt in a NMpsMirror
Cell */
/* Data structure for
the DLpointer and the objid in a
Cell */
typedef
struct
{
pwr_tFloat32
*
DataP
;
pwr_tObjid
Data_ObjId
;
gdh_tDlid
Data_Dlid
;
}
plc_t_DataInfoMirCell
;
}
plc_t_DataInfoBrief
;
/* Data structure for the copyarea in a NMpsMirrorCell */
typedef
struct
{
...
...
nmps/lib/nmps/src/nmps_plc_macro.h
View file @
c058edb4
/*
* Proview $Id: nmps_plc_macro.h,v 1.
2 2006-01-26 08:15:12
claes Exp $
* Proview $Id: nmps_plc_macro.h,v 1.
3 2006-04-27 13:12:53
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -25,6 +25,9 @@
# include <float.h>
#endif
#ifndef nmps_data_info
#define nmps_data_info
typedef
struct
{
char
Key
[
40
];
pwr_tStatus
Status
;
...
...
@@ -32,11 +35,11 @@ typedef struct {
}
nmps_sTrans
;
typedef
struct
{
pwr_t
UIn
t32
*
DataP
;
pwr_t
Floa
t32
*
DataP
;
pwr_tObjid
Data_ObjId
;
pwr_tBoolean
Data_Front
;
pwr_tBoolean
Data_Back
;
pwr_t
RefI
d
Data_Dlid
;
pwr_t
Dli
d
Data_Dlid
;
pwr_tBoolean
Data_Select
;
pwr_tBoolean
Data_OldSelect
;
}
plc_t_DataInfo
;
...
...
@@ -46,6 +49,7 @@ typedef struct {
pwr_tObjid
Data_ObjId
;
pwr_tRefId
Data_Dlid
;
}
plc_t_DataInfoMirCell
;
#endif
/*_*
DataCopy
...
...
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