Skip to content

Commit 16d6204

Browse files
author
robotdotnet
committedFeb 8, 2020
Automated Release 4
1 parent 096371b commit 16d6204

File tree

364 files changed

+203770
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+203770
-0
lines changed
 

‎api/Hal.Accelerometer.html

+311
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,311 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Class Accelerometer
9+
| RobotDotNet </title>
10+
<meta name="viewport" content="width=device-width">
11+
<meta name="title" content="Class Accelerometer
12+
| RobotDotNet ">
13+
<meta name="generator" content="docfx 2.48.1.0">
14+
15+
<link rel="shortcut icon" href="../favicon.ico">
16+
<link rel="stylesheet" href="../styles/docfx.vendor.css">
17+
<link rel="stylesheet" href="../styles/docfx.css">
18+
<link rel="stylesheet" href="../styles/main.css">
19+
<meta property="docfx:navrel" content="../toc.html">
20+
<meta property="docfx:tocrel" content="toc.html">
21+
22+
23+
24+
</head>
25+
<body data-spy="scroll" data-target="#affix" data-offset="120">
26+
<div id="wrapper">
27+
<header>
28+
29+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
30+
<div class="container">
31+
<div class="navbar-header">
32+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
33+
<span class="sr-only">Toggle navigation</span>
34+
<span class="icon-bar"></span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
</button>
38+
39+
<a class="navbar-brand" href="../index.html">
40+
<img id="logo" class="svg" src="../logo.svg" alt="">
41+
</a>
42+
</div>
43+
<div class="collapse navbar-collapse" id="navbar">
44+
<form class="navbar-form navbar-right" role="search" id="search">
45+
<div class="form-group">
46+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
47+
</div>
48+
</form>
49+
</div>
50+
</div>
51+
</nav>
52+
53+
<div class="subnav navbar navbar-default">
54+
<div class="container hide-when-search" id="breadcrumb">
55+
<ul class="breadcrumb">
56+
<li></li>
57+
</ul>
58+
</div>
59+
</div>
60+
</header>
61+
<div role="main" class="container body-content hide-when-search">
62+
63+
<div class="sidenav hide-when-search">
64+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
65+
<div class="sidetoggle collapse" id="sidetoggle">
66+
<div id="sidetoc"></div>
67+
</div>
68+
</div>
69+
<div class="article row grid-right">
70+
<div class="col-md-10">
71+
<article class="content wrap" id="_content" data-uid="Hal.Accelerometer">
72+
73+
74+
<h1 id="Hal_Accelerometer" data-uid="Hal.Accelerometer" class="text-break">Class Accelerometer
75+
</h1>
76+
<div class="markdown level0 summary"></div>
77+
<div class="markdown level0 conceptual"></div>
78+
<div class="inheritance">
79+
<h5>Inheritance</h5>
80+
<div class="level0"><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.object(v=vs.110).aspx">Object</a></div>
81+
<div class="level1"><span class="xref">Accelerometer</span></div>
82+
</div>
83+
<div class="inheritedMembers">
84+
<h5>Inherited Members</h5>
85+
<div>
86+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/bsc2ak47(v=vs.110).aspx">Object.Equals(Object)</a>
87+
</div>
88+
<div>
89+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/w4hkze5k(v=vs.110).aspx">Object.Equals(Object, Object)</a>
90+
</div>
91+
<div>
92+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/zdee4b3y(v=vs.110).aspx">Object.GetHashCode()</a>
93+
</div>
94+
<div>
95+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/dfwy45w9(v=vs.110).aspx">Object.GetType()</a>
96+
</div>
97+
<div>
98+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/57ctke0a(v=vs.110).aspx">Object.MemberwiseClone()</a>
99+
</div>
100+
<div>
101+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/hz2a0b8x(v=vs.110).aspx">Object.ReferenceEquals(Object, Object)</a>
102+
</div>
103+
<div>
104+
<a class="xref" href="https://msdn.microsoft.com/en-us/library/7bxwbwt2(v=vs.110).aspx">Object.ToString()</a>
105+
</div>
106+
</div>
107+
<h6><strong>Namespace</strong>: <a class="xref" href="Hal.html">Hal</a></h6>
108+
<h6><strong>Assembly</strong>: FRC.Hal.dll</h6>
109+
<h5 id="Hal_Accelerometer_syntax">Syntax</h5>
110+
<div class="codewrapper">
111+
<pre><code class="lang-csharp hljs">[NativeInterface(typeof(IAccelerometer))]
112+
public static class Accelerometer</code></pre>
113+
</div>
114+
<h3 id="methods">Methods
115+
</h3>
116+
<span class="small pull-right mobile-hide">
117+
<span class="divider">|</span>
118+
<a href="https://github.com/robotdotnet/wpilib/new/master/apiSpec/new?filename=Hal_Accelerometer_GetX.md&amp;value=---%0Auid%3A%20Hal.Accelerometer.GetX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
119+
</span>
120+
<span class="small pull-right mobile-hide">
121+
<a href="https://github.com/robotdotnet/wpilib/blob/master/src/hal/Accelerometer.cs/#L19">View Source</a>
122+
</span>
123+
<a id="Hal_Accelerometer_GetX_" data-uid="Hal.Accelerometer.GetX*"></a>
124+
<h4 id="Hal_Accelerometer_GetX" data-uid="Hal.Accelerometer.GetX">GetX()</h4>
125+
<div class="markdown level1 summary"></div>
126+
<div class="markdown level1 conceptual"></div>
127+
<h5 class="decalaration">Declaration</h5>
128+
<div class="codewrapper">
129+
<pre><code class="lang-csharp hljs">public static double GetX()</code></pre>
130+
</div>
131+
<h5 class="returns">Returns</h5>
132+
<table class="table table-bordered table-striped table-condensed">
133+
<thead>
134+
<tr>
135+
<th>Type</th>
136+
<th>Description</th>
137+
</tr>
138+
</thead>
139+
<tbody>
140+
<tr>
141+
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.double(v=vs.110).aspx">Double</a></td>
142+
<td></td>
143+
</tr>
144+
</tbody>
145+
</table>
146+
<span class="small pull-right mobile-hide">
147+
<span class="divider">|</span>
148+
<a href="https://github.com/robotdotnet/wpilib/new/master/apiSpec/new?filename=Hal_Accelerometer_GetY.md&amp;value=---%0Auid%3A%20Hal.Accelerometer.GetY%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
149+
</span>
150+
<span class="small pull-right mobile-hide">
151+
<a href="https://github.com/robotdotnet/wpilib/blob/master/src/hal/Accelerometer.cs/#L24">View Source</a>
152+
</span>
153+
<a id="Hal_Accelerometer_GetY_" data-uid="Hal.Accelerometer.GetY*"></a>
154+
<h4 id="Hal_Accelerometer_GetY" data-uid="Hal.Accelerometer.GetY">GetY()</h4>
155+
<div class="markdown level1 summary"></div>
156+
<div class="markdown level1 conceptual"></div>
157+
<h5 class="decalaration">Declaration</h5>
158+
<div class="codewrapper">
159+
<pre><code class="lang-csharp hljs">public static double GetY()</code></pre>
160+
</div>
161+
<h5 class="returns">Returns</h5>
162+
<table class="table table-bordered table-striped table-condensed">
163+
<thead>
164+
<tr>
165+
<th>Type</th>
166+
<th>Description</th>
167+
</tr>
168+
</thead>
169+
<tbody>
170+
<tr>
171+
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.double(v=vs.110).aspx">Double</a></td>
172+
<td></td>
173+
</tr>
174+
</tbody>
175+
</table>
176+
<span class="small pull-right mobile-hide">
177+
<span class="divider">|</span>
178+
<a href="https://github.com/robotdotnet/wpilib/new/master/apiSpec/new?filename=Hal_Accelerometer_GetZ.md&amp;value=---%0Auid%3A%20Hal.Accelerometer.GetZ%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
179+
</span>
180+
<span class="small pull-right mobile-hide">
181+
<a href="https://github.com/robotdotnet/wpilib/blob/master/src/hal/Accelerometer.cs/#L29">View Source</a>
182+
</span>
183+
<a id="Hal_Accelerometer_GetZ_" data-uid="Hal.Accelerometer.GetZ*"></a>
184+
<h4 id="Hal_Accelerometer_GetZ" data-uid="Hal.Accelerometer.GetZ">GetZ()</h4>
185+
<div class="markdown level1 summary"></div>
186+
<div class="markdown level1 conceptual"></div>
187+
<h5 class="decalaration">Declaration</h5>
188+
<div class="codewrapper">
189+
<pre><code class="lang-csharp hljs">public static double GetZ()</code></pre>
190+
</div>
191+
<h5 class="returns">Returns</h5>
192+
<table class="table table-bordered table-striped table-condensed">
193+
<thead>
194+
<tr>
195+
<th>Type</th>
196+
<th>Description</th>
197+
</tr>
198+
</thead>
199+
<tbody>
200+
<tr>
201+
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.double(v=vs.110).aspx">Double</a></td>
202+
<td></td>
203+
</tr>
204+
</tbody>
205+
</table>
206+
<span class="small pull-right mobile-hide">
207+
<span class="divider">|</span>
208+
<a href="https://github.com/robotdotnet/wpilib/new/master/apiSpec/new?filename=Hal_Accelerometer_SetActive_System_Boolean_.md&amp;value=---%0Auid%3A%20Hal.Accelerometer.SetActive(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
209+
</span>
210+
<span class="small pull-right mobile-hide">
211+
<a href="https://github.com/robotdotnet/wpilib/blob/master/src/hal/Accelerometer.cs/#L34">View Source</a>
212+
</span>
213+
<a id="Hal_Accelerometer_SetActive_" data-uid="Hal.Accelerometer.SetActive*"></a>
214+
<h4 id="Hal_Accelerometer_SetActive_System_Boolean_" data-uid="Hal.Accelerometer.SetActive(System.Boolean)">SetActive(Boolean)</h4>
215+
<div class="markdown level1 summary"></div>
216+
<div class="markdown level1 conceptual"></div>
217+
<h5 class="decalaration">Declaration</h5>
218+
<div class="codewrapper">
219+
<pre><code class="lang-csharp hljs">public static void SetActive(bool active)</code></pre>
220+
</div>
221+
<h5 class="parameters">Parameters</h5>
222+
<table class="table table-bordered table-striped table-condensed">
223+
<thead>
224+
<tr>
225+
<th>Type</th>
226+
<th>Name</th>
227+
<th>Description</th>
228+
</tr>
229+
</thead>
230+
<tbody>
231+
<tr>
232+
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.boolean(v=vs.110).aspx">Boolean</a></td>
233+
<td><span class="parametername">active</span></td>
234+
<td></td>
235+
</tr>
236+
</tbody>
237+
</table>
238+
<span class="small pull-right mobile-hide">
239+
<span class="divider">|</span>
240+
<a href="https://github.com/robotdotnet/wpilib/new/master/apiSpec/new?filename=Hal_Accelerometer_SetRange_Hal_AccelerometerRange_.md&amp;value=---%0Auid%3A%20Hal.Accelerometer.SetRange(Hal.AccelerometerRange)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
241+
</span>
242+
<span class="small pull-right mobile-hide">
243+
<a href="https://github.com/robotdotnet/wpilib/blob/master/src/hal/Accelerometer.cs/#L39">View Source</a>
244+
</span>
245+
<a id="Hal_Accelerometer_SetRange_" data-uid="Hal.Accelerometer.SetRange*"></a>
246+
<h4 id="Hal_Accelerometer_SetRange_Hal_AccelerometerRange_" data-uid="Hal.Accelerometer.SetRange(Hal.AccelerometerRange)">SetRange(AccelerometerRange)</h4>
247+
<div class="markdown level1 summary"></div>
248+
<div class="markdown level1 conceptual"></div>
249+
<h5 class="decalaration">Declaration</h5>
250+
<div class="codewrapper">
251+
<pre><code class="lang-csharp hljs">public static void SetRange(AccelerometerRange range)</code></pre>
252+
</div>
253+
<h5 class="parameters">Parameters</h5>
254+
<table class="table table-bordered table-striped table-condensed">
255+
<thead>
256+
<tr>
257+
<th>Type</th>
258+
<th>Name</th>
259+
<th>Description</th>
260+
</tr>
261+
</thead>
262+
<tbody>
263+
<tr>
264+
<td><a class="xref" href="Hal.AccelerometerRange.html">AccelerometerRange</a></td>
265+
<td><span class="parametername">range</span></td>
266+
<td></td>
267+
</tr>
268+
</tbody>
269+
</table>
270+
</article>
271+
</div>
272+
273+
<div class="hidden-sm col-md-2" role="complementary">
274+
<div class="sideaffix">
275+
<div class="contribution">
276+
<ul class="nav">
277+
<li>
278+
<a href="https://github.com/robotdotnet/wpilib/new/master/apiSpec/new?filename=Hal_Accelerometer.md&amp;value=---%0Auid%3A%20Hal.Accelerometer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
279+
</li>
280+
<li>
281+
<a href="https://github.com/robotdotnet/wpilib/blob/master/src/hal/Accelerometer.cs/#L8" class="contribution-link">View Source</a>
282+
</li>
283+
</ul>
284+
</div>
285+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
286+
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
287+
</nav>
288+
</div>
289+
</div>
290+
</div>
291+
</div>
292+
293+
<footer>
294+
<div class="grad-bottom"></div>
295+
<div class="footer">
296+
<div class="container">
297+
<span class="pull-right">
298+
<a href="#top">Back to top</a>
299+
</span>
300+
Copyright © 2017 RobotDotNet
301+
302+
</div>
303+
</div>
304+
</footer>
305+
</div>
306+
307+
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
308+
<script type="text/javascript" src="../styles/docfx.js"></script>
309+
<script type="text/javascript" src="../styles/main.js"></script>
310+
</body>
311+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.