Itasca C++ Interface
Loading...
Searching...
No Matches
ithermzone.h
Go to the documentation of this file.
1// ithermzone.h
2#pragma once
3
9namespace zone
10{
14 {
15 public:
17 virtual string getModelName() const=0;
19 virtual void setZoneBasedTemp(const double temp) =0;
20 };
21} // namespace zone
22// EoF
Interface to access zone thermal data.
Definition ithermzone.h:14
virtual string getModelName() const =0
Returns the name of the current Thermal model in the zone.
virtual void setZoneBasedTemp(const double temp)=0
Sets the zone temperature to temp.