Page MenuHomePhorge

Slot.h
No OneTemporary

Size
225 B
Referenced Files
None
Subscribers
None
#ifndef SLOT_HEADERFILE
#define SLOT_HEADERFILE
#include "Channel.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
Sun, Mar 1, 5:57 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283018
Default Alt Text
Slot.h (225 B)

Event Timeline