Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497557
AgentSlotOfTestbench.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
530 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, Mar 1, 9:36 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283016
Default Alt Text
AgentSlotOfTestbench.cpp (530 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment