Class Ifc4::IfcTimeSeriesValue¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc4
::
IfcTimeSeriesValue
: public IfcUtil::IfcBaseEntity¶ A time series value is a list of values that comprise the time series. At least one value must be supplied. Applications are expected to normalize values by applying the following three rules:
All time (universal, local, daylight savings, and solar) is normalized against the ISO 8601 standard GMT/UTC (Universal Coordinated Time). Any rollover is handled by the application providing the data. Rollover occurs, for example, when the measurement device resets itself while measuring and the recording data do not include the data measured before the reset. The normalized data refer to the preceding time unit. The time series example shown in Figure 241 below contains four time points: Time “a” indicates the beginning of the time series and the associated datum has no relevance. Data at time points “b,” “c” and “d” are associated with values 1, 2 and 3, respectively.
Figure 241 — Time series value
HISTORY New entity in IFC2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcTimeSeriesValue>
list
¶
Public Functions
-
IfcEntityList::ptr
ListValues
() const¶ A list of time-series values. At least one value is required.
-
void
setListValues
(IfcEntityList::ptr v)¶
-
IfcTimeSeriesValue
(IfcEntityInstanceData *e)¶
-
IfcTimeSeriesValue
(IfcEntityList::ptr v1_ListValues)¶
-
typedef IfcTemplatedEntityList<IfcTimeSeriesValue>