v2 up handler variables

This commit is contained in:
2018-12-02 09:49:44 +01:00
parent 1d65f322b2
commit bbcb0039c2
3 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 09:41:12 GMT+0100 (CET)*/ /*Generated on:Sun Dec 02 2018 09:49:44 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master"; var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+13 -10
View File
@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 09:41:12 GMT+0100 (CET)*/ /*Generated on:Sun Dec 02 2018 09:49:44 GMT+0100 (CET)*/
/* /*
* Dexie.js - a minimalistic wrapper for IndexedDB * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -16956,6 +16956,16 @@ class AutomaticDispose {
constructor() { constructor() {
let self = this; let self = this;
self.MissionType = null
self.MissionID= null
self.MyRunner= null
self.MyRunnerSettings= null
self._ADisVehiclesNeed = {}
self.MissionConfig = {}
self.Vehicles = {}
self.Patients = {}
this.ADis_MyHead = document.getElementsByTagName('head')[0]; this.ADis_MyHead = document.getElementsByTagName('head')[0];
this.ADis_MyBody = document.getElementsByTagName('body')[0]; this.ADis_MyBody = document.getElementsByTagName('body')[0];
@@ -18245,10 +18255,7 @@ class AutomaticDispose {
// - // -
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
MissionType = null;
MissionID = null;
MyRunner = null;
MyRunnerSettings = null;
StartMission() { StartMission() {
const self = this; const self = this;
self.MissionType = null; self.MissionType = null;
@@ -18413,7 +18420,7 @@ class AutomaticDispose {
} }
} }
MissionConfig = {}
GetMissionConfiguration(MissionType) { GetMissionConfiguration(MissionType) {
const self = this; const self = this;
@@ -18437,8 +18444,6 @@ class AutomaticDispose {
} }
Vehicles = {}
Patients = {}
StartAlarmProcess() { StartAlarmProcess() {
const self = this; const self = this;
@@ -19251,8 +19256,6 @@ class AutomaticDispose {
return false; return false;
} }
_ADisVehiclesNeed = {}
PrepareVehicleNeedList() { PrepareVehicleNeedList() {
const self = this; const self = this;
for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) { for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) {
+12 -9
View File
@@ -20,6 +20,16 @@ class AutomaticDispose {
constructor() { constructor() {
let self = this; let self = this;
self.MissionType = null
self.MissionID= null
self.MyRunner= null
self.MyRunnerSettings= null
self._ADisVehiclesNeed = {}
self.MissionConfig = {}
self.Vehicles = {}
self.Patients = {}
this.ADis_MyHead = document.getElementsByTagName('head')[0]; this.ADis_MyHead = document.getElementsByTagName('head')[0];
this.ADis_MyBody = document.getElementsByTagName('body')[0]; this.ADis_MyBody = document.getElementsByTagName('body')[0];
@@ -1075,10 +1085,7 @@ class AutomaticDispose {
// - // -
// - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- // - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
MissionType = null;
MissionID = null;
MyRunner = null;
MyRunnerSettings = null;
StartMission() { StartMission() {
const self = this; const self = this;
self.MissionType = null; self.MissionType = null;
@@ -1243,7 +1250,7 @@ class AutomaticDispose {
} }
} }
MissionConfig = {}
GetMissionConfiguration(MissionType) { GetMissionConfiguration(MissionType) {
const self = this; const self = this;
@@ -1267,8 +1274,6 @@ class AutomaticDispose {
} }
Vehicles = {}
Patients = {}
StartAlarmProcess() { StartAlarmProcess() {
const self = this; const self = this;
@@ -2081,8 +2086,6 @@ class AutomaticDispose {
return false; return false;
} }
_ADisVehiclesNeed = {}
PrepareVehicleNeedList() { PrepareVehicleNeedList() {
const self = this; const self = this;
for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) { for (VehicleTypeID = 0; VehicleTypeID <= MaxVehicleID; VehicleTypeID++) {