TwiceAsNice
2019-02-18
|
This file includes all necessary constant of Basda. More...
Namespaces | |
Basda | |
These are contants that are used by the services internally. | |
Basda::Limit | |
Constant definition of the limit states. | |
Basda::Completion | |
Basda::Profile | |
Constant definition of the supported units. | |
Basda::Constant | |
Basda::Index | |
Basda::Position | |
Variables | |
const int | Basda::Completion::STATUS = -2 |
Some commands are not able to calculate the completion percentage because the current situation is unknown, like moveToHome. More... | |
const unsigned int | Basda::Profile::FixPointEncoding_16_16 = 0xFFFF |
fixed-point encoding format 16.16 More... | |
const unsigned int | Basda::Profile::FixPointEncoding_0_32 = 0xFFFFFFFF |
fixed-point encoding format 0.32 More... | |
const unsigned int | Basda::Profile::PolynomOrder = 4 |
const unsigned int | Basda::Profile::CoefficientTreshold = 100 |
Threshold, below which a coefficient fit is ignored (acceleration and jerk) More... | |
const double | Basda::Constant::TIME_PER_CYCLE = 614.41129 |
const int | Basda::Index::X = 0 |
const int | Basda::Index::Y = 1 |
const int | Basda::Index::NUMBER_OF_CYCLES = 0 |
const int | Basda::Index::VELOCITY = 1 |
const int | Basda::Index::POSITION = 2 |
const int | Basda::Index::ACCELERATION = 3 |
const int | Basda::Index::JERK = 4 |
This file includes all necessary constant of Basda.