basic implementation of client/server for AERPAW, whole lot of mess included
This commit is contained in:
10
aerpaw/OPMODE.m
Normal file
10
aerpaw/OPMODE.m
Normal file
@@ -0,0 +1,10 @@
|
||||
classdef OPMODE
|
||||
properties (Constant)
|
||||
INVALID = uint8(0);
|
||||
INITIALIZED = uint8(1);
|
||||
SET = uint8(2);
|
||||
RUNNING = uint8(3);
|
||||
CONCLUDING = uint8(4);
|
||||
FINISHED = uint8(5);
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user