add javadoc
This commit is contained in:
		
							
								
								
									
										191
									
								
								javadoc/index-files/index-6.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										191
									
								
								javadoc/index-files/index-6.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,191 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:15 CEST 2023 --> | ||||
| <title>G-Index</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="G-Index"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../overview-summary.html">Overview</a></li> | ||||
| <li>Package</li> | ||||
| <li>Class</li> | ||||
| <li><a href="../overview-tree.html">Tree</a></li> | ||||
| <li><a href="../deprecated-list.html">Deprecated</a></li> | ||||
| <li class="navBarCell1Rev">Index</li> | ||||
| <li><a href="../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="index-5.html">Prev Letter</a></li> | ||||
| <li><a href="index-7.html">Next Letter</a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li> | ||||
| <li><a href="index-6.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <div class="contentContainer"><a href="index-1.html">B</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">O</a> <a href="index-11.html">P</a> <a href="index-12.html">R</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">U</a> <a href="index-16.html">W</a> <a name="I:G"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h2 class="title">G</h2> | ||||
| <dl> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/field/ModbusRegister.html#getAddress--">getAddress()</a></span> - Method in class ch.hevs.isi.field.<a href="../ch/hevs/isi/field/ModbusRegister.html" title="class in ch.hevs.isi.field">ModbusRegister</a></dt> | ||||
| <dd> | ||||
| <div class="block">get the address of the modbus register</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/core/DataPoint.html#getDataPointOnListFromLabel-java.lang.String-">getDataPointOnListFromLabel(String)</a></span> - Static method in class ch.hevs.isi.core.<a href="../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></dt> | ||||
| <dd> | ||||
| <div class="block">Get the DataPoint from the label</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/utils/Utility.html#getHexString-byte:A-">getHexString(byte[])</a></span> - Static method in class ch.hevs.isi.utils.<a href="../ch/hevs/isi/utils/Utility.html" title="class in ch.hevs.isi.utils">Utility</a></dt> | ||||
| <dd> | ||||
| <div class="block">Utility method to convert a byte array in a string made up of hex (0,.. 9, a,..f)</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/utils/Utility.html#getHexString-byte:A-int-int-">getHexString(byte[], int, int)</a></span> - Static method in class ch.hevs.isi.utils.<a href="../ch/hevs/isi/utils/Utility.html" title="class in ch.hevs.isi.utils">Utility</a></dt> | ||||
| <dd> | ||||
| <div class="block">Utility method to convert a byte array in a string made up of hex (0,.. 9, a,..f)</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/utils/Utility.html#getHexStringForDebug-byte:A-int-int-">getHexStringForDebug(byte[], int, int)</a></span> - Static method in class ch.hevs.isi.utils.<a href="../ch/hevs/isi/utils/Utility.html" title="class in ch.hevs.isi.utils">Utility</a></dt> | ||||
| <dd> | ||||
| <div class="block">Utility method to convert a byte array in a string made up of hex (0,.. 9, a,..f) and | ||||
|  format the string with `0xCC` where CC is the string in HEX</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/core/DataPoint.html#getLabel--">getLabel()</a></span> - Method in class ch.hevs.isi.core.<a href="../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></dt> | ||||
| <dd> | ||||
| <div class="block">Just get the label of this DataPoint</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/db/DatabaseConnector.html#getMySelf--">getMySelf()</a></span> - Static method in class ch.hevs.isi.db.<a href="../ch/hevs/isi/db/DatabaseConnector.html" title="class in ch.hevs.isi.db">DatabaseConnector</a></dt> | ||||
| <dd> | ||||
| <div class="block">Get the instance of the database connector</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/field/FieldConnector.html#getMySelf--">getMySelf()</a></span> - Static method in class ch.hevs.isi.field.<a href="../ch/hevs/isi/field/FieldConnector.html" title="class in ch.hevs.isi.field">FieldConnector</a></dt> | ||||
| <dd> | ||||
| <div class="block">static method to create a singleton pattern of the class | ||||
|  checks if an instance of the class is already made | ||||
|  if not, it creates an instance of the class FieldConnector</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/field/ModbusAccessor.html#getMySelf--">getMySelf()</a></span> - Static method in class ch.hevs.isi.field.<a href="../ch/hevs/isi/field/ModbusAccessor.html" title="class in ch.hevs.isi.field">ModbusAccessor</a></dt> | ||||
| <dd> | ||||
| <div class="block">static method to create a singleton pattern of the class | ||||
|  checks if an instance of the class is already made | ||||
|  if not, it creates an instance of the class ModbusAccessor</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/web/WebConnector.html#getMySelf--">getMySelf()</a></span> - Static method in class ch.hevs.isi.web.<a href="../ch/hevs/isi/web/WebConnector.html" title="class in ch.hevs.isi.web">WebConnector</a></dt> | ||||
| <dd> | ||||
| <div class="block">Get the singleton instance | ||||
|  create it if it does not exist</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/db/TimeManager.html#getNanosForDB--">getNanosForDB()</a></span> - Method in class ch.hevs.isi.db.<a href="../ch/hevs/isi/db/TimeManager.html" title="class in ch.hevs.isi.db">TimeManager</a></dt> | ||||
| <dd> | ||||
| <div class="block">Gives the actual timestamp according to the EA clock.</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/field/ModbusRegister.html#getRegisterFromDatapoint-ch.hevs.isi.core.DataPoint-">getRegisterFromDatapoint(DataPoint)</a></span> - Static method in class ch.hevs.isi.field.<a href="../ch/hevs/isi/field/ModbusRegister.html" title="class in ch.hevs.isi.field">ModbusRegister</a></dt> | ||||
| <dd> | ||||
| <div class="block">get the modbus register from the desired datapoint</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/utils/Utility.html#getStringRndVal-int-">getStringRndVal(int)</a></span> - Static method in class ch.hevs.isi.utils.<a href="../ch/hevs/isi/utils/Utility.html" title="class in ch.hevs.isi.utils">Utility</a></dt> | ||||
| <dd> | ||||
| <div class="block">Retrieves a random value rounded to 2 decimal...</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/core/BooleanDataPoint.html#getValue--">getValue()</a></span> - Method in class ch.hevs.isi.core.<a href="../ch/hevs/isi/core/BooleanDataPoint.html" title="class in ch.hevs.isi.core">BooleanDataPoint</a></dt> | ||||
| <dd> | ||||
| <div class="block">Get the value of this DataPoint</div> | ||||
| </dd> | ||||
| <dt><span class="memberNameLink"><a href="../ch/hevs/isi/core/FloatDataPoint.html#getValue--">getValue()</a></span> - Method in class ch.hevs.isi.core.<a href="../ch/hevs/isi/core/FloatDataPoint.html" title="class in ch.hevs.isi.core">FloatDataPoint</a></dt> | ||||
| <dd> | ||||
| <div class="block">Get the value of this DataPoint</div> | ||||
| </dd> | ||||
| </dl> | ||||
| <a href="index-1.html">B</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">M</a> <a href="index-10.html">O</a> <a href="index-11.html">P</a> <a href="index-12.html">R</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">U</a> <a href="index-16.html">W</a> </div> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../overview-summary.html">Overview</a></li> | ||||
| <li>Package</li> | ||||
| <li>Class</li> | ||||
| <li><a href="../overview-tree.html">Tree</a></li> | ||||
| <li><a href="../deprecated-list.html">Deprecated</a></li> | ||||
| <li class="navBarCell1Rev">Index</li> | ||||
| <li><a href="../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="index-5.html">Prev Letter</a></li> | ||||
| <li><a href="index-7.html">Next Letter</a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li> | ||||
| <li><a href="index-6.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user