Added support for DE200C VFD
[lcdproc-de200c.git] / server / drivers / de200c-vfd / clients / options.tbl
blob64ae16785355f3d094e6f19d7022ca18b3e8bfad
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 vfdclient programs
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(server, "Select the incoming port", server = STRING)
28         OPTION(port, "Select the incoming port", port = INT)
29         OPTION(config, "Select configuration name", cfg = STRING)
30         OPTION(x, "Set X position", force_x = INT)
31         OPTION(y, "Set Y position", force_y = INT)
32         OPTION(w, "Set width", force_w = INT)
33         OPTION(h, "Set height", force_h = INT)
34         OPTION(priority, "Set priority", force_p = INT)
35         OPTION(v, "Verbose mode", verbose = 1)
36         OPTION(help, "Show program options", Help())
38 #undef OPTION
39 #undef FLAG
40 #undef STRING
41 #undef BOOL
42 #undef INT