+ to set-dato-final value theValue (float) with-name theName (string):\r
SistemaAutonomoSetDatoFinal(ptr, theName, theValue).\r
\r
- + to update-entorno entorno theEntorno (hash):\r
+ + to update-entorno with entorno (hash):\r
nombre (string).\r
- foreach nombre in keys(theEntorno): {\r
- self set-entorno value theEntorno{nombre} with-name nombre.\r
+ foreach nombre in keys(entorno): {\r
+ self set-entorno value entorno{nombre} with-name nombre.\r
}\r
\r
- + to update-datos-finales datos-finales datos (hash):\r
+ + to update-datos-finales with datos-finales (hash):\r
nombre (string).\r
- foreach nombre in keys(datos): {\r
- self set-dato-final value datos{nombre} with-name nombre.\r
+ foreach nombre in keys(datos-finales): {\r
+ self set-dato-final value datos-finales{nombre} with-name nombre.\r
}\r
\r
+ to plan:\r