Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b9680fb0
Commit
b9680fb0
authored
Oct 16, 2012
by
Davis King
Browse files
fixed grammar
parent
554d6779
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
dlib/bsp/bsp_abstract.h
dlib/bsp/bsp_abstract.h
+10
-10
No files found.
dlib/bsp/bsp_abstract.h
View file @
b9680fb0
...
@@ -375,7 +375,7 @@ namespace dlib
...
@@ -375,7 +375,7 @@ namespace dlib
- funct(CONTEXT) must be a valid expression
- funct(CONTEXT) must be a valid expression
(i.e. funct must be a function or function object)
(i.e. funct must be a function or function object)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT) will be executed and it will
this connection is established, funct(CONTEXT) will be executed and it will
then be able to participate in the BSP computation as one of the processing
then be able to participate in the BSP computation as one of the processing
nodes.
nodes.
...
@@ -411,7 +411,7 @@ namespace dlib
...
@@ -411,7 +411,7 @@ namespace dlib
- funct(CONTEXT,arg1) must be a valid expression
- funct(CONTEXT,arg1) must be a valid expression
(i.e. funct must be a function or function object)
(i.e. funct must be a function or function object)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1) will be executed and it will
this connection is established, funct(CONTEXT,arg1) will be executed and it will
then be able to participate in the BSP computation as one of the processing
then be able to participate in the BSP computation as one of the processing
nodes.
nodes.
...
@@ -449,7 +449,7 @@ namespace dlib
...
@@ -449,7 +449,7 @@ namespace dlib
- funct(CONTEXT,arg1,arg2) must be a valid expression
- funct(CONTEXT,arg1,arg2) must be a valid expression
(i.e. funct must be a function or function object)
(i.e. funct must be a function or function object)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2) will be executed and
this connection is established, funct(CONTEXT,arg1,arg2) will be executed and
it will then be able to participate in the BSP computation as one of the
it will then be able to participate in the BSP computation as one of the
processing nodes.
processing nodes.
...
@@ -489,7 +489,7 @@ namespace dlib
...
@@ -489,7 +489,7 @@ namespace dlib
- funct(CONTEXT,arg1,arg2,arg3) must be a valid expression
- funct(CONTEXT,arg1,arg2,arg3) must be a valid expression
(i.e. funct must be a function or function object)
(i.e. funct must be a function or function object)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be
this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be
executed and it will then be able to participate in the BSP computation as
executed and it will then be able to participate in the BSP computation as
one of the processing nodes.
one of the processing nodes.
...
@@ -531,7 +531,7 @@ namespace dlib
...
@@ -531,7 +531,7 @@ namespace dlib
- funct(CONTEXT,arg1,arg2,arg3,arg4) must be a valid expression
- funct(CONTEXT,arg1,arg2,arg3,arg4) must be a valid expression
(i.e. funct must be a function or function object)
(i.e. funct must be a function or function object)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be
this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be
executed and it will then be able to participate in the BSP computation as
executed and it will then be able to participate in the BSP computation as
one of the processing nodes.
one of the processing nodes.
...
@@ -570,7 +570,7 @@ namespace dlib
...
@@ -570,7 +570,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an
(i.e. port_notify_function() must be a function or function object taking an
unsigned short)
unsigned short)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT) will be executed and it will
this connection is established, funct(CONTEXT) will be executed and it will
then be able to participate in the BSP computation as one of the processing
then be able to participate in the BSP computation as one of the processing
nodes.
nodes.
...
@@ -620,7 +620,7 @@ namespace dlib
...
@@ -620,7 +620,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an
(i.e. port_notify_function() must be a function or function object taking an
unsigned short)
unsigned short)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1) will be executed and it
this connection is established, funct(CONTEXT,arg1) will be executed and it
will then be able to participate in the BSP computation as one of the
will then be able to participate in the BSP computation as one of the
processing nodes.
processing nodes.
...
@@ -672,7 +672,7 @@ namespace dlib
...
@@ -672,7 +672,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an
(i.e. port_notify_function() must be a function or function object taking an
unsigned short)
unsigned short)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2) will be executed and
this connection is established, funct(CONTEXT,arg1,arg2) will be executed and
it will then be able to participate in the BSP computation as one of the
it will then be able to participate in the BSP computation as one of the
processing nodes.
processing nodes.
...
@@ -726,7 +726,7 @@ namespace dlib
...
@@ -726,7 +726,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an
(i.e. port_notify_function() must be a function or function object taking an
unsigned short)
unsigned short)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be
this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be
executed and it will then be able to participate in the BSP computation as
executed and it will then be able to participate in the BSP computation as
one of the processing nodes.
one of the processing nodes.
...
@@ -782,7 +782,7 @@ namespace dlib
...
@@ -782,7 +782,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an
(i.e. port_notify_function() must be a function or function object taking an
unsigned short)
unsigned short)
ensures
ensures
- This function listens for a connection from
a
bsp_connect() routine. Once
- This function listens for a connection from
the
bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be
this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be
executed and it will then be able to participate in the BSP computation as
executed and it will then be able to participate in the BSP computation as
one of the processing nodes.
one of the processing nodes.
...
...
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