|
|
static constexpr std::string_view | kCaption = TraitsType::kCaption |
| | Modern C++20 API: compile-time string views.
|
| |
|
static constexpr std::string_view | kUnit = BaseType::kUnit |
| |
|
static constexpr std::string_view | kDescription = TraitsType::kDescription |
| |
|
static constexpr std::string_view | kUnit |
| | Unit for all time series variables.
|
| |
|
static constexpr uint8_t | categoryDataLevel |
| | Data aggregation level (area-based)
|
| |
|
static constexpr uint8_t | categoryFileLevel |
| | File output level configuration.
|
| |
|
static constexpr uint8_t | precision |
| | Precision settings for output.
|
| |
|
static constexpr uint8_t | nodeDepthForGUI |
| | GUI indentation level.
|
| |
|
static constexpr uint8_t | decimal |
| | Decimal precision for display.
|
| |
|
static constexpr int | columnCount |
| | Number of columns in output (typically 1 for time series)
|
| |
|
static constexpr uint8_t | spatialAggregate |
| | Spatial aggregation method (sum across areas)
|
| |
|
static constexpr uint8_t | spatialAggregateMode |
| | Spatial aggregation mode (each year separately)
|
| |
|
static constexpr uint8_t | spatialAggregatePostProcessing |
| | Post-processing for spatial aggregation.
|
| |
|
static constexpr uint8_t | hasIntermediateValues |
| | Whether intermediate values are computed.
|
| |
|
static constexpr uint8_t | isPossiblyNonApplicable |
| | Whether variable can be non-applicable.
|
| |
template<typename TraitsType>
struct Antares::Solver::Variable::Economy::VCardTimeSeriesBase< TraitsType >
VCard template providing variable metadata and configuration.
- This template creates a VCard (Variable Card) that describes a time series variable. It combines the common traits with specific traits provided by the TraitsType parameter.
- Template Parameters
-
| TraitsType | Specific traits defining caption, description, and any custom properties |