flatbuffer base
This commit is contained in:
13
flatbuffers/control/exec_notif.fbs
Normal file
13
flatbuffers/control/exec_notif.fbs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace hmmmm.ctrl.exec_notif;
|
||||
|
||||
enum ExecState: byte {
|
||||
still = 0,
|
||||
executing = 1,
|
||||
paused = 2,
|
||||
stopped = 3,
|
||||
}
|
||||
|
||||
table ExecNotifyMessage {
|
||||
tclk: uint64;
|
||||
state: ExecState;
|
||||
}
|
||||
Reference in New Issue
Block a user