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

Modified Files:
        tutorial_config.txt 
Log Message:
added blurb about alwayson

Index: tutorial_config.txt
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/tutorial_config.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tutorial_config.txt 21 Nov 2005 19:26:26 -0000      1.3
--- tutorial_config.txt 22 Sep 2006 20:29:13 -0000      1.4
***************
*** 69,73 ****
  @section driver_options Driver-independent options
  
! There are four driver-independent options:
  - @b name (string) : The name of the driver to instantiate, as it was 
provided to
    DriverTable::AddDriver().  This option is mandatory.
--- 69,73 ----
  @section driver_options Driver-independent options
  
! There are five driver-independent options:
  - @b name (string) : The name of the driver to instantiate, as it was 
provided to
    DriverTable::AddDriver().  This option is mandatory.
***************
*** 79,82 ****
--- 79,88 ----
    accessed.  This option is mandatory.
  - @b requires (tuple of strings): The device address(es) to which the driver 
will subscribe.
+ - @b alwayson (int): If 1, then the driver will be setup when the @ref
+   util_player starts, without waiting for any client connection.  This
+   option is useful for front-loading startup delays, verifying upfront that
+   hardware is connected and functioning, and for using drivers that don't
+   normally have a client connected (e.g., @ref driver_linuxjoystick, @ref
+   driver_writelog).
  
  @subsection provides provides


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to