9 lines
143 B
Matlab
9 lines
143 B
Matlab
|
|
classdef ENUM_operational_level2 < Simulink.IntEnumType
|
||
|
|
enumeration
|
||
|
|
AUTO (0)
|
||
|
|
SEMI_AUTO (1)
|
||
|
|
MANUAL (2)
|
||
|
|
end
|
||
|
|
end
|
||
|
|
|