Merge "Add @export to frontend scan enums" am: 76c90b21cc
Change-Id: If1dc78c857105b378ab724afe542e735acc092ed
This commit is contained in:
commit
cc5bbb2b38
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue