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

Modified Files:
        functiontable.c 
Log Message:
applied Radu's camera patch for SR3K driver

Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** functiontable.c     6 Nov 2006 17:39:33 -0000       1.71
--- functiontable.c     13 Nov 2006 18:03:13 -0000      1.72
***************
*** 175,178 ****
--- 175,192 ----
    {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE,
     (player_pack_fn_t)player_camera_data_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_SET_AUTOILLUMINATION,
+    (player_pack_fn_t)player_camera_autoillumination_config_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_SET_MODULATION_FREQ,
+    (player_pack_fn_t)player_camera_modulation_freq_config_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_GET_MODULATION_FREQ,
+    (player_pack_fn_t)player_camera_modulation_freq_config_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_SET_INTEGRATION_TIME,
+    (player_pack_fn_t)player_camera_integration_time_config_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_GET_INTEGRATION_TIME,
+    (player_pack_fn_t)player_camera_integration_time_config_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, PLAYER_CAMERA_REQ_SET_THRESHOLD,
+    (player_pack_fn_t)player_camera_threshold_config_pack},
+   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, PLAYER_CAMERA_REQ_SET_TEMPORAL_IIR,
+    (player_pack_fn_t)player_camera_iir_config_pack},
  
   /* dio messages */


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to