Page MenuHomePhorge

Node.h
No OneTemporary

Size
269 B
Referenced Files
None
Subscribers
None
#ifndef NODE_HEADERFILE
#define NODE_HEADERFILE
#include "Unit.h"
class Node : public Unit {
private:
unsigned int workingCycle;
public:
Node();
Node(string name);
bool setWorkCycle(unsigned int workingCycle);
unsigned int getWorkCycle();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sat, Aug 29, 5:15 PM (9 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
375450
Default Alt Text
Node.h (269 B)

Event Timeline