classhueplusplus_1_1_bridge_finder.html 18.9 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>hueplusplus: hueplusplus::BridgeFinder Class Reference</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">hueplusplus
   &#160;<span id="projectnumber">1.0.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</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="namespacehueplusplus.html">hueplusplus</a></li><li class="navelem"><a class="el" href="classhueplusplus_1_1_bridge_finder.html">BridgeFinder</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="classhueplusplus_1_1_bridge_finder-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">hueplusplus::BridgeFinder Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p><code>#include &lt;<a class="el" href="_bridge_8h_source.html">hueplusplus/Bridge.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structhueplusplus_1_1_bridge_finder_1_1_bridge_identification.html">BridgeIdentification</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a84d4cd53894f7a1e9bde97998e59f274"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#a84d4cd53894f7a1e9bde97998e59f274">BridgeFinder</a> (std::shared_ptr&lt; const <a class="el" href="classhueplusplus_1_1_i_http_handler.html">IHttpHandler</a> &gt; handler)</td></tr>
<tr class="memdesc:a84d4cd53894f7a1e9bde97998e59f274"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor of <a class="el" href="classhueplusplus_1_1_bridge_finder.html">BridgeFinder</a> class.  <a href="#a84d4cd53894f7a1e9bde97998e59f274">More...</a><br /></td></tr>
<tr class="separator:a84d4cd53894f7a1e9bde97998e59f274"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86cce17f26187a97547a44fab8c920a1"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="structhueplusplus_1_1_bridge_finder_1_1_bridge_identification.html">BridgeIdentification</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#a86cce17f26187a97547a44fab8c920a1">findBridges</a> () const</td></tr>
<tr class="memdesc:a86cce17f26187a97547a44fab8c920a1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Finds all bridges in the network and returns them.  <a href="#a86cce17f26187a97547a44fab8c920a1">More...</a><br /></td></tr>
<tr class="separator:a86cce17f26187a97547a44fab8c920a1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9ff121c380ceaceaf5da2b7a772e5c4b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classhueplusplus_1_1_bridge.html">Bridge</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#a9ff121c380ceaceaf5da2b7a772e5c4b">getBridge</a> (const <a class="el" href="structhueplusplus_1_1_bridge_finder_1_1_bridge_identification.html">BridgeIdentification</a> &amp;identification, bool sharedState=false)</td></tr>
<tr class="memdesc:a9ff121c380ceaceaf5da2b7a772e5c4b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets a Hue bridge based on its identification.  <a href="#a9ff121c380ceaceaf5da2b7a772e5c4b">More...</a><br /></td></tr>
<tr class="separator:a9ff121c380ceaceaf5da2b7a772e5c4b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab1fec93e45160886b712a52e3ac6d073"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#ab1fec93e45160886b712a52e3ac6d073">addUsername</a> (const std::string &amp;mac, const std::string &amp;<a class="el" href="_lights_off_8cpp.html#adc05afa9d9bfcc39217447497e598792">username</a>)</td></tr>
<tr class="memdesc:ab1fec93e45160886b712a52e3ac6d073"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function that adds a username to the usernames map.  <a href="#ab1fec93e45160886b712a52e3ac6d073">More...</a><br /></td></tr>
<tr class="separator:ab1fec93e45160886b712a52e3ac6d073"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac5f7abe7bc156b73732d8c59db3c9641"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#ac5f7abe7bc156b73732d8c59db3c9641">addClientKey</a> (const std::string &amp;mac, const std::string &amp;clientkey)</td></tr>
<tr class="memdesc:ac5f7abe7bc156b73732d8c59db3c9641"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function that adds a client key to the clientkeys map.  <a href="#ac5f7abe7bc156b73732d8c59db3c9641">More...</a><br /></td></tr>
<tr class="separator:ac5f7abe7bc156b73732d8c59db3c9641"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abb2235e0866f51c3e81740f14de7b5aa"><td class="memItemLeft" align="right" valign="top">const std::map&lt; std::string, std::string &gt; &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#abb2235e0866f51c3e81740f14de7b5aa">getAllUsernames</a> () const</td></tr>
<tr class="memdesc:abb2235e0866f51c3e81740f14de7b5aa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Function that returns a map of mac addresses and usernames.  <a href="#abb2235e0866f51c3e81740f14de7b5aa">More...</a><br /></td></tr>
<tr class="separator:abb2235e0866f51c3e81740f14de7b5aa"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ad9b05c8c5fb48ebe78675c95688ddfef"><td class="memItemLeft" align="right" valign="top">static std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhueplusplus_1_1_bridge_finder.html#ad9b05c8c5fb48ebe78675c95688ddfef">normalizeMac</a> (std::string input)</td></tr>
<tr class="memdesc:ad9b05c8c5fb48ebe78675c95688ddfef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Normalizes mac address to plain hex number.  <a href="#ad9b05c8c5fb48ebe78675c95688ddfef">More...</a><br /></td></tr>
<tr class="separator:ad9b05c8c5fb48ebe78675c95688ddfef"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class to find all Hue bridges on the network and create usernames for them. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a84d4cd53894f7a1e9bde97998e59f274"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a84d4cd53894f7a1e9bde97998e59f274">&#9670;&nbsp;</a></span>BridgeFinder()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">hueplusplus::BridgeFinder::BridgeFinder </td>
          <td>(</td>
          <td class="paramtype">std::shared_ptr&lt; const <a class="el" href="classhueplusplus_1_1_i_http_handler.html">IHttpHandler</a> &gt;&#160;</td>
          <td class="paramname"><em>handler</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructor of <a class="el" href="classhueplusplus_1_1_bridge_finder.html">BridgeFinder</a> class. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">handler</td><td>HttpHandler of type <a class="el" href="classhueplusplus_1_1_i_http_handler.html">IHttpHandler</a> for communication with the bridge </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="ac5f7abe7bc156b73732d8c59db3c9641"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac5f7abe7bc156b73732d8c59db3c9641">&#9670;&nbsp;</a></span>addClientKey()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void hueplusplus::BridgeFinder::addClientKey </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>mac</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>clientkey</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Function that adds a client key to the clientkeys map. </p>
<p>The client key is only needed for entertainment mode, otherwise it is optional. </p><dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">mac</td><td>MAC address of Hue bridge </td></tr>
    <tr><td class="paramname">clientkey</td><td>Client key that is used to control the Hue bridge in entertainment mode </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="ab1fec93e45160886b712a52e3ac6d073"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab1fec93e45160886b712a52e3ac6d073">&#9670;&nbsp;</a></span>addUsername()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void hueplusplus::BridgeFinder::addUsername </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>mac</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>username</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Function that adds a username to the usernames map. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">mac</td><td>MAC address of Hue bridge </td></tr>
    <tr><td class="paramname">username</td><td>Username that is used to control the Hue bridge </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="a86cce17f26187a97547a44fab8c920a1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a86cce17f26187a97547a44fab8c920a1">&#9670;&nbsp;</a></span>findBridges()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt; <a class="el" href="structhueplusplus_1_1_bridge_finder_1_1_bridge_identification.html">BridgeFinder::BridgeIdentification</a> &gt; hueplusplus::BridgeFinder::findBridges </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Finds all bridges in the network and returns them. </p>
<p>The user should be given the opportunity to select the correct one based on the mac address. </p><dl class="section return"><dt>Returns</dt><dd>vector containing ip and mac of all found bridges </dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname">std::system_error</td><td>when system or socket operations fail </td></tr>
    <tr><td class="paramname"><a class="el" href="classhueplusplus_1_1_hue_exception.html" title="Exception class with file information. Base class of all custom exception classes. ">HueException</a></td><td>when response contained no body </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="abb2235e0866f51c3e81740f14de7b5aa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abb2235e0866f51c3e81740f14de7b5aa">&#9670;&nbsp;</a></span>getAllUsernames()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const std::map&lt; std::string, std::string &gt; &amp; hueplusplus::BridgeFinder::getAllUsernames </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Function that returns a map of mac addresses and usernames. </p>
<p>Note these should be saved at the end and re-loaded with <a class="el" href="classhueplusplus_1_1_bridge_finder.html#ab1fec93e45160886b712a52e3ac6d073">addUsername</a> next time, so only one username is generated per bridge. </p><dl class="section return"><dt>Returns</dt><dd>A map mapping mac address to username for every bridge </dd></dl>

</div>
</div>
<a id="a9ff121c380ceaceaf5da2b7a772e5c4b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9ff121c380ceaceaf5da2b7a772e5c4b">&#9670;&nbsp;</a></span>getBridge()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhueplusplus_1_1_bridge.html">Bridge</a> hueplusplus::BridgeFinder::getBridge </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structhueplusplus_1_1_bridge_finder_1_1_bridge_identification.html">BridgeIdentification</a> &amp;&#160;</td>
          <td class="paramname"><em>identification</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>sharedState</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Gets a Hue bridge based on its identification. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">identification</td><td><a class="el" href="structhueplusplus_1_1_bridge_finder_1_1_bridge_identification.html">BridgeIdentification</a> that specifies a bridge </td></tr>
    <tr><td class="paramname">sharedState</td><td>Uses a single, shared cache for all objects on the bridge. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd><a class="el" href="classhueplusplus_1_1_bridge.html">Bridge</a> class object </dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
  <table class="exception">
    <tr><td class="paramname">std::system_error</td><td>when system or socket operations fail </td></tr>
    <tr><td class="paramname"><a class="el" href="classhueplusplus_1_1_hue_exception.html" title="Exception class with file information. Base class of all custom exception classes. ">HueException</a></td><td>when response contained no body or username could not be requested </td></tr>
    <tr><td class="paramname"><a class="el" href="classhueplusplus_1_1_hue_a_p_i_response_exception.html" title="Exception caused by a Hue API &quot;error&quot; response with additional information. ">HueAPIResponseException</a></td><td>when response contains an error </td></tr>
    <tr><td class="paramname">nlohmann::json::parse_error</td><td>when response could not be parsed </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a id="ad9b05c8c5fb48ebe78675c95688ddfef"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad9b05c8c5fb48ebe78675c95688ddfef">&#9670;&nbsp;</a></span>normalizeMac()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::string hueplusplus::BridgeFinder::normalizeMac </td>
          <td>(</td>
          <td class="paramtype">std::string&#160;</td>
          <td class="paramname"><em>input</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Normalizes mac address to plain hex number. </p>
<dl class="section return"><dt>Returns</dt><dd><code>input</code> without separators and whitespace, in lower case. </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>include/hueplusplus/<a class="el" href="_bridge_8h_source.html">Bridge.h</a></li>
<li>src/<a class="el" href="_bridge_8cpp.html">Bridge.cpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>