|
CartoType .NET API 9.6-4-g79291b60b
for development in C#, Visual Basic and other .NET languages
|
Bit flags used in Framework.Navigate to indicate which information is valid. More...
#include <CartoTypeWrapper.h>
Static Public Attributes | |
| static constexpr uint32_t | Time = 1 |
| A flag used in Framework.Navigate to indicate that the time is valid. | |
| static constexpr uint32_t | Position = 2 |
| A flag used in Framework.Navigate to indicate that the position is valid. | |
| static constexpr uint32_t | Speed = 4 |
| A flag used in Framework.Navigate to indicate that the speed is valid. | |
| static constexpr uint32_t | Course = 8 |
| A flag used in Framework.Navigate to indicate that the course is valid. | |
| static constexpr uint32_t | Height = 16 |
| A flag used in Framework.Navigate to indicate that the height is valid. | |
Bit flags used in Framework.Navigate to indicate which information is valid.