OpenJAUS Software Development Kit
4.3.1
|
#include <Signed.h>
Inherits openjaus::model::fields::FixedPoint.
Inherited by openjaus::model::fields::Byte, openjaus::model::fields::Integer, openjaus::model::fields::Long, and openjaus::model::fields::Short.
Public Member Functions | |
Signed () | |
virtual | ~Signed () |
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 Signed &object) |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const Signed *object) |
Additional Inherited Members | |
Protected Attributes inherited from openjaus::model::fields::Unitized | |
Units | units |
openjaus::model::fields::Signed::Signed | ( | ) |
|
virtual |
|
virtual |
|
friend |
|
friend |