#include "BTPPort.hh" #include "BTPLayer.hh" void BTPPort::receiveMsg(const LibItsBtp__TypesAndValues::BtpPacket& m, const Params&) { } void BTPPort::outgoingMsg(const LibItsBtp__TypesAndValues::BtpPacket& a, const Params& info) { layer->sendMsg(a, info); }