Voyant API 0.2.1
|
Go to the source code of this file.
Classes | |
class | VoyantVersionWrapper |
Wrapper for VoyantVersion messages. More... | |
Enumerations | |
enum class | VersionComponent : uint8_t { Unknown = 0x0 , Proto = 0x1 , Api = 0x2 , Firmware = 0x3 , Hdl = 0x4 } |
Component type for a version, stored in bits 7-4 of the flags field. More... | |
enum class | VersionStatus : uint8_t { Unknown = 0x0 , Development = 0x1 , Alpha = 0x2 , Beta = 0x3 , ReleaseCandidate = 0x4 , Stable = 0x5 , Deprecated = 0x6 , Legacy = 0x7 } |
Version status, stored in bits 3-0 of the flags field. More... | |
|
strong |
|
strong |
Version status, stored in bits 3-0 of the flags field.
Ordered from least to most stable, with 0 being Unknown.