| static double VectorNav.Protocol.Uart.Util.ParseDouble |
( |
string |
s | ) |
|
|
static |
Parses a double value in a string representation from a VectorNav sensor.
- Parameters
-
- Returns
- The parsed value.
| static float VectorNav.Protocol.Uart.Util.ParseFloat |
( |
string |
s | ) |
|
|
static |
Parses a float value in a string representation from a VectorNav sensor.
- Parameters
-
- Returns
- The parsed value.
| static string VectorNav.Protocol.Uart.Util.ToString |
( |
float |
v | ) |
|
|
static |
Converts a float value to a string value understandable by a VectorNav sensor.
- Parameters
-
- Returns
- The converted string.
| static string VectorNav.Protocol.Uart.Util.ToString |
( |
double |
v | ) |
|
|
static |
Converts a double value to a string value understandable by a VectorNav sensor.
- Parameters
-
- Returns
- The converted string.
The documentation for this class was generated from the following file:
- src/Protocol/Uart/Util.cs