#include <AngularRate.h>
Public Member Functions | |
AngularRate (const AngularRate &) | |
AngularRate (const string &s) | |
AngularRate (const IDLAngularRate &) | |
AngularRate (double value) | |
void | toBin (EndianOSStream &eoss) |
AngularRate & | operator= (const AngularRate &) |
AngularRate & | operator= (const double) |
AngularRate & | operator+= (const AngularRate &) |
AngularRate & | operator-= (const AngularRate &) |
AngularRate & | operator *= (const double) |
AngularRate & | operator/= (const double) |
AngularRate | operator+ (const AngularRate &) const |
AngularRate | operator- (const AngularRate &) const |
AngularRate | operator * (const double) const |
AngularRate | operator/ (const double) const |
bool | operator< (const AngularRate &) const |
bool | operator> (const AngularRate &) const |
bool | operator<= (const AngularRate &) const |
bool | operator>= (const AngularRate &) const |
bool | operator== (const AngularRate &) const |
bool | equals (const AngularRate &) const |
bool | operator!= (const AngularRate &) const |
bool | isZero () const |
AngularRate | operator- () const |
AngularRate | operator+ () const |
string | toString () const |
string | toStringI () const |
operator string () const | |
double | get () const |
IDLAngularRate | toIDLAngularRate () const |
Static Public Member Functions | |
double | fromString (const string &) |
string | toString (double) |
AngularRate | getAngularRate (StringTokenizer &t) throw (NumberFormatException) |
void | toBin (const vector< AngularRate > &angularRate, EndianOSStream &eoss) |
void | toBin (const vector< vector< AngularRate > > &angularRate, EndianOSStream &eoss) |
void | toBin (const vector< vector< vector< AngularRate > > > &angularRate, EndianOSStream &eoss) |
AngularRate | fromBin (EndianISStream &eiss) |
vector< AngularRate > | from1DBin (EndianISStream &eiss) |
vector< vector< AngularRate > > | from2DBin (EndianISStream &eiss) |
vector< vector< vector< AngularRate > > > | from3DBin (EndianISStream &eiss) |
string | unit () |
Friends | |
AngularRate | operator * (double, const AngularRate &) |
ostream & | operator<< (ostream &, const AngularRate &) |
istream & | operator>> (istream &, AngularRate &) |
|
Read the binary representation of a vector of AngularRate from an EndianISStream and use the read value to set a vector of AngularRate.
|
|
Read the binary representation of a vector of vector of AngularRate from an EndianISStream and use the read value to set a vector of vector of AngularRate.
|
|
Read the binary representation of a vector of vector of vector of AngularRate from an EndianISStream and use the read value to set a vector of vector of vector of AngularRate.
|
|
Read the binary representation of an AngularRate from a EndianISStream and use the read value to set an AngularRate.
|
|
Write the binary representation of a vector of vector of vector of AngularRate to a EndianOSStream.
|
|
Write the binary representation of a vector of vector of AngularRate to a EndianOSStream.
|
|
Write the binary representation of a vector of AngularRate to a EndianOSStream.
|
|
Write the binary representation of this to a EndianOSStream. |