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

Method setPresentWeatherCodes

src/utilities/filetypes/EpwFile.cpp:2378–2380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2376}
2377
2378void EpwDataPoint::setPresentWeatherCodes(int presentWeatherCodes) {
2379 m_presentWeatherCodes = presentWeatherCodes;
2380}
2381
2382bool EpwDataPoint::setPresentWeatherCodes(const std::string& presentWeatherCodes) {
2383 bool ok;

Callers 1

fromEpwStringsMethod · 0.80

Calls 1

stringToIntegerFunction · 0.85

Tested by

no test coverage detected