|
OpenJAUS Software Development Kit
4.3.1
|
#include <Unsigned.h>
Inherits openjaus::model::fields::FixedPoint.
Inherited by openjaus::model::fields::UnsignedByte, openjaus::model::fields::UnsignedInteger, openjaus::model::fields::UnsignedLong, and openjaus::model::fields::UnsignedShort.
Public Member Functions | |
| Unsigned () | |
| virtual | ~Unsigned () |
| virtual std::string | toString () const |
Public Member Functions inherited from openjaus::model::fields::FixedPoint | |
| virtual | ~FixedPoint () |
Public Member Functions inherited from openjaus::model::fields::Unitized | |
| virtual | ~Unitized () |
| Units | getUnits () const |
| Accessor to get the value of units. More... | |
| bool | setUnits (Units units) |
| Accessor to set value of units. More... | |
Friends | |
| OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const Unsigned &object) |
| OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const Unsigned *object) |
Additional Inherited Members | |
Protected Attributes inherited from openjaus::model::fields::Unitized | |
| Units | units |
| openjaus::model::fields::Unsigned::Unsigned | ( | ) |
|
virtual |
|
virtual |
|
friend |
|
friend |