Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497513
ChannelSlotOfTestbench.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
576 B
Referenced Files
None
Subscribers
None
ChannelSlotOfTestbench.cpp
View Options
#include
"ChannelSlotOfTestbench.h"
#include
<stdio.h>
void
ChannelSlotOfTestbench
::
init_channelSlotOfTestbench
()
{
channel
=
NULL
;
}
ChannelSlotOfTestbench
::
ChannelSlotOfTestbench
()
{
init_channelSlotOfTestbench
();
}
bool
ChannelSlotOfTestbench
::
set_channel
(
Channel
*
channel
)
{
if
(
channel
!=
NULL
)
{
this
->
channel
=
channel
;
return
true
;
}
return
false
;
}
bool
ChannelSlotOfTestbench
::
del_channel
()
{
if
(
channel
!=
NULL
)
{
channel
=
NULL
;
return
true
;
}
return
false
;
}
Channel
*
ChannelSlotOfTestbench
::
get_channel
()
{
return
channel
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 9:35 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283216
Default Alt Text
ChannelSlotOfTestbench.cpp (576 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment