BTPPort.cc 273 Bytes
Newer Older
#include "BTPPort.hh"
#include "BTPLayer.hh"
filatov's avatar
filatov committed

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);
filatov's avatar
filatov committed
}