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
2ea18ecb
Commit
2ea18ecb
authored
Sep 15, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not used conversion function removed
parent
7eca0de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
remote/lib/remote/src/remote_ndc.c
remote/lib/remote/src/remote_ndc.c
+17
-6
No files found.
remote/lib/remote/src/remote_ndc.c
View file @
2ea18ecb
/*
* Proview $Id: remote_ndc.c,v 1.
1 2006-09-14 14:17:4
4 claes Exp $
* Proview $Id: remote_ndc.c,v 1.
2 2006-09-15 10:04:5
4 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -243,6 +243,7 @@ float AXP_Float32(int *axp)
/* . */
#if 0
static pwr_tBoolean
decode_aref (
int count,
...
...
@@ -282,9 +283,9 @@ decode_aref (
return TRUE;
}
/* . */
#endif
#if 0
static pwr_tBoolean
decode_bool (
int count,
...
...
@@ -304,9 +305,7 @@ decode_bool (
return TRUE;
}
/* . */
#endif
static
pwr_tBoolean
decode_copy
(
...
...
@@ -364,6 +363,7 @@ encode_vms_sfloat (
return
TRUE
;
}
#if 0
static pwr_tBoolean
encode_intel_sfloat (
int count,
...
...
@@ -383,6 +383,7 @@ encode_intel_sfloat (
return TRUE;
}
#endif
static
pwr_tBoolean
decode_vms_sfloat
(
...
...
@@ -407,6 +408,7 @@ decode_vms_sfloat (
return
TRUE
;
}
#if 0
static pwr_tBoolean
decode_intel_sfloat(
int count,
...
...
@@ -425,7 +427,9 @@ decode_intel_sfloat(
return TRUE;
}
#endif
#if 0
static pwr_tBoolean
decode_int (
int count,
...
...
@@ -445,7 +449,9 @@ decode_int (
return TRUE;
}
#endif
#if 0
static pwr_tBoolean
decode_2_int (
int count,
...
...
@@ -465,12 +471,14 @@ decode_2_int (
return TRUE;
}
#endif
/* Convert a short integer.
NOTA BENE A short occupies 4 bytes in the Proview rtdb
and thus this routine is not currently used. */
#if 0
static pwr_tBoolean
decode_short (
int count,
...
...
@@ -490,12 +498,14 @@ decode_short (
return TRUE;
}
#endif
/* Convert a tiny integer (8 bits).
NOTA BENE A tiny occupies 4 bytes in the Proview rtdb
and thus this routine is not currently used. */
#if 0
static pwr_tBoolean
decode_tiny (
int count,
...
...
@@ -513,6 +523,7 @@ decode_tiny (
return TRUE;
}
#endif
#if 0
static pwr_tBoolean (*decode[pwr_eTix_])() = {
...
...
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