Static Public Member Functions | Private Member Functions
org.ros.math.Unsigned Class Reference

List of all members.

Static Public Member Functions

static short byteToShort (byte value)
static long intToLong (int value)
static int shortToInt (short value)

Private Member Functions

 Unsigned ()

Detailed Description

Provides conversions from unsigned values to bitwise equal signed values.

Author:
damonkohler@google.com (Damon Kohler)

Definition at line 24 of file Unsigned.java.


Constructor & Destructor Documentation

org.ros.math.Unsigned.Unsigned ( ) [inline, private]

Definition at line 26 of file Unsigned.java.


Member Function Documentation

static short org.ros.math.Unsigned.byteToShort ( byte  value) [inline, static]
Parameters:
valuean unsigned Byte value
Returns:
a signed Short that is bitwise equal to
 value 

Definition at line 53 of file Unsigned.java.

static long org.ros.math.Unsigned.intToLong ( int  value) [inline, static]
Parameters:
valuean unsigned Integer value
Returns:
a signed Long that is bitwise equal to
 value 

Definition at line 35 of file Unsigned.java.

static int org.ros.math.Unsigned.shortToInt ( short  value) [inline, static]
Parameters:
valuean unsigned Short value
Returns:
a signed Integer that is bitwise equal to
 value 

Definition at line 44 of file Unsigned.java.


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


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:51