QuISP
Loading...
Searching...
No Matches
PhotonicSwitch.h
Go to the documentation of this file.
1
7#pragma once
8#include <omnetpp.h>
9
10using namespace omnetpp;
11
12namespace quisp::modules {
13
18class PhotonicSwitch : public cSimpleModule {
19 protected:
20 virtual void initialize() override;
21 virtual void handleMessage(cMessage *msg) override;
22};
23
25} // namespace quisp::modules
PhotonicSwitch.
Definition PhotonicSwitch.h:18
virtual void initialize() override
Definition PhotonicSwitch.cc:10
virtual void handleMessage(cMessage *msg) override
Definition PhotonicSwitch.cc:12
Definition Application.cc:16
Define_Module(Application)