save_installation.h
Go to the documentation of this file.00001
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef SAVE_INSTALLATION_H
00026 #define SAVE_INSTALLATION_H
00027
00028 #define SAVE_INSTALLATION_INSTALLATIONS "installations"
00029 #define SAVE_INSTALLATION_INSTALLATION "installation"
00030 #define SAVE_INSTALLATION_TEMPLATEID "templateid"
00031 #define SAVE_INSTALLATION_NAME "name"
00032 #define SAVE_INSTALLATION_POS "pos"
00033 #define SAVE_INSTALLATION_STATUS "status"
00034 #define SAVE_INSTALLATION_DAMAGE "damage"
00035 #define SAVE_INSTALLATION_ALIENINTEREST "alienInterest"
00036 #define SAVE_INSTALLATION_BUILDSTART "buildStart"
00037
00038 #define SAVE_INSTALLATION_BATTERIES "batteries"
00039 #define SAVE_INSTALLATION_NUM "num"
00040
00041 #define SAVE_INSTALLATIONSTATUS_NAMESPACE "saveInstallationStatus"
00042 static const constListEntry_t saveInstallationConstants[] = {
00043 {SAVE_INSTALLATIONSTATUS_NAMESPACE"::construction", INSTALLATION_UNDER_CONSTRUCTION},
00044 {SAVE_INSTALLATIONSTATUS_NAMESPACE"::working", INSTALLATION_WORKING},
00045 {NULL, -1}
00046 };
00047
00048 #endif
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078