QuadroCopter
0.1.4
|
Classes | |
class | i2cDevice |
class | i2cRuntimeException |
class | i2cSetupException |
class | L3GD20H |
class | LSM303Accelerometer |
class | LSM303DLHC |
class | LSM303Magnetometer |
Variables | |
const string | THREAD_CANCELLATION_FAILURE = "Unable to cancel thread : Unable to locate process." |
const string | THREAD_CANCELLATION_UNKNOWN = "Unable to cancel thread : Unknown error, not a known error code." |
const string | STARTUP_FAILURE = "Unable to start the I2C device." |
const string | THREAD_UNKNOWN = "Unable to create thread : Unknown Error Occurred." |
const string | THREAD_FATAL = "Unable to create thread : Fatal Error Occurred." |
const string | THREAD_PERMISSIONS = "Unable to create thread : Operation not permitted." |
const string | THREAD_INVALID_ARG = "Unable to create thread : Invalid Argument." |
const string quadro::i2c::STARTUP_FAILURE = "Unable to start the I2C device." |
const string quadro::i2c::THREAD_CANCELLATION_FAILURE = "Unable to cancel thread : Unable to locate process." |
const string quadro::i2c::THREAD_CANCELLATION_UNKNOWN = "Unable to cancel thread : Unknown error, not a known error code." |
const string quadro::i2c::THREAD_FATAL = "Unable to create thread : Fatal Error Occurred." |
const string quadro::i2c::THREAD_INVALID_ARG = "Unable to create thread : Invalid Argument." |
const string quadro::i2c::THREAD_PERMISSIONS = "Unable to create thread : Operation not permitted." |
const string quadro::i2c::THREAD_UNKNOWN = "Unable to create thread : Unknown Error Occurred." |