Page MenuHomePhorge

ChannelSlotOfTestbench.h
No OneTemporary

Size
344 B
Referenced Files
None
Subscribers
None

ChannelSlotOfTestbench.h

#ifndef CHANNELSLOTOFTESTBENCH_HEADERFILE
#define CHANNELSLOTOFTESTBENCH_HEADERFILE
#include "Channel.h"
class ChannelSlotOfTestbench {
protected:
Channel *channel;
void init_channelSlotOfTestbench();
public:
ChannelSlotOfTestbench();
bool set_channel(Channel *channel);
bool del_channel();
Channel *get_channel();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 6:35 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283027
Default Alt Text
ChannelSlotOfTestbench.h (344 B)

Event Timeline