VectorNav .NET Library
Static Public Member Functions | List of all members
VectorNav.Protocol.Uart.Util Class Reference

Static Public Member Functions

static float ParseFloat (string s)
 Parses a float value in a string representation from a VectorNav sensor. More...
 
static double ParseDouble (string s)
 Parses a double value in a string representation from a VectorNav sensor. More...
 
static string ToString (float v)
 Converts a float value to a string value understandable by a VectorNav sensor. More...
 
static string ToString (double v)
 Converts a double value to a string value understandable by a VectorNav sensor. More...
 

Member Function Documentation

static double VectorNav.Protocol.Uart.Util.ParseDouble ( string  s)
static

Parses a double value in a string representation from a VectorNav sensor.

Parameters
sThe string to parse.
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
sThe string to parse.
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
vThe value to convert.
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
vThe value to convert.
Returns
The converted string.

The documentation for this class was generated from the following file: