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
Sun, Aug 2, 1:58 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
362061
Default Alt Text
Node.h (269 B)

Event Timeline