1sevmgr_demo(1) General Commands Manual sevmgr_demo(1)
2
3
4
6 sevmgr_demo - Command-line demonstration utility for the C++
7 Simulation-Oriented Discrete Event Management Library
8
10 sevmgr_demo [--prefix] [-v|--version] [-h|--help] [-l|--log <path-to-
11 output-log-file>]
12
14 sevmgr_demo is a small program showing how to use the SEvMgr library.
15
16 sevmgr_demo accepts the following options:
17
18 --prefix
19 Show the SEvMgr installation prefix.
20
21 -v, --version
22 Print the currently installed version of SEvMgr on the standard
23 output.
24
25 -h, --help
26 Produce that message and show usage.
27
28 -l, --log <path-to-output-log-file>
29 Path (absolute or relative) of the output log file.
30
31 See the output of the `sevmgr_demo --help' command for default options.
32
34 sevmgr(1), sevmgr-config(1), sevmgr-library(3)
35
37 Please report any bugs to
38 https://sourceforge.net/apps/trac/sevmgr/report
39
41 Copyright © 2009-2012 Denis Arnaud
42
43 See the COPYING file for more information on the (LGPLv2+) license, or
44 directly on Internet:
45 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
46
47
48
49My Project Sat Jul 23 2022 sevmgr_demo(1)