QuISP
Loading...
Searching...
No Matches
IRuleEngine.h
Go to the documentation of this file.
1#pragma once
2
3#include <omnetpp.h>
4
5namespace quisp::modules {
6
7class IRuleEngine : public omnetpp::cSimpleModule {
8 public:
9 virtual ~IRuleEngine() {}
10};
11
12} // namespace quisp::modules
Definition IRuleEngine.h:7
virtual ~IRuleEngine()
Definition IRuleEngine.h:9
Definition Application.cc:16