sysc::RealAttribute Class Reference
Last update: 17.07.2025Provide a class for a real-valued attribute. More...
#include <Attribute.hpp>
Public Member Functions | |
| RealAttribute (AttributeName name, double value, Dimensionality dimensionality) | |
| Provide a constructor for the RealAttribute class. | |
| const AttributeName & | getName () const noexcept |
| double | getValue () const noexcept |
| const Dimensionality & | getDimensionality () const noexcept |
| std::string | getUnits () const |
Detailed Description
Provide a class for a real-valued attribute.
Definition at line 23 of file Attribute.hpp.
Constructor & Destructor Documentation
◆ RealAttribute()
| sysc::RealAttribute::RealAttribute | ( | AttributeName | name, |
| double | value, | ||
| Dimensionality | dimensionality | ||
| ) |
Provide a constructor for the RealAttribute class.
- Parameters
-
[in] name - attribute name. [in] value - attribute value. [in] dimensionality - attribute dimensionality.