mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Add @export to frontend scan enums" am: 76c90b21cc am: cc5bbb2b38
Change-Id: I3f6b43dc5afd3548c7b24e62ae154735eb4ac6ae
This commit is contained in:
@@ -1210,6 +1210,7 @@ safe_union FrontendSettings {
|
||||
/**
|
||||
* Scan type for Frontend.
|
||||
*/
|
||||
@export
|
||||
enum FrontendScanType : uint32_t {
|
||||
SCAN_UNDEFINED = 0,
|
||||
SCAN_AUTO = 1 << 0,
|
||||
@@ -1219,6 +1220,7 @@ enum FrontendScanType : uint32_t {
|
||||
/**
|
||||
* Scan Message Type for Frontend.
|
||||
*/
|
||||
@export
|
||||
enum FrontendScanMessageType : uint32_t {
|
||||
/**
|
||||
* Scan locked the signal.
|
||||
|
||||
Reference in New Issue
Block a user