Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 1125

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CNTRIPClient.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">CNTRIPClient.h</div>  </div>
</div>
<div class="contents">
<a href="_c_n_t_r_i_p_client_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* +---------------------------------------------------------------------------+</span>
<a name="l00002"></a>00002 <span class="comment">   |          The Mobile Robot Programming Toolkit (MRPT) C++ library          |</span>
<a name="l00003"></a>00003 <span class="comment">   |                                                                           |</span>
<a name="l00004"></a>00004 <span class="comment">   |                       http://www.mrpt.org/                                |</span>
<a name="l00005"></a>00005 <span class="comment">   |                                                                           |</span>
<a name="l00006"></a>00006 <span class="comment">   |   Copyright (C) 2005-2011  University of Malaga                           |</span>
<a name="l00007"></a>00007 <span class="comment">   |                                                                           |</span>
<a name="l00008"></a>00008 <span class="comment">   |    This software was written by the Machine Perception and Intelligent    |</span>
<a name="l00009"></a>00009 <span class="comment">   |      Robotics Lab, University of Malaga (Spain).                          |</span>
<a name="l00010"></a>00010 <span class="comment">   |    Contact: Jose-Luis Blanco  &lt;jlblanco@ctima.uma.es&gt;                     |</span>
<a name="l00011"></a>00011 <span class="comment">   |                                                                           |</span>
<a name="l00012"></a>00012 <span class="comment">   |  This file is part of the MRPT project.                                   |</span>
<a name="l00013"></a>00013 <span class="comment">   |                                                                           |</span>
<a name="l00014"></a>00014 <span class="comment">   |     MRPT is free software: you can redistribute it and/or modify          |</span>
<a name="l00015"></a>00015 <span class="comment">   |     it under the terms of the GNU General Public License as published by  |</span>
<a name="l00016"></a>00016 <span class="comment">   |     the Free Software Foundation, either version 3 of the License, or     |</span>
<a name="l00017"></a>00017 <span class="comment">   |     (at your option) any later version.                                   |</span>
<a name="l00018"></a>00018 <span class="comment">   |                                                                           |</span>
<a name="l00019"></a>00019 <span class="comment">   |   MRPT is distributed in the hope that it will be useful,                 |</span>
<a name="l00020"></a>00020 <span class="comment">   |     but WITHOUT ANY WARRANTY; without even the implied warranty of        |</span>
<a name="l00021"></a>00021 <span class="comment">   |     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         |</span>
<a name="l00022"></a>00022 <span class="comment">   |     GNU General Public License for more details.                          |</span>
<a name="l00023"></a>00023 <span class="comment">   |                                                                           |</span>
<a name="l00024"></a>00024 <span class="comment">   |     You should have received a copy of the GNU General Public License     |</span>
<a name="l00025"></a>00025 <span class="comment">   |     along with MRPT.  If not, see &lt;http://www.gnu.org/licenses/&gt;.         |</span>
<a name="l00026"></a>00026 <span class="comment">   |                                                                           |</span>
<a name="l00027"></a>00027 <span class="comment">   +---------------------------------------------------------------------------+ */</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef CNTRIPClient_H</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define CNTRIPClient_H</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;<a class="code" href="utils__defs_8h.html">mrpt/utils/utils_defs.h</a>&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;<a class="code" href="synch_8h.html">mrpt/synch.h</a>&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;<a class="code" href="threads_8h.html">mrpt/system/threads.h</a>&gt;</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;<a class="code" href="hwdrivers_2include_2mrpt_2hwdrivers_2link__pragmas_8h.html">mrpt/hwdrivers/link_pragmas.h</a>&gt;</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;list&gt;</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">namespace </span>mrpt
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042         <span class="keyword">namespace </span>hwdrivers
<a name="l00043"></a>00043         {
<a name="l00044"></a>00044                 <span class="keyword">using namespace </span>std;
<a name="l00045"></a>00045 <span class="comment"></span>
<a name="l00046"></a>00046 <span class="comment">                /** A client for NTRIP (HTTP) sources of differential GPS corrections from internet servers, or Global navigation satellite system (GNSS) internet radio.</span>
<a name="l00047"></a>00047 <span class="comment">                  *  Usage:</span>
<a name="l00048"></a>00048 <span class="comment">                  *             - To open the server, invoke &quot;open&quot; with the proper parameters. Then use &quot;stream_data&quot; to read the read data.</span>
<a name="l00049"></a>00049 <span class="comment">                  *             - To obtain a list of all the mountpoints available at a given NTRIP Caster, call &quot;retrieveListOfMountpoints&quot; (it&#39;s a static method).</span>
<a name="l00050"></a>00050 <span class="comment">                  *</span>
<a name="l00051"></a>00051 <span class="comment">                  *  It is not neccesary to call &quot;close&quot;, the connection is ended at destruction.</span>
<a name="l00052"></a>00052 <span class="comment">                  *</span>
<a name="l00053"></a>00053 <span class="comment">                  * \note For a good reference of the NTRIP protocol, see http://gnss.itacyl.es/opencms/opencms/system/modules/es.jcyl.ita.site.gnss/resources/documentos_gnss/NtripDocumentation.pdf</span>
<a name="l00054"></a>00054 <span class="comment">                  * \ingroup mrpt_hwdrivers_grp</span>
<a name="l00055"></a>00055 <span class="comment">                  *</span>
<a name="l00056"></a>00056 <span class="comment">                  */</span>
<a name="l00057"></a>00057                 <span class="keyword">class </span><a class="code" href="hwdrivers__impexp_8h.html#a5bcf681973c7e4e76310bd0791f1b612">HWDRIVERS_IMPEXP</a> CNTRIPClient
<a name="l00058"></a>00058                 {
<a name="l00059"></a>00059                 <span class="keyword">public</span>:
<a name="l00060"></a>00060 <span class="comment"></span>
<a name="l00061"></a>00061 <span class="comment">                        /** A descriptor of one stream in an NTRIP Caster - See CNTRIPClient::retrieveListOfMountpoints</span>
<a name="l00062"></a>00062 <span class="comment">                         */</span>
<a name="l00063"></a>00063                         <span class="keyword">struct </span><a class="code" href="hwdrivers__impexp_8h.html#a5bcf681973c7e4e76310bd0791f1b612">HWDRIVERS_IMPEXP</a> TMountPoint
<a name="l00064"></a>00064                         {
<a name="l00065"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a8ce5f978bd0c308b66bbee2bfa3b2555">00065</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a8ce5f978bd0c308b66bbee2bfa3b2555">mountpoint_name</a>;
<a name="l00066"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#af8fd4f6413926d76d3bad86ec617bbda">00066</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#af8fd4f6413926d76d3bad86ec617bbda" title="City name.">id</a>;  <span class="comment">//!&lt; City name</span>
<a name="l00067"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a0e00ae4879cf9530eb02bfc00cd9d7ee">00067</a> <span class="comment"></span>                                <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a0e00ae4879cf9530eb02bfc00cd9d7ee" title="RTCM 2.3, RTCM 3, CMR+, etc...">format</a>; <span class="comment">//!&lt; RTCM 2.3, RTCM 3, CMR+, etc...</span>
<a name="l00068"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a6e43ab995fe3c54560ca8183317c42b7">00068</a> <span class="comment"></span>                                <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a6e43ab995fe3c54560ca8183317c42b7">format_details</a>;
<a name="l00069"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a10ca9989160c50d9bb33fa701d846666">00069</a>                                 <span class="keywordtype">int</span>             <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a10ca9989160c50d9bb33fa701d846666" title="0: No carrier phase, 1: L1, 2: L1+L2">carrier</a>; <span class="comment">//!&lt; 0: No carrier phase, 1: L1, 2: L1+L2</span>
<a name="l00070"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a6b22c1a3f6d8767136e729fa09391255">00070</a> <span class="comment"></span>                                <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a6b22c1a3f6d8767136e729fa09391255" title="GPS, ...">nav_system</a>;     <span class="comment">//!&lt; GPS, ...</span>
<a name="l00071"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a2f13f2511d931ff97aaee9aadb55cb9c">00071</a> <span class="comment"></span>                                <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a2f13f2511d931ff97aaee9aadb55cb9c" title="IGS, ...">network</a>;        <span class="comment">//!&lt; IGS, ...</span>
<a name="l00072"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a8143b110f23a5f74700d04c036004be8">00072</a> <span class="comment"></span>                                <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a8143b110f23a5f74700d04c036004be8" title="ITA, ESP, DEU,...">country_code</a>;   <span class="comment">//!&lt; ITA, ESP, DEU,...</span>
<a name="l00073"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a077d88f3f7648ee81ae89aeb272cfbde">00073</a> <span class="comment"></span>                                <span class="keywordtype">double</span>  latitude, <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a077d88f3f7648ee81ae89aeb272cfbde">longitude</a>;
<a name="l00074"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a0eb7b13865660afb5527373f0ccb1a6b">00074</a>                                 <span class="keywordtype">bool</span>    <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a0eb7b13865660afb5527373f0ccb1a6b">needs_nmea</a>;
<a name="l00075"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#abe92160503b7a0ec1e4727435005664c">00075</a>                                 <span class="keywordtype">bool</span>    <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#abe92160503b7a0ec1e4727435005664c">net_ref_stations</a>;
<a name="l00076"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a445fc456d191080bed8025bddc290574">00076</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a445fc456d191080bed8025bddc290574">generator_model</a>;
<a name="l00077"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a27d32540781f8f02a747f44d32841b95">00077</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a27d32540781f8f02a747f44d32841b95" title="&quot;none&quot;">compr_encryp</a>;           <span class="comment">//!&lt; &quot;none&quot;</span>
<a name="l00078"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a2de49b5969956c6e073290430b25522d">00078</a> <span class="comment"></span>                                <span class="keywordtype">char</span>    <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a2de49b5969956c6e073290430b25522d" title="&quot;N&quot;: none, &quot;B&quot;: basic, &quot;D&quot;: digest">authentication</a>;         <span class="comment">//!&lt; &quot;N&quot;: none, &quot;B&quot;: basic, &quot;D&quot;: digest</span>
<a name="l00079"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a5242371f448a5ae296a65bf291f39c76">00079</a> <span class="comment"></span>                                <span class="keywordtype">bool</span>    <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a5242371f448a5ae296a65bf291f39c76">pay_service</a>;
<a name="l00080"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a47d409d1240f18b83f47dea20ec13350">00080</a>                                 <span class="keywordtype">int</span>             <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a47d409d1240f18b83f47dea20ec13350">stream_bitspersec</a>;
<a name="l00081"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a0e19fcf64c24f6fd2f24e6b3d5601d71">00081</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a0e19fcf64c24f6fd2f24e6b3d5601d71">extra_info</a>;
<a name="l00082"></a>00082 
<a name="l00083"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html#a59919fb7e9edd6c00881cf52bc34d2a7">00083</a>                                 <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_t_mount_point.html" title="A descriptor of one stream in an NTRIP Caster - See CNTRIPClient::retrieveListOfMountpoints.">TMountPoint</a>() :
<a name="l00084"></a>00084                                         carrier(0),
<a name="l00085"></a>00085                                         latitude(0),
<a name="l00086"></a>00086                                         longitude(0),
<a name="l00087"></a>00087                                         needs_nmea(false),
<a name="l00088"></a>00088                                         net_ref_stations(false),
<a name="l00089"></a>00089                                         authentication(<span class="stringliteral">&#39;B&#39;</span>),
<a name="l00090"></a>00090                                         pay_service(false),
<a name="l00091"></a>00091                                         stream_bitspersec(0)
<a name="l00092"></a>00092                                 {}
<a name="l00093"></a>00093 
<a name="l00094"></a>00094                         };
<a name="l00095"></a>00095 
<a name="l00096"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a87876b056c78f192d6cd59a9f93d8a55">00096</a>                         <span class="keyword">typedef</span> <a class="code" href="classstd_1_1list.html" title="STL class.">list&lt;TMountPoint&gt;</a> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a87876b056c78f192d6cd59a9f93d8a55" title="Used in CNTRIPClient::retrieveListOfMountpoints.">TListMountPoints</a>; <span class="comment">//!&lt; Used in CNTRIPClient::retrieveListOfMountpoints</span>
<a name="l00097"></a>00097 <span class="comment"></span><span class="comment"></span>
<a name="l00098"></a>00098 <span class="comment">                        /**  The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open</span>
<a name="l00099"></a>00099 <span class="comment">                          */</span>
<a name="l00100"></a>00100                         <span class="keyword">struct </span><a class="code" href="hwdrivers__impexp_8h.html#a5bcf681973c7e4e76310bd0791f1b612">HWDRIVERS_IMPEXP</a> <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html" title="The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open.">NTRIPArgs</a>
<a name="l00101"></a>00101                         {
<a name="l00102"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a012a18427eebb012aebeb8e5be9730ca">00102</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a012a18427eebb012aebeb8e5be9730ca">server</a>;
<a name="l00103"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#ade4b70b6d58f181c00910857a28c51f5">00103</a>                                 <span class="keywordtype">int</span>             <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#ade4b70b6d58f181c00910857a28c51f5">port</a>;
<a name="l00104"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a3283c6a01b2c379f4121ab3604c3533a">00104</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a3283c6a01b2c379f4121ab3604c3533a">user</a>;
<a name="l00105"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a3024b37bfabb7f56f39b826af85cb015">00105</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a3024b37bfabb7f56f39b826af85cb015">password</a>;
<a name="l00106"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a7b67484d166f97d9cf4ebf35ef87067e">00106</a>                                 <span class="keywordtype">string</span>  <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a7b67484d166f97d9cf4ebf35ef87067e">mountpoint</a>;
<a name="l00107"></a>00107 <span class="comment"></span>
<a name="l00108"></a>00108 <span class="comment">                                /** Default params */</span>
<a name="l00109"></a><a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html#a259704c89b2d1ccbb22aca6b043ea277">00109</a>                                 <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html" title="The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open.">NTRIPArgs</a>() :
<a name="l00110"></a>00110                                         server          ( <span class="stringliteral">&quot;www.euref-ip.net&quot;</span> ),
<a name="l00111"></a>00111                                         port            ( 2101 ),
<a name="l00112"></a>00112                                         user            ( <span class="stringliteral">&quot;&quot;</span> ),
<a name="l00113"></a>00113                                         password        ( <span class="stringliteral">&quot;&quot;</span> ),
<a name="l00114"></a>00114                                         mountpoint      ( )
<a name="l00115"></a>00115                                 {
<a name="l00116"></a>00116                                 }
<a name="l00117"></a>00117                         };
<a name="l00118"></a>00118 
<a name="l00119"></a>00119                 <span class="keyword">protected</span>:
<a name="l00120"></a>00120                         <span class="keywordtype">void</span> private_ntrip_thread(); <span class="comment">//!&lt; The working thread</span>
<a name="l00121"></a>00121 <span class="comment"></span>
<a name="l00122"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a910873d970b783ce1ba89427792e9364">00122</a>                         mrpt<a class="code" href="structmrpt_1_1system_1_1_t_thread_handle.html" title="This structure contains the information needed to interface the threads API on each platform:...">::system::TThreadHandle</a>  <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a910873d970b783ce1ba89427792e9364">m_thread</a>;
<a name="l00123"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a89adf23071e0cf10f329f7f8946f0b78">00123</a>                         mrpt<a class="code" href="classmrpt_1_1synch_1_1_c_semaphore.html" title="A semaphore for inter-thread synchronization.">::synch::CSemaphore</a>  <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a89adf23071e0cf10f329f7f8946f0b78">m_sem_sock_closed</a>;
<a name="l00124"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a127d166d7e90372d491c37a673c45f2e">00124</a>                         mrpt<a class="code" href="classmrpt_1_1synch_1_1_c_semaphore.html" title="A semaphore for inter-thread synchronization.">::synch::CSemaphore</a>  <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a127d166d7e90372d491c37a673c45f2e">m_sem_first_connect_done</a>;
<a name="l00125"></a>00125 
<a name="l00126"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#aab495f81575c4f26a215bdb26b7aed2f">00126</a>                         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#aab495f81575c4f26a215bdb26b7aed2f">m_thread_exit</a>;
<a name="l00127"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#aa9ca2cbc768910421706d28a2f86e133">00127</a>                         <span class="keyword">mutable</span> <span class="keywordtype">bool</span> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#aa9ca2cbc768910421706d28a2f86e133" title="Will be &quot;true&quot; between &quot;open&quot; and &quot;close&quot;.">m_thread_do_process</a>; <span class="comment">//!&lt; Will be &quot;true&quot; between &quot;open&quot; and &quot;close&quot;</span>
<a name="l00128"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#ae2e7f4616ba0d86f3125fce82572073b">00128</a> <span class="comment"></span>                        <span class="keyword">mutable</span> <span class="keywordtype">bool</span> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#ae2e7f4616ba0d86f3125fce82572073b">m_waiting_answer_connection</a>;
<a name="l00129"></a>00129 
<a name="l00130"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821">00130</a>                         <span class="keyword">enum</span> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821">TConnResult</a> {
<a name="l00131"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821a48c116b33c4a457bf36497d1ce164541">00131</a>                                 connOk = 0,
<a name="l00132"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821af2685645b4ae71556c2a760d17e135d7">00132</a>                                 <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821af2685645b4ae71556c2a760d17e135d7">connError</a>,
<a name="l00133"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821aa03c42605a10f31d9077be5566f90e24">00133</a>                                 connUnauthorized
<a name="l00134"></a>00134                         };
<a name="l00135"></a>00135 
<a name="l00136"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a36dcd1e2de18e02fee4a608c9c619b9f">00136</a>                         <span class="keyword">mutable</span> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a751ec92c2aa49ca75bc91e36740dc821">TConnResult</a> <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a36dcd1e2de18e02fee4a608c9c619b9f">m_answer_connection</a>;
<a name="l00137"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a5b71e616c2adfc33dba035a5bb282598">00137</a>                         <span class="keyword">mutable</span> <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html" title="The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open.">NTRIPArgs</a>  <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a5b71e616c2adfc33dba035a5bb282598" title="All the parameters for the NTRIP connection.">m_args</a>;  <span class="comment">//!&lt; All the parameters for the NTRIP connection</span>
<a name="l00138"></a>00138 <span class="comment"></span>
<a name="l00139"></a>00139                 <span class="keyword">public</span>:
<a name="l00140"></a>00140                         <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html" title="A client for NTRIP (HTTP) sources of differential GPS corrections from internet servers, or Global navigation satellite system (GNSS) internet radio.">CNTRIPClient</a>();   <span class="comment">//!&lt; Default constructor</span>
<a name="l00141"></a>00141 <span class="comment"></span>                        <span class="keyword">virtual</span> ~<a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html" title="A client for NTRIP (HTTP) sources of differential GPS corrections from internet servers, or Global navigation satellite system (GNSS) internet radio.">CNTRIPClient</a>();   <span class="comment">//!&lt; Default destructor</span>
<a name="l00142"></a>00142 <span class="comment"></span><span class="comment"></span>
<a name="l00143"></a>00143 <span class="comment">                        /** Tries to open a given NTRIP stream and, if successful, launches a thread for continuously reading from it.</span>
<a name="l00144"></a>00144 <span class="comment">                          * \sa close, stream_data</span>
<a name="l00145"></a>00145 <span class="comment">                          *</span>
<a name="l00146"></a>00146 <span class="comment">                          * \return false On any kind of error, with a description of the error in errmsg, if provided.</span>
<a name="l00147"></a>00147 <span class="comment">                          */</span>
<a name="l00148"></a>00148                         <span class="keywordtype">bool</span> open(<span class="keyword">const</span> <a class="code" href="structmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client_1_1_n_t_r_i_p_args.html" title="The arguments for connecting to a NTRIP stream, used in CNTRIPClient::open.">NTRIPArgs</a> &amp;params, <span class="keywordtype">string</span> &amp;out_errmsg);
<a name="l00149"></a>00149 <span class="comment"></span>
<a name="l00150"></a>00150 <span class="comment">                        /** Closes the connection.</span>
<a name="l00151"></a>00151 <span class="comment">                          * \sa open</span>
<a name="l00152"></a>00152 <span class="comment">                          */</span>
<a name="l00153"></a>00153                         <span class="keywordtype">void</span> close();
<a name="l00154"></a>00154 <span class="comment"></span>
<a name="l00155"></a>00155 <span class="comment">                        /** The buffer with all the bytes so-far read from the NTRIP server stream.</span>
<a name="l00156"></a>00156 <span class="comment">                          * Call its &quot;readAndClear&quot; method in a timely fashion to get the stream contents.</span>
<a name="l00157"></a>00157 <span class="comment">                          * \sa open, close</span>
<a name="l00158"></a>00158 <span class="comment">                          */</span>
<a name="l00159"></a><a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a458f01bf0273c929eb833556b957511d">00159</a>                         mrpt<a class="code" href="classmrpt_1_1synch_1_1_m_t__buffer.html" title="This class is a bulk sequence of bytes with MultiThread (MT)-safe read and write operations.">::synch::MT_buffer</a>   <a class="code" href="classmrpt_1_1hwdrivers_1_1_c_n_t_r_i_p_client.html#a458f01bf0273c929eb833556b957511d" title="The buffer with all the bytes so-far read from the NTRIP server stream.">stream_data</a>;
<a name="l00160"></a>00160 <span class="comment"></span>
<a name="l00161"></a>00161 <span class="comment">                        /** Connect to a given NTRIP caster and get the list of all available mountpoints and their parameters.</span>
<a name="l00162"></a>00162 <span class="comment">                          *  Note that the authentication parameters &quot;auth_user&quot; and &quot;auth_pass&quot; will be left empty in most situations, since LISTING the Caster normally doesn&#39;t require special rights.</span>
<a name="l00163"></a>00163 <span class="comment">                          *</span>
<a name="l00164"></a>00164 <span class="comment">                          * Example:</span>
<a name="l00165"></a>00165 <span class="comment">                          * \code</span>
<a name="l00166"></a>00166 <span class="comment">                          *      CNTRIPClient::TListMountPoints lst;</span>
<a name="l00167"></a>00167 <span class="comment">                          *      std::string errMsg;</span>
<a name="l00168"></a>00168 <span class="comment">                          *      bool ret = CNTRIPClient::retrieveListOfMountpoints(lst,errMsg,&quot;www.euref-ip.net&quot;, 2101);</span>
<a name="l00169"></a>00169 <span class="comment">                          * \endcode</span>
<a name="l00170"></a>00170 <span class="comment">                          *</span>
<a name="l00171"></a>00171 <span class="comment">                          * \return False on any error, then &quot;errmsg&quot; holds the reason.</span>
<a name="l00172"></a>00172 <span class="comment">                          */</span>
<a name="l00173"></a>00173                         <span class="keyword">static</span> <span class="keywordtype">bool</span> retrieveListOfMountpoints(
<a name="l00174"></a>00174                                 <a class="code" href="classstd_1_1list.html" title="STL class.">TListMountPoints</a>        &amp;out_list,
<a name="l00175"></a>00175                                 <span class="keywordtype">string</span>                          &amp;out_errmsg,
<a name="l00176"></a>00176                                 <span class="keyword">const</span> <span class="keywordtype">string</span>            &amp;server,
<a name="l00177"></a>00177                                 <span class="keywordtype">int</span>                                     port = 2101,
<a name="l00178"></a>00178                                 <span class="keyword">const</span> <span class="keywordtype">string</span>            &amp;auth_user = <span class="keywordtype">string</span>(),
<a name="l00179"></a>00179                                 <span class="keyword">const</span> <span class="keywordtype">string</span>            &amp;auth_pass = <span class="keywordtype">string</span>()
<a name="l00180"></a>00180                                 );
<a name="l00181"></a>00181 
<a name="l00182"></a>00182 
<a name="l00183"></a>00183                 };      <span class="comment">// End of class</span>
<a name="l00184"></a>00184 
<a name="l00185"></a>00185         } <span class="comment">// End of namespace</span>
<a name="l00186"></a>00186 
<a name="l00187"></a>00187 } <span class="comment">// End of namespace</span>
<a name="l00188"></a>00188 
<a name="l00189"></a>00189 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>