summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-03 10:51:16 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-03 10:51:16 +0000
commitfa4f4a8a50c4bab3a3e247fb7186a7f9a00dfc11 (patch)
tree5ff84c3c71e6d3dadbaf9e13d3fdd84ab2691ca6 /doc/latex
parentadded ssl tools (diff)
Added syncsocket
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/annotated.tex1
-rw-r--r--doc/latex/anytun_8cpp.tex7
-rw-r--r--doc/latex/doxygen.sty4
-rw-r--r--doc/latex/files.tex2
-rw-r--r--doc/latex/hierarchy.tex1
-rw-r--r--doc/latex/namespaces.tex1
-rw-r--r--doc/latex/refman.tex6
7 files changed, 19 insertions, 3 deletions
diff --git a/doc/latex/annotated.tex b/doc/latex/annotated.tex
index 433d507..bdb0d2f 100644
--- a/doc/latex/annotated.tex
+++ b/doc/latex/annotated.tex
@@ -37,6 +37,7 @@ Here are the classes, structs, unions and interfaces with brief descriptions:\be
\item\contentsline{section}{{\bf Sig\-Usr2Handler} }{\pageref{classSigUsr2Handler}}{}
\item\contentsline{section}{{\bf Socket} }{\pageref{classSocket}}{}
\item\contentsline{section}{{\bf Socket\-Exception} }{\pageref{classSocketException}}{}
+\item\contentsline{section}{{\bf Sync\-Socket} }{\pageref{classSyncSocket}}{}
\item\contentsline{section}{{\bf TCPServer\-Socket} }{\pageref{classTCPServerSocket}}{}
\item\contentsline{section}{{\bf TCPSocket} }{\pageref{classTCPSocket}}{}
\item\contentsline{section}{{\bf Tun\-Device} }{\pageref{classTunDevice}}{}
diff --git a/doc/latex/anytun_8cpp.tex b/doc/latex/anytun_8cpp.tex
index c30c570..37d6da4 100644
--- a/doc/latex/anytun_8cpp.tex
+++ b/doc/latex/anytun_8cpp.tex
@@ -31,6 +31,8 @@ struct {\bf Param}
\item
void $\ast$ {\bf sender} (void $\ast$p)
\item
+void $\ast$ {\bf sync\_\-receiver} (void $\ast$p)
+\item
void $\ast$ {\bf receiver} (void $\ast$p)
\item
int {\bf main} (int argc, char $\ast$argv[$\,$])
@@ -66,3 +68,8 @@ int {\bf main} (int argc, char $\ast$argv[$\,$])
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void$\ast$ sender (void $\ast$ {\em p})}\label{anytun_8cpp_0f2bdeb94d90f5229b9e904e592b24fd}
+\index{anytun.cpp@{anytun.cpp}!sync_receiver@{sync\_\-receiver}}
+\index{sync_receiver@{sync\_\-receiver}!anytun.cpp@{anytun.cpp}}
+\subsubsection{\setlength{\rightskip}{0pt plus 5cm}void$\ast$ sync\_\-receiver (void $\ast$ {\em p})}\label{anytun_8cpp_4fd43e7c243b1cc78c583a915dfd4d55}
+
+
diff --git a/doc/latex/doxygen.sty b/doc/latex/doxygen.sty
index d28fcf1..b8dccd9 100644
--- a/doc/latex/doxygen.sty
+++ b/doc/latex/doxygen.sty
@@ -10,8 +10,8 @@
{\fancyplain{}{\bfseries\rightmark}}
\rhead[\fancyplain{}{\bfseries\leftmark}]
{\fancyplain{}{\bfseries\thepage}}
-\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Tue Nov 27 14:11:51 2007 for anytun by Doxygen }]{}
-\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Tue Nov 27 14:11:51 2007 for anytun by Doxygen }}
+\rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Mon Dec 3 11:49:24 2007 for anytun by Doxygen }]{}
+\lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Mon Dec 3 11:49:24 2007 for anytun by Doxygen }}
\cfoot{}
\newenvironment{Code}
{\footnotesize}
diff --git a/doc/latex/files.tex b/doc/latex/files.tex
index 248ae98..6517797 100644
--- a/doc/latex/files.tex
+++ b/doc/latex/files.tex
@@ -33,6 +33,8 @@ Here is a list of all files with brief descriptions:\begin{CompactList}
\item\contentsline{section}{{\bf seq\-Window.h} }{\pageref{seqWindow_8h}}{}
\item\contentsline{section}{{\bf signal\-Controller.cpp} }{\pageref{signalController_8cpp}}{}
\item\contentsline{section}{{\bf signal\-Controller.h} }{\pageref{signalController_8h}}{}
+\item\contentsline{section}{{\bf sync\-Socket.cpp} }{\pageref{syncSocket_8cpp}}{}
+\item\contentsline{section}{{\bf sync\-Socket.h} }{\pageref{syncSocket_8h}}{}
\item\contentsline{section}{{\bf thread\-Utils.hpp} }{\pageref{threadUtils_8hpp}}{}
\item\contentsline{section}{{\bf tun\-Device.cpp} }{\pageref{tunDevice_8cpp}}{}
\item\contentsline{section}{{\bf tun\-Device.h} }{\pageref{tunDevice_8h}}{}
diff --git a/doc/latex/hierarchy.tex b/doc/latex/hierarchy.tex
index 92bfdcc..078b248 100644
--- a/doc/latex/hierarchy.tex
+++ b/doc/latex/hierarchy.tex
@@ -60,5 +60,6 @@ This inheritance list is sorted roughly, but not completely, alphabetically:\beg
\item \contentsline{section}{TCPServer\-Socket}{\pageref{classTCPServerSocket}}{}
\end{CompactList}
\item \contentsline{section}{Socket\-Exception}{\pageref{classSocketException}}{}
+\item \contentsline{section}{Sync\-Socket}{\pageref{classSyncSocket}}{}
\item \contentsline{section}{Tun\-Device}{\pageref{classTunDevice}}{}
\end{CompactList}
diff --git a/doc/latex/namespaces.tex b/doc/latex/namespaces.tex
index 9fbe095..8b01371 100644
--- a/doc/latex/namespaces.tex
+++ b/doc/latex/namespaces.tex
@@ -2,5 +2,6 @@
Here is a list of all namespaces with brief descriptions:\begin{CompactList}
\item\contentsline{section}{{\bf satp} }{\pageref{namespacesatp}}{}
\item\contentsline{section}{{\bf scapy::$\ast$} }{\pageref{namespacescapy_1_1_5}}{}
+\item\contentsline{section}{{\bf sockets} }{\pageref{namespacesockets}}{}
\item\contentsline{section}{{\bf std} }{\pageref{namespacestd}}{}
\end{CompactList}
diff --git a/doc/latex/refman.tex b/doc/latex/refman.tex
index 1571b49..01715b9 100644
--- a/doc/latex/refman.tex
+++ b/doc/latex/refman.tex
@@ -19,7 +19,7 @@
\vspace*{1cm}
{\large Generated by Doxygen 1.5.1}\\
\vspace*{0.5cm}
-{\small Tue Nov 27 14:11:51 2007}\\
+{\small Mon Dec 3 11:49:24 2007}\\
\end{center}
\end{titlepage}
\clearemptydoublepage
@@ -38,6 +38,7 @@
\chapter{anytun Namespace Documentation}
\input{namespacesatp}
\include{namespacescapy_1_1_5}
+\include{namespacesockets}
\include{namespacestd}
\chapter{anytun Class Documentation}
\input{classAesIcmCypher}
@@ -77,6 +78,7 @@
\include{classSigUsr2Handler}
\include{classSocket}
\include{classSocketException}
+\include{classSyncSocket}
\include{classTCPServerSocket}
\include{classTCPSocket}
\include{classTunDevice}
@@ -116,6 +118,8 @@
\include{seqWindow_8h}
\include{signalController_8cpp}
\include{signalController_8h}
+\include{syncSocket_8cpp}
+\include{syncSocket_8h}
\include{threadUtils_8hpp}
\include{tunDevice_8cpp}
\include{tunDevice_8h}