|
@@ -12,8 +12,8 @@
|
|
|
// Task Object attrs - like xsd element attrs of type (int value, other object)
|
|
// Task Object attrs - like xsd element attrs of type (int value, other object)
|
|
|
|
|
|
|
|
#define DBG_OBJ_LEVEL 3
|
|
#define DBG_OBJ_LEVEL 3
|
|
|
-#define idObject1__DISABLE
|
|
|
|
|
-#define idObject2__DISABLE
|
|
|
|
|
|
|
+//#define idObject1__DISABLE
|
|
|
|
|
+//#define idObject2__DISABLE
|
|
|
//#define idObject3__DISABLE
|
|
//#define idObject3__DISABLE
|
|
|
|
|
|
|
|
|
|
|
|
@@ -62,12 +62,15 @@ void setup() {
|
|
|
#include "calc_db_conf__setup__idObject1__variables.h"
|
|
#include "calc_db_conf__setup__idObject1__variables.h"
|
|
|
#include "calc_db_conf__setup__idObject2__variables.h"
|
|
#include "calc_db_conf__setup__idObject2__variables.h"
|
|
|
#include "calc_db_conf__setup__idObject3__variables.h"
|
|
#include "calc_db_conf__setup__idObject3__variables.h"
|
|
|
-
|
|
|
|
|
|
|
+ Serial.println("ci();");
|
|
|
|
|
+
|
|
|
calc__db_init();
|
|
calc__db_init();
|
|
|
#include "calc_db_conf__setup__idObject1.h"
|
|
#include "calc_db_conf__setup__idObject1.h"
|
|
|
|
|
|
|
|
#include "calc_db_conf__setup__idObject2.h"
|
|
#include "calc_db_conf__setup__idObject2.h"
|
|
|
#include "calc_db_conf__setup__idObject3.h"
|
|
#include "calc_db_conf__setup__idObject3.h"
|
|
|
|
|
+
|
|
|
|
|
+ Serial.println("cD");
|
|
|
|
|
|
|
|
#if not(defined(idObject1__DISABLE))
|
|
#if not(defined(idObject1__DISABLE))
|
|
|
calc__DBG_OBJ(idObject1);
|
|
calc__DBG_OBJ(idObject1);
|
|
@@ -78,11 +81,13 @@ void setup() {
|
|
|
#if not(defined(idObject3__DISABLE))
|
|
#if not(defined(idObject3__DISABLE))
|
|
|
calc__DBG_OBJ(idObject3);
|
|
calc__DBG_OBJ(idObject3);
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+ Serial.println("S<");
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void loop() {
|
|
void loop() {
|
|
|
Serial.println("\n[LOOP]");
|
|
Serial.println("\n[LOOP]");
|
|
|
- //#include "calc_db_conf__setup__variables.h"
|
|
|
|
|
|
|
|
|
|
//debugign changes that occurs to test calculation
|
|
//debugign changes that occurs to test calculation
|
|
|
|
|
|