Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497695
Node.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
309 B
Referenced Files
None
Subscribers
None
Node.cpp
View Options
#include
"Node.h"
#define MAX_WORKCYCLE 4294967295
Node
::
Node
()
{}
bool
Node
::
set_workingCycle
(
unsigned
int
workingCycle
)
{
if
(
workingCycle
<=
MAX_WORKCYCLE
)
{
this
->
workingCycle
=
workingCycle
;
return
true
;
}
return
false
;
}
unsigned
int
Node
::
get_workingCycle
()
{
return
workingCycle
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 9:38 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281255
Default Alt Text
Node.cpp (309 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment