-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit db093a0
Showing
172 changed files
with
33,174 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
<!-- HTML header for doxygen 1.9.5--> | ||
<!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.6"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>bRAWcap: 01_adapter_property_reader.c File 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" /> | ||
<link href="1_doxygen-awesome.css" rel="stylesheet" type="text/css"/> | ||
<link href="2_bplus_generic_extensions.css" rel="stylesheet" type="text/css"/> | ||
<!-- BEGIN BPLUS MODIFICATIONS --> | ||
<!-- Load and initialize used doxygen extensions --> | ||
<script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script> | ||
<script type="text/javascript" src="doxygen-awesome-fragment-copy-button.js"></script> | ||
<script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeDarkModeToggle.init() | ||
DoxygenAwesomeFragmentCopyButton.init() | ||
DoxygenAwesomeParagraphLink.init() | ||
</script> | ||
<!-- We use a sticky navigation header - therefore we have to handle the header offset while scrolling and linking --> | ||
<script type="text/javascript"> | ||
// Fix offset due to sticky top (navigation) | ||
function UpdateHeaderOffset(){ | ||
var headerEl = document.getElementById("top"); | ||
var headerHeight = +headerEl.offsetHeight; | ||
document.documentElement.style.scrollPaddingTop = headerHeight + 'px'; | ||
} | ||
// Fix offset and scroll to anchor if page is loaded with anchor url. | ||
function ScrollToAnchorOnLoad(){ | ||
UpdateHeaderOffset(); | ||
var anchor = document.getElementById(window.location.hash.substr(1)) | ||
if(anchor){ | ||
anchor.scrollIntoView(); | ||
} | ||
} | ||
// Add listeners for updating our sticky header offset... | ||
document.addEventListener('DOMNodeInserted', ScrollToAnchorOnLoad); | ||
window.addEventListener('resize', UpdateHeaderOffset); | ||
</script> | ||
<!-- END BPLUS MODIFICATIONS --> | ||
</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="projectlogo"><img alt="Logo" src="bplus_logo.svg"/></td> | ||
<td id="projectalign"> | ||
<div id="projectname">bRAWcap<span id="projectnumber"> 1.0.0</span> | ||
</div> | ||
<div id="projectbrief">b-plus Technologies - Ethernet Performance Transmitter Receiver</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.9.6 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&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&dn=expat.txt MIT */ | ||
$(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"> | ||
<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_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li> </ul> | ||
</div> | ||
</div><!-- top --> | ||
<div class="header"> | ||
<div class="headertitle"><div class="title">01_adapter_property_reader.c File Reference</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
|
||
<p>bRAWcap Example - Demonstrates the usage of the adapter handling module. | ||
<a href="#details">More...</a></p> | ||
<div class="textblock"><code>#include "<a class="el" href="libbrawcap_8h_source.html">libbrawcap.h</a>"</code><br /> | ||
<code>#include <stdlib.h></code><br /> | ||
<code>#include <stdio.h></code><br /> | ||
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> | ||
<div class="textblock"><p>bRAWcap Example - Demonstrates the usage of the adapter handling module. </p> | ||
<p>It shows how to:</p><ul> | ||
<li>Update and use the adapter list</li> | ||
<li>Read adapter properties</li> | ||
</ul> | ||
<p>This example makes use of C only.</p> | ||
<dl class="section attention"><dt>Attention</dt><dd>This example requires a valid bRAWcap license. Reading adapter properties is not part of the demo.</dd></dl> | ||
<dl class="section version"><dt>Version</dt><dd>1.0</dd></dl> | ||
<dl class="section date"><dt>Date</dt><dd>2023-03-24</dd></dl> | ||
<dl class="section copyright"><dt>Copyright</dt><dd><b> © 2021 - b-plus technologies GmbH. All rights reserved!</b></dd></dl> | ||
<p>All rights exclusively reserved for b-plus GmbH, unless expressly otherwise agreed.</p> | ||
<p>Redistribution in source or any other form, with or without modification, is not permitted.</p> | ||
<p>You may use this code under the according license terms of b-plus. Please contact b-plus at <a href="#" onclick="location.href='mai'+'lto:'+'ser'+'vi'+'ces'+'@b'+'-pl'+'us'+'.co'+'m'; return false;">servi<span class="obfuscator">.nosp@m.</span>ces@<span class="obfuscator">.nosp@m.</span>b-plu<span class="obfuscator">.nosp@m.</span>s.co<span class="obfuscator">.nosp@m.</span>m</a> to get the appropriate terms and conditions. </p> | ||
</div></div><!-- contents --> | ||
<!-- start footer part --> | ||
<!-- BEGIN BPLUS MODIFICATIONS --> | ||
<!-- Keep the footer clear (removes the default doxygen footer) --> | ||
<!-- END BPLUS MODIFICATIONS --> | ||
</body> | ||
</html> |
Oops, something went wrong.