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
22af42bc
Commit
22af42bc
authored
Jun 03, 2021
by
Pavel Vainerman
Committed by
Pavel Vainerman
Jun 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo
parent
b9571260
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
log.cc
Utilities/ULog/log.cc
+2
-2
UNetExchange.h
extensions/UNetUDP/UNetExchange.h
+1
-1
No files found.
Utilities/ULog/log.cc
View file @
22af42bc
...
@@ -87,9 +87,9 @@ static void print_help()
...
@@ -87,9 +87,9 @@ static void print_help()
printf
(
"* Show all logs for SESControl1 (only for SESControl1 and it's childrens)
\n
"
);
printf
(
"* Show all logs for SESControl1 (only for SESControl1 and it's childrens)
\n
"
);
printf
(
"uniset2-log -i host -p 30202 --del any --set any SESControl1
\n
"
);
printf
(
"uniset2-log -i host -p 30202 --del any --set any SESControl1
\n
"
);
printf
(
"* Show all logs for TV1
\n
"
);
printf
(
"* Show all logs for TV1
\n
"
);
printf
(
"un
si
et2-log -i host -p 30201 --del any --set any TV1.*
\n
"
);
printf
(
"un
is
et2-log -i host -p 30201 --del any --set any TV1.*
\n
"
);
printf
(
"* Show all logs for MyCustomLog
\n
"
);
printf
(
"* Show all logs for MyCustomLog
\n
"
);
printf
(
"un
si
et2-log -i host -p 30201 --del any --set any MyCustomLog
\n
"
);
printf
(
"un
is
et2-log -i host -p 30201 --del any --set any MyCustomLog
\n
"
);
printf
(
"* Show info logs with special text for TV1
\n
"
);
printf
(
"* Show info logs with special text for TV1
\n
"
);
printf
(
"uniset2-log -i host -p 30202 --del any --set info TV1 --grep [Tt]ransient
\n
"
);
printf
(
"uniset2-log -i host -p 30202 --del any --set info TV1 --grep [Tt]ransient
\n
"
);
}
}
...
...
extensions/UNetUDP/UNetExchange.h
View file @
22af42bc
...
@@ -105,7 +105,7 @@ namespace uniset
...
@@ -105,7 +105,7 @@ namespace uniset
и \b id узла - в качестве порта.
и \b id узла - в качестве порта.
Но можно переопределиять эти параметры, при помощи указания \b unet_multicast_port и/или \b unet_multicast_ip,
Но можно переопределиять эти параметры, при помощи указания \b unet_multicast_port и/или \b unet_multicast_ip,
у конкретного узла (\<item>).
у конкретного узла (\<item>).
Группы для подписки описываются в специальной секции \b \<mul
it
cast>. Секция \b \<recevive> описывает группы на которые
Группы для подписки описываются в специальной секции \b \<mul
ti
cast>. Секция \b \<recevive> описывает группы на которые
подписывается узел. Секция \b \<send> описывает в какие группы данный узел будет посылать сообщения.
подписывается узел. Секция \b \<send> описывает в какие группы данный узел будет посылать сообщения.
Секция \b \<receive> не является обязательной и если узел должен слушать все другие узлы, то достаточно у узла
Секция \b \<receive> не является обязательной и если узел должен слушать все другие узлы, то достаточно у узла
...
...
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