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

Modified Files:
        rcore_xbridge.cc 
Log Message:
rcore WSN_DATA_STATE fix


Index: rcore_xbridge.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/wsn/rcore_xbridge.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rcore_xbridge.cc    23 Aug 2007 19:58:48 -0000      1.5
--- rcore_xbridge.cc    24 Sep 2007 15:06:24 -0000      1.6
***************
*** 458,462 ****
      if (readppacket == 0)
        // Publish the WSN data
!       Publish (device_addr, PLAYER_MSGTYPE_DATA, PLAYER_WSN_DATA,
                 &temp_data, sizeof (player_wsn_data_t), NULL);
      else
--- 458,462 ----
      if (readppacket == 0)
        // Publish the WSN data
!       Publish (device_addr, PLAYER_MSGTYPE_DATA, PLAYER_WSN_DATA_STATE,
                 &temp_data, sizeof (player_wsn_data_t), NULL);
      else
***************
*** 485,489 ****
      
            // Publish the WSN data (each packet goes separately)
!           Publish (device_addr, PLAYER_MSGTYPE_DATA, PLAYER_WSN_DATA,
                 &temp_data, sizeof (player_wsn_data_t), NULL);
        }
--- 485,489 ----
      
            // Publish the WSN data (each packet goes separately)
!           Publish (device_addr, PLAYER_MSGTYPE_DATA, PLAYER_WSN_DATA_STATE,
                 &temp_data, sizeof (player_wsn_data_t), NULL);
        }


-------------------------------------------------------------------------
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