machi/edoc/machi_pb_wrap.html
Scott Lystig Fritchie 54e54b98ac EDoc update
2015-06-25 16:40:14 +09:00

77 lines
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module machi_pb_wrap</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module machi_pb_wrap</h1>
<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Wrappers for Protocol Buffers encoding, including hacks to fix
impedance mismatches between Erlang terms and PB encodings.
<h2><a name="description">Description</a></h2>Wrappers for Protocol Buffers encoding, including hacks to fix
impedance mismatches between Erlang terms and PB encodings.
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#dec_p_srvr-1">dec_p_srvr/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#dec_projection_v1-1">dec_projection_v1/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#enc_p_srvr-1">enc_p_srvr/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#enc_projection_v1-1">enc_projection_v1/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#make_projection_req-2">make_projection_req/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#make_projection_resp-3">make_projection_resp/3</a></td><td></td></tr>
<tr><td valign="top"><a href="#unmake_projection_req-1">unmake_projection_req/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#unmake_projection_resp-1">unmake_projection_resp/1</a></td><td></td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="dec_p_srvr-1">dec_p_srvr/1</a></h3>
<div class="spec">
<p><tt>dec_p_srvr(Bin) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="dec_projection_v1-1">dec_projection_v1/1</a></h3>
<div class="spec">
<p><tt>dec_projection_v1(Bin) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="enc_p_srvr-1">enc_p_srvr/1</a></h3>
<div class="spec">
<p><tt>enc_p_srvr(P) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="enc_projection_v1-1">enc_projection_v1/1</a></h3>
<div class="spec">
<p><tt>enc_projection_v1(P) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="make_projection_req-2">make_projection_req/2</a></h3>
<div class="spec">
<p><tt>make_projection_req(ID, X2) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="make_projection_resp-3">make_projection_resp/3</a></h3>
<div class="spec">
<p><tt>make_projection_resp(ID, X2, Status) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="unmake_projection_req-1">unmake_projection_req/1</a></h3>
<div class="spec">
<p><tt>unmake_projection_req(Mpb_ll_request) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="unmake_projection_resp-1">unmake_projection_resp/1</a></h3>
<div class="spec">
<p><tt>unmake_projection_resp(Mpb_ll_response) -&gt; any()</tt></p>
</div>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jun 25 2015, 16:39:10.</i></p>
</body>
</html>