|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
19 #ifndef TEMP_MONITOR_TEMP_MONITOR_H_
20 #define TEMP_MONITOR_TEMP_MONITOR_H_
47 static std::shared_ptr < TempMonitor >
Create(std::string
const& type,
i2c::Device const& device);
53 #endif // TEMP_MONITOR_TEMP_MONITOR_H_
static std::shared_ptr< TempMonitor > Create(std::string const &type, i2c::Device const &device)
Definition: temp_monitor.cc:26
Definition: temp_monitor.h:45
Definition: temp_monitor.h:29
Definition: temp_monitor.h:33
static std::vector< std::string > Enumeration()
Definition: temp_monitor.cc:33
virtual bool GetTemperature(double *temp)=0
i2c::Device device_
Definition: temp_monitor.h:38
std::shared_ptr< TempMonitor > TempMonitorPtr
Definition: temp_monitor.h:41
TempMonitor(i2c::Device const &device)
Definition: temp_monitor.h:35