Page MenuHomePhorge

Slot.h
No OneTemporary

Size
265 B
Referenced Files
None
Subscribers
None
#ifndef SLOT_HEADERFILE
#define SLOT_HEADERFILE
#include "Channel.h"
//#include "Slot.h"
class Slot : public Unit {
protected:
Channel* comPort;
public:
Slot();
bool set_comPort(Channel* comPort);
Channel* get_comPort();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sat, Aug 29, 3:20 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
367821
Default Alt Text
Slot.h (265 B)

Event Timeline