]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Changed names: Removed 'hw'.
authorhades <hades>
Fri, 19 May 2000 06:29:14 +0000 (06:29 +0000)
committerhades <hades>
Fri, 19 May 2000 06:29:14 +0000 (06:29 +0000)
hadaq/tape.c [moved from hadaq/hwtape.c with 98% similarity]
hadaq/tape.h [moved from hadaq/hwtape.h with 100% similarity]
hadaq/tapechar.c [moved from hadaq/hwtapechar.c with 99% similarity]
hadaq/tapechar.h [moved from hadaq/hwtapechar.h with 100% similarity]
hadaq/tapelabel.c [moved from hadaq/hwtapelabel.c with 99% similarity]
hadaq/tapelabel.h [moved from hadaq/hwtapelabel.h with 100% similarity]

similarity index 98%
rename from hadaq/hwtape.c
rename to hadaq/tape.c
index d75359fa6a8e1b8ae2fded0b8c1efd75c4cc6d44..db9a686e2bb3bd011bd591a4ae5c164d38398608 100644 (file)
@@ -17,8 +17,8 @@
 #include <sys/ioctl.h>
 #include <sys/mtio.h>                                                           
 
-#include "hwtapelabel.h"
-#include "hwtape.h"
+#include "tapelabel.h"
+#include "tape.h"
 
 static FILE *openTape(const char* filename) {
        int tape;
similarity index 100%
rename from hadaq/hwtape.h
rename to hadaq/tape.h
similarity index 99%
rename from hadaq/hwtapechar.c
rename to hadaq/tapechar.c
index 8beecf5c96897a246784e521ef883feb6d38b64d..4d0d776fe84e3961a1a4423bd725a163a8fac3fd 100644 (file)
@@ -1,4 +1,4 @@
-#include "hwtapechar.h"
+#include "tapechar.h"
 
 const char *ansichar(const char *s, int length) {
        char *r;
similarity index 100%
rename from hadaq/hwtapechar.h
rename to hadaq/tapechar.h
similarity index 99%
rename from hadaq/hwtapelabel.c
rename to hadaq/tapelabel.c
index 09b01d3bbd525f16fc572dc7f4c92b651a994325..6300cf58c1613e0558a7c983cbcd720b5bc63252 100644 (file)
@@ -18,8 +18,8 @@
 #include <unistd.h>
 #include <sys/types.h>
 
-#include "hwtapechar.h"
-#include "hwtapelabel.h"
+#include "tapechar.h"
+#include "tapelabel.h"
 
 /* Functions concerning the volume label */
 
similarity index 100%
rename from hadaq/hwtapelabel.h
rename to hadaq/tapelabel.h