Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
6ab1a0cc
Commit
6ab1a0cc
authored
May 30, 2012
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(utils): добавил где заметил недостающий help про --confile
parent
067dffea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
main.cc
Utilities/NullController/main.cc
+1
-0
main.cc
Utilities/SImitator/main.cc
+1
-0
No files found.
Utilities/NullController/main.cc
View file @
6ab1a0cc
...
...
@@ -10,6 +10,7 @@ using namespace std;
static
void
short_usage
()
{
cout
<<
"Usage: uniset-nullController"
<<
"--confile configure.xml. По умолчанию: configure.xml."
<<
endl
<<
" --name ObjectId [--confile configure.xml] [--askfile filename]
\n
"
<<
" --s-filter-field name - поле для фильтрования списка датчиков
\n
"
<<
" --s-filter-value value - значение для поля фильтрования списка датчиков
\n
"
...
...
Utilities/SImitator/main.cc
View file @
6ab1a0cc
...
...
@@ -8,6 +8,7 @@ using namespace UniSetTypes;
void
help_print
()
{
cout
<<
endl
;
cout
<<
"--confile configure.xml. По умолчанию: configure.xml."
<<
endl
;
cout
<<
"--sid id1@Node1,id2,..,idXX@NodeXX - Аналоговые датчики (AI,AO)"
<<
endl
;
cout
<<
endl
;
cout
<<
"--min val - Нижняя граница датчика. По умолчанию 0"
<<
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment