Update of /cvsroot/playerstage/code/player/libplayercore/interfaces
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25517/libplayercore/interfaces

Modified Files:
        064_blackboard.def 
Log Message:
fix for peek behaviour in pull mode
updates for the blackboard interface


Index: 064_blackboard.def
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/libplayercore/interfaces/064_blackboard.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 064_blackboard.def  20 Sep 2007 02:50:46 -0000      1.1
--- 064_blackboard.def  26 Nov 2007 22:14:59 -0000      1.2
***************
*** 13,32 ****
  message { DATA, UPDATE, 1, player_blackboard_entry_t };
  
- /** @brief Vectormap feature data. */
- typedef struct player_blackboard_entry
- {
-   /** Length of key in bytes. */
-   uint32_t key_count;
-   /** Identifier for the entry. */
-   char* key;
-   /** Entry interface type. */
-   uint16_t interf;
-   /** Entry data type. */
-   uint8_t type;
-   /** Entry data subtype. */
-   uint8_t subtype;
-   /** Entry data length. */
-   uint32_t data_count;
-   /** Entry data. */
-   uint8_t* data;
- } player_blackboard_entry_t;
--- 13,14 ----


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to