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

Modified Files:
        player.h 
Log Message:
added timestamp to the blackboard interface


Index: player.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/player.h,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** player.h    26 Nov 2007 22:14:59 -0000      1.143
--- player.h    6 Dec 2007 00:20:28 -0000       1.144
***************
*** 47,50 ****
--- 47,52 ----
  #define PLAYER_H
  
+ #include <time.h>
+ 
  /* Include values from the configure script */
  #include "playerconfig.h"
***************
*** 278,281 ****
--- 280,288 ----
    /** Entry data. */
    uint8_t* data;
+   /** Time of entry creation. Seconds since Epoch. */
+   uint32_t timestamp_sec;
+   /** Time of entry creation. Microseconds field. */
+   uint32_t timestamp_usec;
+   /** */
  } player_blackboard_entry_t;
  


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to