Update of /cvsroot/playerstage/code/player/server/drivers/camera/1394
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30199/server/drivers/camera/1394

Modified Files:
        camera1394.cc 
Log Message:
overhaul of the player interface definitions
interfaces are now defined with a very light weight IDL allowing them to be 
edited in a single file
some subtype names were also modified as a side effect, making them more 
consistent globally


Index: camera1394.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/1394/camera1394.cc,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** camera1394.cc       24 Jul 2007 06:59:44 -0000      1.32
--- camera1394.cc       20 Aug 2007 06:37:27 -0000      1.33
***************
*** 1090,1094 ****
    /* We currently don't support any messages, but if we do...
    if(Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ,
!                            PLAYER_FIDUCIAL_GET_GEOM, this->device_addr))
    {
      assert(hdr->size == sizeof(player_position2d_data_t));
--- 1090,1094 ----
    /* We currently don't support any messages, but if we do...
    if(Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ,
!                            PLAYER_FIDUCIAL_REQ_GET_GEOM, this->device_addr))
    {
      assert(hdr->size == sizeof(player_position2d_data_t));


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to