Files
rippled/GRPCTestClientBase_8h_source.html
2025-11-04 00:36:48 -08:00

142 lines
14 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: GRPCTestClientBase.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_120ed4da3e3217b1e7fc0b4f48568e79.html">test</a></li><li class="navelem"><a class="el" href="dir_9e5c3433ad783ee5f9e7b66541a4db0e.html">rpc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">GRPCTestClientBase.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef XRPL_GRPCTESTCLIENTBASE_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_GRPCTESTCLIENTBASE_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &lt;test/jtx/envconfig.h&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include &lt;xrpl/proto/org/xrpl/rpc/v1/xrp_ledger.grpc.pb.h&gt;</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &lt;grpcpp/grpcpp.h&gt;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">namespace </span>test {</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html"> 13</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1test_1_1GRPCTestClientBase.html">GRPCTestClientBase</a></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span>{</div>
<div class="foldopen" id="foldopen00015" data-start="{" data-end="}">
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#afed8c60c51a9ac107cb75415c4f8b15b"> 15</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structripple_1_1test_1_1GRPCTestClientBase.html#afed8c60c51a9ac107cb75415c4f8b15b">GRPCTestClientBase</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&amp; port)</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> : <a class="code hl_variable" href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162">stub_</a>(org::xrpl::<a class="code hl_class" href="classripple_1_1test_1_1jtx_1_1rpc.html">rpc</a>::v1::XRPLedgerAPIService::NewStub(</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> grpc::CreateChannel(</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <a class="code hl_namespace" href="namespacebeast.html">beast</a>::IP::Endpoint(</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <a class="code hl_namespace" href="namespaceboost.html">boost</a>::asio::ip::make_address(<a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>()),</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <a class="code hl_namespace" href="namespacestd.html">std</a>::stoi(port))</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> .<a class="code hl_function" href="namespaceripple.html#ac124fe6744b7fe887dec949b56b16d50">to_string</a>(),</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> grpc::InsecureChannelCredentials())))</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> {</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> }</div>
</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#aa10315a3d1766936e53f33210ac435ac"> 26</a></span> grpc::Status <a class="code hl_variable" href="structripple_1_1test_1_1GRPCTestClientBase.html#aa10315a3d1766936e53f33210ac435ac">status</a>;</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#aee052bae4886450a25a7a934ce6672f1"> 27</a></span> grpc::ClientContext <a class="code hl_variable" href="structripple_1_1test_1_1GRPCTestClientBase.html#aee052bae4886450a25a7a934ce6672f1">context</a>;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162"> 28</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;org::xrpl::rpc::v1::XRPLedgerAPIService::Stub&gt;</a> <a class="code hl_variable" href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162">stub_</a>;</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span>};</div>
</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span>} <span class="comment">// namespace test</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#endif </span><span class="comment">// XRPL_GRPCTESTCLIENTBASE_H</span></div>
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
<div class="ttc" id="aclassripple_1_1test_1_1jtx_1_1rpc_html"><div class="ttname"><a href="classripple_1_1test_1_1jtx_1_1rpc.html">ripple::test::jtx::rpc</a></div><div class="ttdoc">Set the expected result code for a JTx The test will fail if the code doesn't match.</div><div class="ttdef"><b>Definition</b> <a href="rpc_8h_source.html#l00015">rpc.h:16</a></div></div>
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00653">base_uint.h:653</a></div></div>
<div class="ttc" id="anamespaceboost_html"><div class="ttname"><a href="namespaceboost.html">boost</a></div><div class="ttdef"><b>Definition</b> <a href="IPAddress_8h_source.html#l00086">IPAddress.h:86</a></div></div>
<div class="ttc" id="anamespaceripple_1_1test_html_ad454fc1e1183106ecfeeaf41343d5ddf"><div class="ttname"><a href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">ripple::test::getEnvLocalhostAddr</a></div><div class="ttdeci">char const * getEnvLocalhostAddr()</div><div class="ttdef"><b>Definition</b> <a href="envconfig_8h_source.html#l00017">envconfig.h:17</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00006">algorithm.h:6</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac124fe6744b7fe887dec949b56b16d50"><div class="ttname"><a href="namespaceripple.html#ac124fe6744b7fe887dec949b56b16d50">ripple::to_string</a></div><div class="ttdeci">std::string to_string(base_uint&lt; Bits, Tag &gt; const &amp;a)</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00611">base_uint.h:611</a></div></div>
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
<div class="ttc" id="astructripple_1_1test_1_1GRPCTestClientBase_html"><div class="ttname"><a href="structripple_1_1test_1_1GRPCTestClientBase.html">ripple::test::GRPCTestClientBase</a></div><div class="ttdef"><b>Definition</b> <a href="GRPCTestClientBase_8h_source.html#l00013">GRPCTestClientBase.h:14</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1GRPCTestClientBase_html_aa10315a3d1766936e53f33210ac435ac"><div class="ttname"><a href="structripple_1_1test_1_1GRPCTestClientBase.html#aa10315a3d1766936e53f33210ac435ac">ripple::test::GRPCTestClientBase::status</a></div><div class="ttdeci">grpc::Status status</div><div class="ttdef"><b>Definition</b> <a href="GRPCTestClientBase_8h_source.html#l00026">GRPCTestClientBase.h:26</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1GRPCTestClientBase_html_ad7f22d68c721c8362822215819cf6162"><div class="ttname"><a href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162">ripple::test::GRPCTestClientBase::stub_</a></div><div class="ttdeci">std::unique_ptr&lt; org::xrpl::rpc::v1::XRPLedgerAPIService::Stub &gt; stub_</div><div class="ttdef"><b>Definition</b> <a href="GRPCTestClientBase_8h_source.html#l00028">GRPCTestClientBase.h:28</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1GRPCTestClientBase_html_aee052bae4886450a25a7a934ce6672f1"><div class="ttname"><a href="structripple_1_1test_1_1GRPCTestClientBase.html#aee052bae4886450a25a7a934ce6672f1">ripple::test::GRPCTestClientBase::context</a></div><div class="ttdeci">grpc::ClientContext context</div><div class="ttdef"><b>Definition</b> <a href="GRPCTestClientBase_8h_source.html#l00027">GRPCTestClientBase.h:27</a></div></div>
<div class="ttc" id="astructripple_1_1test_1_1GRPCTestClientBase_html_afed8c60c51a9ac107cb75415c4f8b15b"><div class="ttname"><a href="structripple_1_1test_1_1GRPCTestClientBase.html#afed8c60c51a9ac107cb75415c4f8b15b">ripple::test::GRPCTestClientBase::GRPCTestClientBase</a></div><div class="ttdeci">GRPCTestClientBase(std::string const &amp;port)</div><div class="ttdef"><b>Definition</b> <a href="GRPCTestClientBase_8h_source.html#l00015">GRPCTestClientBase.h:15</a></div></div>
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>