NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
This is the complete list of members for i2c::Bus, including all inherited members.
Bus(Bus const &other)=delete | i2c::Bus | |
Bus(Bus &&other)=delete | i2c::Bus | |
DeviceAt(const Address addr) const noexcept | i2c::Bus | |
Open(std::string const &, Error *) | i2c::Bus | friend |
operator=(Bus const &other)=delete | i2c::Bus | |
operator=(Bus &&other)=delete | i2c::Bus | |
Ptr typedef | i2c::Bus | |
Read(const Address addr, std::uint8_t *data, const std::size_t size, Error *ec) | i2c::Bus | |
ReadRegister(const Address addr, const std::uint8_t reg, std::uint8_t *data, const std::size_t size, Error *ec) | i2c::Bus | |
SetRetries(const int retries) noexcept | i2c::Bus | |
WeakPtr typedef | i2c::Bus | |
Write(const Address addr, const std::uint8_t *data, const std::size_t size, Error *ec) | i2c::Bus | |
~Bus() | i2c::Bus |