torc-master
|
#include <ScaleFactor.hpp>
Public Member Functions | |
const Value::Number | getEdifValue () const |
void | setEdifValue (const Value::Number &inSource) |
const Value::Number | getSiValue () const |
void | setSiValue (const Value::Number &inSource) |
ScaleFactor () | |
ScaleFactor (const ScaleFactor &inSource) | |
~ScaleFactor () | |
ScaleFactor & | operator= (const ScaleFactor &inSource) |
Private Attributes | |
Value::Number | mEdifValue |
Value::Number | mSiValue |
Represents the technology dependent scale factor. This is used by clients to perform calculations using the units involved.
Definition at line 32 of file ScaleFactor.hpp.
torc::generic::ScaleFactor::ScaleFactor | ( | ) |
Definition at line 47 of file ScaleFactor.cpp.
torc::generic::ScaleFactor::ScaleFactor | ( | const ScaleFactor & | inSource | ) |
Definition at line 49 of file ScaleFactor.cpp.
torc::generic::ScaleFactor::~ScaleFactor | ( | ) |
Definition at line 52 of file ScaleFactor.cpp.
|
inline |
Get the EDIF scale.
Definition at line 85 of file ScaleFactor.hpp.
|
inline |
Get the SI untis scale.
Definition at line 94 of file ScaleFactor.hpp.
ScaleFactor & torc::generic::ScaleFactor::operator= | ( | const ScaleFactor & | inSource | ) |
Definition at line 54 of file ScaleFactor.cpp.
void torc::generic::ScaleFactor::setEdifValue | ( | const Value::Number & | inSource | ) |
Set the EDIF scale.
[in] | inSource | EDIF scale. |
Definition at line 35 of file ScaleFactor.cpp.
void torc::generic::ScaleFactor::setSiValue | ( | const Value::Number & | inSource | ) |
|
private |
Definition at line 76 of file ScaleFactor.hpp.
|
private |
Definition at line 77 of file ScaleFactor.hpp.