mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
Add @export to frontend scan enums
Test: make; Change-Id: I9489ae28722e73de0aba7e83b115935546e8e357
This commit is contained in:
@@ -1197,6 +1197,7 @@ safe_union FrontendSettings {
|
|||||||
/**
|
/**
|
||||||
* Scan type for Frontend.
|
* Scan type for Frontend.
|
||||||
*/
|
*/
|
||||||
|
@export
|
||||||
enum FrontendScanType : uint32_t {
|
enum FrontendScanType : uint32_t {
|
||||||
SCAN_UNDEFINED = 0,
|
SCAN_UNDEFINED = 0,
|
||||||
SCAN_AUTO = 1 << 0,
|
SCAN_AUTO = 1 << 0,
|
||||||
@@ -1206,6 +1207,7 @@ enum FrontendScanType : uint32_t {
|
|||||||
/**
|
/**
|
||||||
* Scan Message Type for Frontend.
|
* Scan Message Type for Frontend.
|
||||||
*/
|
*/
|
||||||
|
@export
|
||||||
enum FrontendScanMessageType : uint32_t {
|
enum FrontendScanMessageType : uint32_t {
|
||||||
/**
|
/**
|
||||||
* Scan locked the signal.
|
* Scan locked the signal.
|
||||||
|
|||||||
Reference in New Issue
Block a user