Update of /cvsroot/playerstage/code/player/libplayercore/interfaces
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1421/libplayercore/interfaces
Modified Files:
020_dio.def
Log Message:
applied patch 1783208
Index: 020_dio.def
===================================================================
RCS file:
/cvsroot/playerstage/code/player/libplayercore/interfaces/020_dio.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 020_dio.def 20 Aug 2007 06:37:26 -0000 1.1
--- 020_dio.def 18 Oct 2007 21:47:59 -0000 1.2
***************
*** 6,11 ****
message { DATA, VALUES, 1, player_dio_data_t };
!
! message { CMD, VALUES, 1, player_dio_data_t };
/** @brief Data: input values (@ref PLAYER_DIO_DATA_VALUES)
--- 6,10 ----
message { DATA, VALUES, 1, player_dio_data_t };
! message { CMD, VALUES, 1, player_dio_cmd_t };
/** @brief Data: input values (@ref PLAYER_DIO_DATA_VALUES)
***************
*** 20,21 ****
--- 19,34 ----
uint32_t bits;
} player_dio_data_t;
+
+ /** @brief Command: output values (@ref PLAYER_DIO_CMD_VALUES)
+
+ The @p dio interface accepts 4-byte commands which consist of the ouput
+ bitfield */
+ typedef struct player_dio_cmd
+ {
+ /** the command */
+ uint32_t count;
+ /** output bitfield */
+ uint32_t digout;
+ } player_dio_cmd_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