]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/include/plantitem.h
Se cuentan la cantidad de lineas tambien
[z.facultad/75.42/plaqui.git] / Model / include / plantitem.h
index a85f62dbe98f678f45a46c841aa7aba1e976d53d..ff357270ee7a4a7c9cf74b64584c2705b756d2ef 100644 (file)
@@ -8,6 +8,8 @@
 #include "rgb.h"
 #include <sstream>
 
+#define INFINITO 99999999
+
 namespace PlaQui {
 
 namespace Model {
@@ -24,7 +26,6 @@ public:
         *  \param _name Nombre Ășnico que identifica el objeto
         */
        PlantItem(const std::string &_name);
-       /// FIXME : agregar el nombre!
        PlantItem(unsigned ins, unsigned outs);
        /// Destructor
        virtual ~PlantItem();
@@ -62,8 +63,8 @@ public:
                MSG_QUERY_MAX_FLOW_OUT = IConector::MSG_LAST, ///< flujo maximo a la salida
                MSG_QUERY_MAX_FLOW_IN, ///< flujo maximo a la entrada
                MSG_RESPONSE_MAX_FLOW, ///< responde al mensage QUERY_MAX_FLOW. data == float
-               MSG_QUERY_COLOR,
-               MSG_RESPONSE_COLOR,
+               MSG_QUERY_COLOR, ///< Consulta por el color del elemento adyacente
+               MSG_RESPONSE_COLOR, ///< Recibe una respuesta sobre color
                MSG_LAST
        };