#include <Parameter.hpp>
Public Member Functions | |
RealParameter (std::string const &name, parameter_flags_t flags, ParameterReflection const *checker, double *real) | |
virtual double const * | getReal () const |
virtual Status | set (double real) |
virtual void | dump (std::ostream &os, std::string const &prefix) const |
Protected Attributes | |
double * | real_ |
Definition at line 135 of file Parameter.hpp.
opspace::RealParameter::RealParameter | ( | std::string const & | name, | |
parameter_flags_t | flags, | |||
ParameterReflection const * | checker, | |||
double * | real | |||
) |
Definition at line 219 of file Parameter.cpp.
virtual double const* opspace::RealParameter::getReal | ( | ) | const [inline, virtual] |
Reimplemented from opspace::Parameter.
Definition at line 141 of file Parameter.hpp.
References real_.
Status opspace::RealParameter::set | ( | double | real | ) | [virtual] |
Reimplemented from opspace::Parameter.
Definition at line 230 of file Parameter.cpp.
References opspace::ParameterReflection::check(), opspace::Parameter::checker_, jspace::Status::errstr, opspace::Parameter::flags_, jspace::Status::ok, opspace::PARAMETER_FLAG_READONLY, and real_.
void opspace::RealParameter::dump | ( | std::ostream & | os, | |
std::string const & | prefix | |||
) | const [virtual] |
Reimplemented from opspace::Parameter.
Definition at line 250 of file Parameter.cpp.
References opspace::Parameter::name_, and real_.
double* opspace::RealParameter::real_ [protected] |