certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/test/Billard Billard.ggo CommandLine.ggo


From: CERTI CVS commits
Subject: [certi-cvs] certi/test/Billard Billard.ggo CommandLine.ggo
Date: Wed, 18 Sep 2013 14:50:05 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/09/18 14:50:05

Added files:
        test/Billard   : Billard.ggo 
Removed files:
        test/Billard   : CommandLine.ggo 

Log message:
        Rename CommandLine.ggo --> Billard.ggo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/test/Billard/Billard.ggo?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/certi/test/Billard/CommandLine.ggo?cvsroot=certi&r1=3.4&r2=0

Patches:
Index: Billard.ggo
===================================================================
RCS file: Billard.ggo
diff -N Billard.ggo
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Billard.ggo 18 Sep 2013 14:50:03 -0000      1.1
@@ -0,0 +1,25 @@
+# This is used by gengetopt to generate Billard command line parser
+# see http://www.gnu.org/software/gengetopt/gengetopt.html#Basic-Usage
+
+package "billard"
+purpose "CERTI Billard test application"
+
+# gengetopt options
+args "-F Billard_cmdline -G"
+
+# Options
+option  "auto"          a       "auto start"            int     no
+option "coordinated"   c       "coordinated time"      flag    on
+option  "delay"                d       "delay before 1st step" int     no
+option  "notimestamp"   e       "no timestamp"         flag    off    
+option "federation"    f       "federation name"       string  yes
+option  "logfile"      l       "file to log events"    string  no
+option         "name"          n       "federate name"         string  yes
+option  "demo"         o       "select demo (static-ddm, dynamic-ddm)"         
string  no
+option  "timer"                t       "timer"                 int     no
+option  "verbose"      v       "verbose mode"          flag    off
+option  "xoffset"      x       "X offset (X11)"        int     no
+option         "yoffset"       y       "Y offset (X11)"        int     no
+option  "initx"                X       "ball initial X value"  int     no
+option  "inity"                Y       "ball initial Y value"  int     no
+option  "filename"      F       "FED filename"          string  yes

Index: CommandLine.ggo
===================================================================
RCS file: CommandLine.ggo
diff -N CommandLine.ggo
--- CommandLine.ggo     15 Jun 2007 08:14:17 -0000      3.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-# This file is used by gengetopt to generate the command line parser.
-
-package "billard"
-purpose "CERTI test application"
-
-# Options
-option  "auto"          a       "auto start"            int     no
-option "coordinated"   c       "coordinated time"      flag    on
-option  "delay"                d       "delay before 1st step" int     no
-option  "notimestamp"   e       "no timestamp"         flag    off    
-option "federation"    f       "federation name"       string  yes
-option  "logfile"      l       "file to log events"    string  no
-option         "name"          n       "federate name"         string  yes
-option  "demo"         o       "select demo (static-ddm, dynamic-ddm)"         
string  no
-option  "timer"                t       "timer"                 int     no
-option  "verbose"      v       "verbose mode"          flag    off
-option  "xoffset"      x       "X offset (X11)"        int     no
-option         "yoffset"       y       "Y offset (X11)"        int     no
-option  "initx"                X       "ball initial X value"  int     no
-option  "inity"                Y       "ball initial Y value"  int     no
-option  "filename"      F       "FED filename"          string  yes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]