NASA Astrobee Robot Software  Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
i2c Namespace Reference

Classes

class  Bus
 
class  Device
 

Typedefs

using Error = int
 
using Address = std::uint16_t
 

Functions

Bus::Ptr Open (std::string const &dev, Error *err)
 

Typedef Documentation

◆ Address

using i2c::Address = typedef std::uint16_t

◆ Error

using i2c::Error = typedef int

Function Documentation

◆ Open()

i2c::Bus::Ptr i2c::Open ( std::string const &  dev,
i2c::Error err 
)