Revision: 7946
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7946&view=rev
Author:   robotos
Date:     2009-07-03 10:34:38 +0000 (Fri, 03 Jul 2009)

Log Message:
-----------
adding indexing to properties of the simulator

Modified Paths:
--------------
    code/player/trunk/libplayercore/interfaces/031_simulation.def

Modified: code/player/trunk/libplayercore/interfaces/031_simulation.def
===================================================================
--- code/player/trunk/libplayercore/interfaces/031_simulation.def       
2009-07-03 00:45:54 UTC (rev 7945)
+++ code/player/trunk/libplayercore/interfaces/031_simulation.def       
2009-07-03 10:34:38 UTC (rev 7946)
@@ -118,6 +118,8 @@
   uint32_t prop_count;
   /** The identifier of the property we want to get/set */
   char *prop;
+  /** Index for properties with multiples values (arrays...) */
+  uint32_t index;
   /** The length of the value data in bytes */
   uint32_t value_count;
   /** The value of the property */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to