Added support for DE200C VFD
[lcdproc-de200c.git] / server / drivers / de200c-vfd / server / options.tbl
blob83569c5942fb1cad7bb665309e8f4ea046e4bacb
1 // ****************************************************************************
2 //  options.tbl                     (C) 1992-2003 Christophe de Dinechin (ddd) 
3 //                                                            VFD800 project 
4 // ****************************************************************************
5 // 
6 //   File Description:
7 // 
8 //     Describe the options of the vfdserver program
9 // 
10 // 
11 // 
12 // 
13 // 
14 // 
15 // 
16 // 
17 // ****************************************************************************
18 // This document is confidential.
19 // Do not redistribute without written permission
20 // ****************************************************************************
21 // * File       : $RCSFile$
22 // * Revision   : $Revision$
23 // * Date       : $Date$
24 // ****************************************************************************
27 OPTION(help, "Show the program usage", Help())
28 OPTION(refresh, "Set the refresh rate in millisecond", refresh_rate = INT * 1000)
29 OPTION(reset, "Set the reset rate in millisecond", reset_rate = INT * 1000)
30 OPTION(port, "Select the incoming port", port = INT)
31 OPTION(config, "Select configuration file", cfg_file = STRING)
32 OPTION(v, "Verbose mode", verbose = 1)
34 #undef OPTION
35 #undef FLAG
36 #undef STRING
37 #undef BOOL
38 #undef INT