Halide
19.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
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,
7
Alloc
,
8
Free
,
9
LoadLibrary
,
10
GetSymbol
,
11
Run
,
12
ReleaseLibrary
,
13
Break
,
14
};
15
}
16
17
#endif
// SIM_PROTOCOL_H
Message
Definition
sim_protocol.h:4
Message::Alloc
@ Alloc
Definition
sim_protocol.h:7
Message::GetSymbol
@ GetSymbol
Definition
sim_protocol.h:10
Message::Run
@ Run
Definition
sim_protocol.h:11
Message::LoadLibrary
@ LoadLibrary
Definition
sim_protocol.h:9
Message::Free
@ Free
Definition
sim_protocol.h:8
Message::ReleaseLibrary
@ ReleaseLibrary
Definition
sim_protocol.h:12
Message::None
@ None
Definition
sim_protocol.h:6
Message::Break
@ Break
Definition
sim_protocol.h:13
src
runtime
hexagon_remote
sim_protocol.h
Generated by
1.12.0