Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
ff52f171
Commit
ff52f171
authored
Oct 07, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
7f39ef4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
5 deletions
+42
-5
network.xml
docs/docs/network.xml
+39
-5
term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/network.xml
View file @
ff52f171
...
...
@@ -9,11 +9,9 @@
<body>
<br/><br/>
<p>
To use any of these objects all you need to do is #include the file indicated in the
short section about the component you would like to use. Pick which implementation you
would like and typedef it to something nice. Here is an example of creating a typedef for
a linker using the first kernel implementation.
<br/>
<tt>
typedef dlib::linker::kernel_1a linker1;
</tt>
This page documents tools built on top of the dlib
<a
href=
"api.html#sockets"
>
sockets API
</a>
.
Therefore, all these tools are focused on providing some kind of higher level networking
abstraction or service.
</p>
</body>
...
...
@@ -28,7 +26,13 @@
<item>
server
</item>
<item>
bridge
</item>
<item>
sockstreambuf
</item>
</section>
<section>
<name>
BSP
</name>
<item>
bsp_connect
</item>
<item>
bsp_listen
</item>
<item>
bsp_context
</item>
</section>
</top>
...
...
@@ -91,6 +95,36 @@
</examples>
</component>
<!-- ************************************************************************* -->
<component>
<name>
bsp_connect
</name>
<file>
dlib/bsp.h
</file>
<spec_file
link=
"true"
>
dlib/bsp/bsp_abstract.h
</spec_file>
<description>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
bsp_listen
</name>
<file>
dlib/bsp.h
</file>
<spec_file
link=
"true"
>
dlib/bsp/bsp_abstract.h
</spec_file>
<description>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
bsp_context
</name>
<file>
dlib/bsp.h
</file>
<spec_file
link=
"true"
>
dlib/bsp/bsp_abstract.h
</spec_file>
<description>
</description>
</component>
<!-- ************************************************************************* -->
<component
checked=
"true"
>
...
...
docs/docs/term_index.xml
View file @
ff52f171
...
...
@@ -1222,6 +1222,9 @@
<term
file=
"dlib/bridge/bridge_abstract.h.html"
name=
"transmit"
/>
<term
file=
"dlib/bridge/bridge_abstract.h.html"
name=
"receive"
/>
<term
file=
"dlib/bridge/bridge_abstract.h.html"
name=
"bridge_status"
/>
<term
file=
"network.html"
name=
"bsp_context"
/>
<term
file=
"network.html"
name=
"bsp_listen"
/>
<term
file=
"network.html"
name=
"bsp_connect"
/>
...
...
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