File: zz_zmq_flags.Rd

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 (57 lines) | stat: -rw-r--r-- 1,313 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_conf_zmq.r
\name{ZMQ Flags}
\alias{ZMQ Flags}
\alias{get.zmq.ldflags}
\alias{get.zmq.cppflags}
\alias{test.load.zmq}
\alias{get.pbdZMQ.ldflags}
\title{ZMQ Flags}
\usage{
get.zmq.ldflags(arch = "", package = "pbdZMQ")

get.zmq.cppflags(arch = "", package = "pbdZMQ")

test.load.zmq(arch = "", package = "pbdZMQ")

get.pbdZMQ.ldflags(arch = "", package = "pbdZMQ")
}
\arguments{
\item{arch}{'' (default) for non-windows or '/i386' and '/ix64' for windows}

\item{package}{the pbdZMQ package}
}
\value{
flags to compile and link with ZMQ.
}
\description{
ZMQ Flags
}
\details{
\code{get.zmq.cppflags()} gets CFLAGS or CPPFLAGS

\code{get.zmq.ldflags()} gets LDFLAGS for libzmq.so, libzmq.dll, or libzmq.*.dylib

\code{get.pbdZMQ.ldflags()} gets LDFLAGS for pbdZMQ.so or pbdZMQ.dll

\code{test.load.zmq()} tests load libzmq and pbdZMQ shared libraries
}
\examples{
\dontrun{
get.zmq.cppflags(arch = '/i386')
get.zmq.ldflags(arch = '/x64')
get.pbdZMQ.ldflags(arch = '/x64')
test.load.zmq(arch = '/x64')
}

}
\references{
ZeroMQ/4.1.0 API Reference:
\url{https://libzmq.readthedocs.io/en/zeromq4-1/}

Programming with Big Data in R Website: \url{https://pbdr.org/}
}
\author{
Wei-Chen Chen \email{wccsnow@gmail.com}.
}
\keyword{compile}