Halide
sim_protocol.h
Go to the documentation of this file.
1 #ifndef SIM_PROTOCOL_H
2 #define SIM_PROTOCOL_H
3 
4 namespace Message {
5 enum {
6  None = 0,
8  Free,
11  Run,
14 };
15 }
16 
17 #endif // SIM_PROTOCOL_H
Message::Break
@ Break
Definition: sim_protocol.h:13
Message::Run
@ Run
Definition: sim_protocol.h:11
Message::Free
@ Free
Definition: sim_protocol.h:8
Message::None
@ None
Definition: sim_protocol.h:6
Message::ReleaseLibrary
@ ReleaseLibrary
Definition: sim_protocol.h:12
Message::Alloc
@ Alloc
Definition: sim_protocol.h:7
Message
Definition: sim_protocol.h:4
Message::LoadLibrary
@ LoadLibrary
Definition: sim_protocol.h:9
Message::GetSymbol
@ GetSymbol
Definition: sim_protocol.h:10