OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Protected Attributes | Friends | List of all members
openjaus::model::fields::VariablePointReference Class Reference

This is a brief description. More...

#include <VariablePointReference.h>

Inherits openjaus::model::fields::VariablePoint.

Public Member Functions

 VariablePointReference ()
 
virtual ~VariablePointReference ()
 
DoublegetReference () const
 Accessor to get the value of reference. More...
 
bool setReference (Double *reference)
 Accessor to set value of reference. More...
 
virtual std::string toString () const
 
- Public Member Functions inherited from openjaus::model::fields::VariablePoint
virtual ~VariablePoint ()
 
- 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...
 

Protected Attributes

Doublereference
 
- Protected Attributes inherited from openjaus::model::fields::Unitized
Units units
 

Friends

OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const VariablePointReference &object)
 
OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const VariablePointReference *object)
 

Detailed Description

Detailed description.

Author
Name (name@.nosp@m.emai.nosp@m.l.com)

Constructor & Destructor Documentation

§ VariablePointReference()

openjaus::model::fields::VariablePointReference::VariablePointReference ( )

§ ~VariablePointReference()

openjaus::model::fields::VariablePointReference::~VariablePointReference ( )
virtual

Member Function Documentation

§ getReference()

Double * openjaus::model::fields::VariablePointReference::getReference ( ) const

§ setReference()

bool openjaus::model::fields::VariablePointReference::setReference ( Double reference)
Parameters
referenceThe value of the new reference.

§ toString()

std::string openjaus::model::fields::VariablePointReference::toString ( ) const
virtual

Friends And Related Function Documentation

§ operator<< [1/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const VariablePointReference object 
)
friend

§ operator<< [2/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const VariablePointReference object 
)
friend

Member Data Documentation

§ reference

Double* openjaus::model::fields::VariablePointReference::reference
protected

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