File: 04-backward.tex

package info (click to toggle)
r-cran-pbdzmq 0.3.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 856 kB
  • sloc: ansic: 737; sh: 93; pascal: 30; cpp: 6; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\section[Backwards Compatibility with rzmq]{Backwards Compatibility with 
\pkg{rzmq}}
\label{sec:backward}
\addcontentsline{toc}{section}{\thesection. Backwards Compatibility with 
\pkg{rzmq}}

This package currently has a few wrapper functions to offer the same API as 
that of the \pkg{rzmq} package~\citep{Armstrong2014}. The intent is to offer 
backwards compatibility as much as possible, but possibly with a reduced 
functionality set.  Users are encouraged to use native \code{zmq.*()} functions
provided by \pkg{pbdZMQ}.

The wrapper functions are:\\
\begin{center}
\vspace{0.2cm}
\begin{tabular}{l} \hline\hline
Functions  \\ \hline
\code{send.socket()} \\
\code{receive.socket()} \\
\code{init.context()} \\
\code{init.socket()} \\
\code{bind.socket()} \\
\code{connect.socket()} \\ \hline\hline
\end{tabular}
\end{center}