OSDN Git Service

RemoteMCUの更新
[mimic/MiMicSDK.git] / projects / app.RemoteMCU / src / cConfiglationStorage.h
diff --git a/projects/app.RemoteMCU/src/cConfiglationStorage.h b/projects/app.RemoteMCU/src/cConfiglationStorage.h
deleted file mode 100644 (file)
index 5a53399..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*\r
- * cConfiglationStorage.h\r
- *\r
- *  Created on: 2011/10/18\r
- *      Author: nyatla\r
- */\r
-\r
-#ifndef CCONFIGLATIONSTORAGE_H_\r
-#define CCONFIGLATIONSTORAGE_H_\r
-/**\r
- * IPアドレスはネットワークオーダーで格納する。\r
- */\r
-struct TMimicConfigulation{\r
-       /**\r
-        * ROM焼検出用。0xFFFFFFFFを書く\r
-        */\r
-       NyLPC_TUInt32   fast_boot;\r
-       NyLPC_TUInt32   mac_00_01_02_03;\r
-       NyLPC_TUInt32   mac_04_05_xx_xx;\r
-       NyLPC_TUInt32   ipv4_addr_net;\r
-       NyLPC_TUInt32   ipv4_mask_net;\r
-       NyLPC_TUInt32   ipv4_drut_net;\r
-       NyLPC_TUInt32   ipv4_port;\r
-       NyLPC_TUInt32   accessmode;\r
-};\r
-\r
-/**\r
- * ユーザコンフィギュレーションを更新する。\r
- * この関数は、RTOSが停止中に実行すること。\r
- */\r
-NyLPC_TBool cConfiglationStorage_updateConfigulation(const struct TMimicConfigulation* i_congfiglation);\r
-/**\r
- * コンフィギュレーション値を返す。\r
- * この関数は、RTOSが停止中に実行すること。\r
- */\r
-const struct TMimicConfigulation* cConfiglationStorage_loadMiMicConfigulation(void);\r
-\r
-\r
-#endif /* CCONFIGLATIONSTORAGE_H_ */\r