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

Method setPresentWeatherObservation

src/utilities/filetypes/EpwFile.cpp:2360–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2358}
2359
2360void EpwDataPoint::setPresentWeatherObservation(int presentWeatherObservation) {
2361 m_presentWeatherObservation = presentWeatherObservation;
2362}
2363
2364bool EpwDataPoint::setPresentWeatherObservation(const std::string& presentWeatherObservation) {
2365 bool ok;

Callers 1

fromEpwStringsMethod · 0.80

Calls 1

stringToIntegerFunction · 0.85

Tested by

no test coverage detected