flatbuffer base
This commit is contained in:
14
flatbuffers/control/exec_ctrl.fbs
Normal file
14
flatbuffers/control/exec_ctrl.fbs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace hmmmm.ctrl.exec;
|
||||
|
||||
enum ExecPrompt: byte {
|
||||
_invalid = 0,
|
||||
start = 1,
|
||||
pause = 2,
|
||||
resume = 3,
|
||||
stop = 4,
|
||||
reset = 5,
|
||||
}
|
||||
|
||||
table ExecCtrlMessage {
|
||||
prompt: ExecPrompt;
|
||||
}
|
||||
Reference in New Issue
Block a user