]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/centralstation.h
Get the initial state of s88 modules
[r2c2.git] / source / libr2c2 / centralstation.h
index fea882be1011230fa9d6f8c86fc77a7dfbc6288d..90f44715a70da64298d2e0e5af2296867788fcbb 100644 (file)
@@ -30,7 +30,7 @@ private:
 
        struct Message
        {
-               typedef std::map<std::string, std::string> AttribMap;
+               typedef std::multimap<std::string, std::string> AttribMap;
                typedef std::map<unsigned, AttribMap> ObjectMap;
        
                Tag header;
@@ -68,6 +68,7 @@ private:
                unsigned address;
                unsigned speed;
                bool reverse;
+               unsigned func_mask;
                unsigned funcs;
                bool control;