Page MenuHomePhorge

Node.cpp
No OneTemporary

Size
309 B
Referenced Files
None
Subscribers
None

Node.cpp

#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

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)

Event Timeline