mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
143 lines
16 KiB
HTML
143 lines
16 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">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<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 style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- 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">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</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 name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2020 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLED_GRPCTESTCLIENTBASE_H</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLED_GRPCTESTCLIENTBASE_H</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <org/xrpl/rpc/v1/xrp_ledger.grpc.pb.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <test/jtx/envconfig.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">namespace </span>test {</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html"> 29</a></span> <span class="keyword">struct </span><a class="code" href="structripple_1_1test_1_1GRPCTestClientBase.html">GRPCTestClientBase</a></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#afed8c60c51a9ac107cb75415c4f8b15b"> 31</a></span>  <span class="keyword">explicit</span> <a class="code" href="structripple_1_1test_1_1GRPCTestClientBase.html#afed8c60c51a9ac107cb75415c4f8b15b">GRPCTestClientBase</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& port)</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  : <a class="code" href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162">stub_</a>(org::xrpl::rpc::v1::XRPLedgerAPIService::NewStub(</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  grpc::CreateChannel(</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <a class="code" href="namespacebeast.html">beast</a>::IP::Endpoint(</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <a class="code" href="namespaceboost.html">boost</a>::asio::ip::make_address(<a class="code" href="namespaceripple_1_1test.html#a5cec438e4f0b4209c6e24ad4a60348f2">getEnvLocalhostAddr</a>()),</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <a class="code" href="namespacestd.html">std</a>::stoi(port))</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  .<a class="code" href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">to_string</a>(),</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  grpc::InsecureChannelCredentials())))</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  {</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  }</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#aa10315a3d1766936e53f33210ac435ac"> 42</a></span>  grpc::Status <a class="code" href="structripple_1_1test_1_1GRPCTestClientBase.html#aa10315a3d1766936e53f33210ac435ac">status</a>;</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#aee052bae4886450a25a7a934ce6672f1"> 43</a></span>  grpc::ClientContext <a class="code" href="structripple_1_1test_1_1GRPCTestClientBase.html#aee052bae4886450a25a7a934ce6672f1">context</a>;</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162"> 44</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<org::xrpl::rpc::v1::XRPLedgerAPIService::Stub></a> <a class="code" href="structripple_1_1test_1_1GRPCTestClientBase.html#ad7f22d68c721c8362822215819cf6162">stub_</a>;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> };</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> } <span class="comment">// namespace test</span></div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#endif // RIPPLED_GRPCTESTCLIENTBASE_H</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<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 class="ttdoc">STL class.</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< org::xrpl::rpc::v1::XRPLedgerAPIService::Stub > stub_</div><div class="ttdef"><b>Definition:</b> <a href="GRPCTestClientBase_8h_source.html#l00044">GRPCTestClientBase.h:44</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#l00103">IPAddress.h:103</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#l00042">GRPCTestClientBase.h:42</a></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#l00029">GRPCTestClientBase.h:29</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 &port)</div><div class="ttdef"><b>Definition:</b> <a href="GRPCTestClientBase_8h_source.html#l00031">GRPCTestClientBase.h:31</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1test_html_a5cec438e4f0b4209c6e24ad4a60348f2"><div class="ttname"><a href="namespaceripple_1_1test.html#a5cec438e4f0b4209c6e24ad4a60348f2">ripple::test::getEnvLocalhostAddr</a></div><div class="ttdeci">const char * getEnvLocalhostAddr()</div><div class="ttdef"><b>Definition:</b> <a href="envconfig_8h_source.html#l00031">envconfig.h:31</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#l00043">GRPCTestClientBase.h:43</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="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</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="anamespaceripple_html_af9776f187d3686a7fba4c2d2fbeebdf4"><div class="ttname"><a href="namespaceripple.html#af9776f187d3686a7fba4c2d2fbeebdf4">ripple::to_string</a></div><div class="ttdeci">std::string to_string(Manifest const &m)</div><div class="ttdoc">Format the specified manifest to a string for debugging purposes.</div><div class="ttdef"><b>Definition:</b> <a href="app_2misc_2impl_2Manifest_8cpp_source.html#l00038">app/misc/impl/Manifest.cpp:38</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< org::xrpl::rpc::v1::XRPLedgerAPIService::Stub ></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#l00657">base_uint.h:657</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|