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

Method fromEpwString

src/utilities/filetypes/EpwFile.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435boost::optional<EpwDataPoint> EpwDataPoint::fromEpwString(const std::string& line) {
436 std::vector<std::string> strings = splitString(line, ',');
437 return fromEpwStrings(strings);
438}
439
440boost::optional<EpwDataPoint> EpwDataPoint::fromEpwStrings(const std::vector<std::string>& strings, bool pedantic) {
441 EpwDataPoint pt;

Callers

nothing calls this directly

Calls 1

splitStringFunction · 0.85

Tested by

no test coverage detected