NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
i2c::Bus Member List

This is the complete list of members for i2c::Bus, including all inherited members.

Bus(Bus const &other)=deletei2c::Bus
Bus(Bus &&other)=deletei2c::Bus
DeviceAt(const Address addr) const noexcepti2c::Bus
Open(std::string const &, Error *)i2c::Busfriend
operator=(Bus const &other)=deletei2c::Bus
operator=(Bus &&other)=deletei2c::Bus
Ptr typedefi2c::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) noexcepti2c::Bus
WeakPtr typedefi2c::Bus
Write(const Address addr, const std::uint8_t *data, const std::size_t size, Error *ec)i2c::Bus
~Bus()i2c::Bus