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