Commit 2ea18ecb authored by claes's avatar claes

Not used conversion function removed

parent 7eca0de9
/* /*
* Proview $Id: remote_ndc.c,v 1.1 2006-09-14 14:17:44 claes Exp $ * Proview $Id: remote_ndc.c,v 1.2 2006-09-15 10:04:54 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -243,6 +243,7 @@ float AXP_Float32(int *axp) ...@@ -243,6 +243,7 @@ float AXP_Float32(int *axp)
/* . */ /* . */
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_aref ( decode_aref (
int count, int count,
...@@ -282,9 +283,9 @@ decode_aref ( ...@@ -282,9 +283,9 @@ decode_aref (
return TRUE; return TRUE;
} }
#endif
/* . */
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_bool ( decode_bool (
int count, int count,
...@@ -304,9 +305,7 @@ decode_bool ( ...@@ -304,9 +305,7 @@ decode_bool (
return TRUE; return TRUE;
} }
#endif
/* . */
static pwr_tBoolean static pwr_tBoolean
decode_copy ( decode_copy (
...@@ -364,6 +363,7 @@ encode_vms_sfloat ( ...@@ -364,6 +363,7 @@ encode_vms_sfloat (
return TRUE; return TRUE;
} }
#if 0
static pwr_tBoolean static pwr_tBoolean
encode_intel_sfloat ( encode_intel_sfloat (
int count, int count,
...@@ -383,6 +383,7 @@ encode_intel_sfloat ( ...@@ -383,6 +383,7 @@ encode_intel_sfloat (
return TRUE; return TRUE;
} }
#endif
static pwr_tBoolean static pwr_tBoolean
decode_vms_sfloat ( decode_vms_sfloat (
...@@ -407,6 +408,7 @@ decode_vms_sfloat ( ...@@ -407,6 +408,7 @@ decode_vms_sfloat (
return TRUE; return TRUE;
} }
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_intel_sfloat( decode_intel_sfloat(
int count, int count,
...@@ -425,7 +427,9 @@ decode_intel_sfloat( ...@@ -425,7 +427,9 @@ decode_intel_sfloat(
return TRUE; return TRUE;
} }
#endif
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_int ( decode_int (
int count, int count,
...@@ -445,7 +449,9 @@ decode_int ( ...@@ -445,7 +449,9 @@ decode_int (
return TRUE; return TRUE;
} }
#endif
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_2_int ( decode_2_int (
int count, int count,
...@@ -465,12 +471,14 @@ decode_2_int ( ...@@ -465,12 +471,14 @@ decode_2_int (
return TRUE; return TRUE;
} }
#endif
/* Convert a short integer. /* Convert a short integer.
NOTA BENE A short occupies 4 bytes in the Proview rtdb NOTA BENE A short occupies 4 bytes in the Proview rtdb
and thus this routine is not currently used. */ and thus this routine is not currently used. */
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_short ( decode_short (
int count, int count,
...@@ -490,12 +498,14 @@ decode_short ( ...@@ -490,12 +498,14 @@ decode_short (
return TRUE; return TRUE;
} }
#endif
/* Convert a tiny integer (8 bits). /* Convert a tiny integer (8 bits).
NOTA BENE A tiny occupies 4 bytes in the Proview rtdb NOTA BENE A tiny occupies 4 bytes in the Proview rtdb
and thus this routine is not currently used. */ and thus this routine is not currently used. */
#if 0
static pwr_tBoolean static pwr_tBoolean
decode_tiny ( decode_tiny (
int count, int count,
...@@ -513,6 +523,7 @@ decode_tiny ( ...@@ -513,6 +523,7 @@ decode_tiny (
return TRUE; return TRUE;
} }
#endif
#if 0 #if 0
static pwr_tBoolean (*decode[pwr_eTix_])() = { static pwr_tBoolean (*decode[pwr_eTix_])() = {
......
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