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

Modified Files:
        functiontable.c 
Log Message:
Removed many configuration requests from the camera interface that should be 
properties because they're specified to one device.



Index: functiontable.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/functiontable.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** functiontable.c     10 Jul 2007 09:01:52 -0000      1.87
--- functiontable.c     11 Aug 2007 00:21:28 -0000      1.88
***************
*** 175,192 ****
    {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE,
     (player_pack_fn_t)player_camera_data_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_SET_AUTOILLUMINATION,
-    (player_pack_fn_t)player_camera_autoillumination_config_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_SET_MODULATION_FREQ,
-    (player_pack_fn_t)player_camera_modulation_freq_config_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_GET_MODULATION_FREQ,
-    (player_pack_fn_t)player_camera_modulation_freq_config_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_SET_INTEGRATION_TIME,
-    (player_pack_fn_t)player_camera_integration_time_config_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, 
PLAYER_CAMERA_REQ_GET_INTEGRATION_TIME,
-    (player_pack_fn_t)player_camera_integration_time_config_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, PLAYER_CAMERA_REQ_SET_THRESHOLD,
-    (player_pack_fn_t)player_camera_threshold_config_pack, NULL, NULL},
-   {PLAYER_CAMERA_CODE, PLAYER_MSGTYPE_REQ, PLAYER_CAMERA_REQ_SET_TEMPORAL_IIR,
-    (player_pack_fn_t)player_camera_iir_config_pack, NULL, NULL},
  
   /* dio messages */
--- 175,178 ----


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