Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F19835125
AgentSlotOfTestbench.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
556 B
Referenced Files
None
Subscribers
None
AgentSlotOfTestbench.cpp
View Options
#include
"AgentSlotOfTestbench.h"
#include
<stdio.h>
void
AgentSlotOfTestbench
::
init_agentSlotOfTestbench
()
{
agent
=
NULL
;
}
AgentSlotOfTestbench
::
AgentSlotOfTestbench
()
{
init_agentSlotOfTestbench
();
}
bool
AgentSlotOfTestbench
::
set_agent
(
Agent
*
agent
)
{
if
(
agent
!=
NULL
)
{
this
->
agent
=
agent
;
return
true
;
}
return
false
;
}
bool
AgentSlotOfTestbench
::
del_agent
()
{
if
(
agent
!=
NULL
)
{
agent
=
NULL
;
return
true
;
}
return
false
;
}
Agent
*
AgentSlotOfTestbench
::
get_agent
()
{
return
agent
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Jul 12, 6:03 PM (19 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
345117
Default Alt Text
AgentSlotOfTestbench.cpp (556 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment