MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / DataDictionaryItem

Function DataDictionaryItem

src/utilities/sql/SqlFileDataDictionary.hpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 openstudio::TimeSeries timeSeries;
32
33 DataDictionaryItem(int recordIndex_, int envPeriodIndex_, const std::string& name_, const std::string& keyValue_, const std::string& envPeriod_,
34 const std::string& reportingFrequency_, const std::string& units_, const std::string& table_)
35 : recordIndex(recordIndex_),
36 envPeriodIndex(envPeriodIndex_),
37 name(name_),
38 keyValue(keyValue_),
39 envPeriod(envPeriod_),
40 reportingFrequency(reportingFrequency_),
41 units(units_),
42 table(table_) {}
43 };
44
45 /// tags for accessing DataDictionaryItems

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected