This object represents the drone's executing environment, including variables and drone configurations.
More...
#include <env.h>
|
| enum class | Radio : std::uint8_t { HERELINK
, SILVUS
, DOODLE
, UNKNOWN
} |
| | The radio model target.
|
| enum class | Controller : std::uint8_t { HERELINK
, SROC
, UNKNOWN
} |
| | The controller model target.
|
| enum class | Codec : std::uint8_t { H264
, H265
, UNKNOWN
} |
| | The video codec requested.
|
This object represents the drone's executing environment, including variables and drone configurations.
◆ get_bitrate()
| unsigned int flyby::Environment::get_bitrate |
( |
| ) |
|
|
static |
Get the bitrate target.
- Returns
- Bitrate as an unsigned integer.
◆ get_codec()
| Codec flyby::Environment::get_codec |
( |
| ) |
|
|
static |
Get the codec target.
- Returns
- Codec type.
◆ get_controller()
Get the controller target.
- Returns
- Controller type.
◆ get_radio()
| Radio flyby::Environment::get_radio |
( |
| ) |
|
|
static |
Get the radio target.
- Returns
- Radio type.
The documentation for this class was generated from the following file: