BtpPort.cc 1.3 KB
Newer Older
// This Test Port skeleton source file was generated by the
// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/5 R3A
// for U-ERICSSON\ethgry (ethgry@HU00078339) on Fri Aug 14 21:19:06 2015

// Copyright Ericsson Telecom AB 2000-2014

// You may modify this file. Complete the body of empty functions and
// add your member functions here.

#include "BtpPort.hh"

namespace LibItsBtp__TestSystem {

BtpPort::BtpPort(const char *par_port_name) :
		BtpPort_BASE(par_port_name) {
BtpPort::~BtpPort() {

}

void BtpPort::set_parameter(const char * /*parameter_name*/,
		const char * /*parameter_value*/) {

}

/*void BtpPort::Handle_Fd_Event(int fd, boolean is_readable,
 boolean is_writable, boolean is_error) {}*/
void BtpPort::Handle_Fd_Event_Error(int /*fd*/) {
void BtpPort::Handle_Fd_Event_Writable(int /*fd*/) {
void BtpPort::Handle_Fd_Event_Readable(int /*fd*/) {

}

/*void BtpPort::Handle_Timeout(double time_since_last_call) {}*/

void BtpPort::user_map(const char * /*system_port*/) {
void BtpPort::user_unmap(const char * /*system_port*/) {
void BtpPort::user_start() {
void BtpPort::user_stop() {
void BtpPort::outgoing_send(const BtpReq& /*send_par*/) {

}

void BtpPort::receiveMsg(const LibItsBtp__TypesAndValues::BtpPacket&, const Params&) {