9 lines
141 B
Matlab
9 lines
141 B
Matlab
|
|
classdef ENUM_sysauto_level1 < Simulink.IntEnumType
|
||
|
|
enumeration
|
||
|
|
operational (0)
|
||
|
|
xbit(1)
|
||
|
|
standby (2)
|
||
|
|
end
|
||
|
|
end
|
||
|
|
|