From 0312351bac7da0cdd172918795405aa4e8f595ca Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Wed, 4 Jun 2008 13:30:55 +0000 Subject: [PATCH] Reorganization to separate the library and the test applications. --- reefnet_sensuspro_test.c => examples/reefnet_sensuspro_test.c | 0 reefnet_sensusultra_test.c => examples/reefnet_sensusultra_test.c | 0 suunto_d9_test.c => examples/suunto_d9_test.c | 0 suunto_eon_test.c => examples/suunto_eon_test.c | 0 suunto_vyper2_test.c => examples/suunto_vyper2_test.c | 0 suunto_vyper_test.c => examples/suunto_vyper_test.c | 0 uwatec_aladin_test.c => examples/uwatec_aladin_test.c | 0 uwatec_memomouse_test.c => examples/uwatec_memomouse_test.c | 0 uwatec_smart_test.c => examples/uwatec_smart_test.c | 0 irda.c => src/irda.c | 0 irda.h => src/irda.h | 0 reefnet.h => src/reefnet.h | 0 reefnet_sensuspro.c => src/reefnet_sensuspro.c | 0 reefnet_sensuspro.h => src/reefnet_sensuspro.h | 0 reefnet_sensusultra.c => src/reefnet_sensusultra.c | 0 reefnet_sensusultra.h => src/reefnet_sensusultra.h | 0 serial.h => src/serial.h | 0 serial_posix.c => src/serial_posix.c | 0 serial_win32.c => src/serial_win32.c | 0 suunto.h => src/suunto.h | 0 suunto_common.c => src/suunto_common.c | 0 suunto_common.h => src/suunto_common.h | 0 suunto_d9.c => src/suunto_d9.c | 0 suunto_d9.h => src/suunto_d9.h | 0 suunto_eon.c => src/suunto_eon.c | 0 suunto_eon.h => src/suunto_eon.h | 0 suunto_vyper.c => src/suunto_vyper.c | 0 suunto_vyper.h => src/suunto_vyper.h | 0 suunto_vyper2.c => src/suunto_vyper2.c | 0 suunto_vyper2.h => src/suunto_vyper2.h | 0 utils.c => src/utils.c | 0 utils.h => src/utils.h | 0 uwatec.h => src/uwatec.h | 0 uwatec_aladin.c => src/uwatec_aladin.c | 0 uwatec_aladin.h => src/uwatec_aladin.h | 0 uwatec_memomouse.c => src/uwatec_memomouse.c | 0 uwatec_memomouse.h => src/uwatec_memomouse.h | 0 uwatec_smart.c => src/uwatec_smart.c | 0 uwatec_smart.h => src/uwatec_smart.h | 0 39 files changed, 0 insertions(+), 0 deletions(-) rename reefnet_sensuspro_test.c => examples/reefnet_sensuspro_test.c (100%) rename reefnet_sensusultra_test.c => examples/reefnet_sensusultra_test.c (100%) rename suunto_d9_test.c => examples/suunto_d9_test.c (100%) rename suunto_eon_test.c => examples/suunto_eon_test.c (100%) rename suunto_vyper2_test.c => examples/suunto_vyper2_test.c (100%) rename suunto_vyper_test.c => examples/suunto_vyper_test.c (100%) rename uwatec_aladin_test.c => examples/uwatec_aladin_test.c (100%) rename uwatec_memomouse_test.c => examples/uwatec_memomouse_test.c (100%) rename uwatec_smart_test.c => examples/uwatec_smart_test.c (100%) rename irda.c => src/irda.c (100%) rename irda.h => src/irda.h (100%) rename reefnet.h => src/reefnet.h (100%) rename reefnet_sensuspro.c => src/reefnet_sensuspro.c (100%) rename reefnet_sensuspro.h => src/reefnet_sensuspro.h (100%) rename reefnet_sensusultra.c => src/reefnet_sensusultra.c (100%) rename reefnet_sensusultra.h => src/reefnet_sensusultra.h (100%) rename serial.h => src/serial.h (100%) rename serial_posix.c => src/serial_posix.c (100%) rename serial_win32.c => src/serial_win32.c (100%) rename suunto.h => src/suunto.h (100%) rename suunto_common.c => src/suunto_common.c (100%) rename suunto_common.h => src/suunto_common.h (100%) rename suunto_d9.c => src/suunto_d9.c (100%) rename suunto_d9.h => src/suunto_d9.h (100%) rename suunto_eon.c => src/suunto_eon.c (100%) rename suunto_eon.h => src/suunto_eon.h (100%) rename suunto_vyper.c => src/suunto_vyper.c (100%) rename suunto_vyper.h => src/suunto_vyper.h (100%) rename suunto_vyper2.c => src/suunto_vyper2.c (100%) rename suunto_vyper2.h => src/suunto_vyper2.h (100%) rename utils.c => src/utils.c (100%) rename utils.h => src/utils.h (100%) rename uwatec.h => src/uwatec.h (100%) rename uwatec_aladin.c => src/uwatec_aladin.c (100%) rename uwatec_aladin.h => src/uwatec_aladin.h (100%) rename uwatec_memomouse.c => src/uwatec_memomouse.c (100%) rename uwatec_memomouse.h => src/uwatec_memomouse.h (100%) rename uwatec_smart.c => src/uwatec_smart.c (100%) rename uwatec_smart.h => src/uwatec_smart.h (100%) diff --git a/reefnet_sensuspro_test.c b/examples/reefnet_sensuspro_test.c similarity index 100% rename from reefnet_sensuspro_test.c rename to examples/reefnet_sensuspro_test.c diff --git a/reefnet_sensusultra_test.c b/examples/reefnet_sensusultra_test.c similarity index 100% rename from reefnet_sensusultra_test.c rename to examples/reefnet_sensusultra_test.c diff --git a/suunto_d9_test.c b/examples/suunto_d9_test.c similarity index 100% rename from suunto_d9_test.c rename to examples/suunto_d9_test.c diff --git a/suunto_eon_test.c b/examples/suunto_eon_test.c similarity index 100% rename from suunto_eon_test.c rename to examples/suunto_eon_test.c diff --git a/suunto_vyper2_test.c b/examples/suunto_vyper2_test.c similarity index 100% rename from suunto_vyper2_test.c rename to examples/suunto_vyper2_test.c diff --git a/suunto_vyper_test.c b/examples/suunto_vyper_test.c similarity index 100% rename from suunto_vyper_test.c rename to examples/suunto_vyper_test.c diff --git a/uwatec_aladin_test.c b/examples/uwatec_aladin_test.c similarity index 100% rename from uwatec_aladin_test.c rename to examples/uwatec_aladin_test.c diff --git a/uwatec_memomouse_test.c b/examples/uwatec_memomouse_test.c similarity index 100% rename from uwatec_memomouse_test.c rename to examples/uwatec_memomouse_test.c diff --git a/uwatec_smart_test.c b/examples/uwatec_smart_test.c similarity index 100% rename from uwatec_smart_test.c rename to examples/uwatec_smart_test.c diff --git a/irda.c b/src/irda.c similarity index 100% rename from irda.c rename to src/irda.c diff --git a/irda.h b/src/irda.h similarity index 100% rename from irda.h rename to src/irda.h diff --git a/reefnet.h b/src/reefnet.h similarity index 100% rename from reefnet.h rename to src/reefnet.h diff --git a/reefnet_sensuspro.c b/src/reefnet_sensuspro.c similarity index 100% rename from reefnet_sensuspro.c rename to src/reefnet_sensuspro.c diff --git a/reefnet_sensuspro.h b/src/reefnet_sensuspro.h similarity index 100% rename from reefnet_sensuspro.h rename to src/reefnet_sensuspro.h diff --git a/reefnet_sensusultra.c b/src/reefnet_sensusultra.c similarity index 100% rename from reefnet_sensusultra.c rename to src/reefnet_sensusultra.c diff --git a/reefnet_sensusultra.h b/src/reefnet_sensusultra.h similarity index 100% rename from reefnet_sensusultra.h rename to src/reefnet_sensusultra.h diff --git a/serial.h b/src/serial.h similarity index 100% rename from serial.h rename to src/serial.h diff --git a/serial_posix.c b/src/serial_posix.c similarity index 100% rename from serial_posix.c rename to src/serial_posix.c diff --git a/serial_win32.c b/src/serial_win32.c similarity index 100% rename from serial_win32.c rename to src/serial_win32.c diff --git a/suunto.h b/src/suunto.h similarity index 100% rename from suunto.h rename to src/suunto.h diff --git a/suunto_common.c b/src/suunto_common.c similarity index 100% rename from suunto_common.c rename to src/suunto_common.c diff --git a/suunto_common.h b/src/suunto_common.h similarity index 100% rename from suunto_common.h rename to src/suunto_common.h diff --git a/suunto_d9.c b/src/suunto_d9.c similarity index 100% rename from suunto_d9.c rename to src/suunto_d9.c diff --git a/suunto_d9.h b/src/suunto_d9.h similarity index 100% rename from suunto_d9.h rename to src/suunto_d9.h diff --git a/suunto_eon.c b/src/suunto_eon.c similarity index 100% rename from suunto_eon.c rename to src/suunto_eon.c diff --git a/suunto_eon.h b/src/suunto_eon.h similarity index 100% rename from suunto_eon.h rename to src/suunto_eon.h diff --git a/suunto_vyper.c b/src/suunto_vyper.c similarity index 100% rename from suunto_vyper.c rename to src/suunto_vyper.c diff --git a/suunto_vyper.h b/src/suunto_vyper.h similarity index 100% rename from suunto_vyper.h rename to src/suunto_vyper.h diff --git a/suunto_vyper2.c b/src/suunto_vyper2.c similarity index 100% rename from suunto_vyper2.c rename to src/suunto_vyper2.c diff --git a/suunto_vyper2.h b/src/suunto_vyper2.h similarity index 100% rename from suunto_vyper2.h rename to src/suunto_vyper2.h diff --git a/utils.c b/src/utils.c similarity index 100% rename from utils.c rename to src/utils.c diff --git a/utils.h b/src/utils.h similarity index 100% rename from utils.h rename to src/utils.h diff --git a/uwatec.h b/src/uwatec.h similarity index 100% rename from uwatec.h rename to src/uwatec.h diff --git a/uwatec_aladin.c b/src/uwatec_aladin.c similarity index 100% rename from uwatec_aladin.c rename to src/uwatec_aladin.c diff --git a/uwatec_aladin.h b/src/uwatec_aladin.h similarity index 100% rename from uwatec_aladin.h rename to src/uwatec_aladin.h diff --git a/uwatec_memomouse.c b/src/uwatec_memomouse.c similarity index 100% rename from uwatec_memomouse.c rename to src/uwatec_memomouse.c diff --git a/uwatec_memomouse.h b/src/uwatec_memomouse.h similarity index 100% rename from uwatec_memomouse.h rename to src/uwatec_memomouse.h diff --git a/uwatec_smart.c b/src/uwatec_smart.c similarity index 100% rename from uwatec_smart.c rename to src/uwatec_smart.c diff --git a/uwatec_smart.h b/src/uwatec_smart.h similarity index 100% rename from uwatec_smart.h rename to src/uwatec_smart.h