NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <temp_monitor.h>
Public Member Functions | |
TempMonitor (i2c::Device const &device) | |
virtual bool | GetTemperature (double *temp)=0 |
Protected Attributes | |
i2c::Device | device_ |
|
inlineexplicit |
|
pure virtual |
Implemented in temp_monitor::ADT7410, and temp_monitor::TCN75A.
|
protected |