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
4f920f58
Commit
4f920f58
authored
Jul 30, 2014
by
Aleksey Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
подправил комменты
parent
230f76d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
UNetExchange.h
extensions/UNetUDP/UNetExchange.h
+1
-1
UNetReceiver.h
extensions/UNetUDP/UNetReceiver.h
+1
-1
No files found.
extensions/UNetUDP/UNetExchange.h
View file @
4f920f58
...
@@ -92,7 +92,7 @@ class UNetExchange:
...
@@ -92,7 +92,7 @@ class UNetExchange:
bool
checkExistUNetHost
(
const
std
::
string
&
host
,
ost
::
tpport_t
port
);
bool
checkExistUNetHost
(
const
std
::
string
&
host
,
ost
::
tpport_t
port
);
std
::
list
<
UNetReceiver
*>
get_receivers
();
std
::
list
<
UNetReceiver
*>
get_receivers
();
/*! игнорировать запись датчик
в шару
*/
/*! игнорировать запись датчик
а в SM
*/
void
ignore_item
(
UniSetTypes
::
ObjectId
id
=
UniSetTypes
::
DefaultObjectId
,
bool
set
=
true
);
void
ignore_item
(
UniSetTypes
::
ObjectId
id
=
UniSetTypes
::
DefaultObjectId
,
bool
set
=
true
);
protected
:
protected
:
...
...
extensions/UNetUDP/UNetReceiver.h
View file @
4f920f58
...
@@ -93,7 +93,7 @@ class UNetReceiver
...
@@ -93,7 +93,7 @@ class UNetReceiver
typedef
sigc
::
slot
<
void
,
UNetReceiver
*
,
Event
>
EventSlot
;
typedef
sigc
::
slot
<
void
,
UNetReceiver
*
,
Event
>
EventSlot
;
void
connectEvent
(
EventSlot
sl
);
void
connectEvent
(
EventSlot
sl
);
/*! игнорировать запись датчик
в шару
*/
/*! игнорировать запись датчик
а в SM
*/
void
ignore_item
(
UniSetTypes
::
ObjectId
id
=
UniSetTypes
::
DefaultObjectId
,
bool
set
=
true
);
void
ignore_item
(
UniSetTypes
::
ObjectId
id
=
UniSetTypes
::
DefaultObjectId
,
bool
set
=
true
);
protected
:
protected
:
...
...
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