Newer
Older
#include "Layer.hh"
#include "BTPTypes.hh"
#include "BTPCodec.hh"
class BTPPort;
class BTPLayer : public TLayer<BTPPort> {
inline BTPLayer():TLayer<BTPPort>(){}
virtual ~BTPLayer(){}
void sendMsg(const LibItsBtp__TypesAndValues::BtpPacket&, const Params& param);
void receiveToAllPorts(const BTPA& m, const Params& param);
void receiveToAllPorts(const BTPB& m, const Params& param);