8 lines
112 B
Matlab
8 lines
112 B
Matlab
|
|
classdef Verbosity < uint32
|
||
|
|
enumeration
|
||
|
|
SILENT(0)
|
||
|
|
SUMMARY(1)
|
||
|
|
VERBOSE(2)
|
||
|
|
end
|
||
|
|
end
|