Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / nonMandatoryPar / PCOType.cc
CommitLineData
114d1c9a
EL
1///////////////////////////////////////////////////////////////////////////////
2// Copyright (c) 2000-2014 Ericsson Telecom AB
3// All rights reserved. This program and the accompanying materials
4// are made available under the terms of the Eclipse Public License v1.0
5// which accompanies this distribution, and is available at
6// http://www.eclipse.org/legal/epl-v10.html
7///////////////////////////////////////////////////////////////////////////////
8// This Test Port skeleton source file was generated by the
9// TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pre4 build 4
10// for ekrisza (ekrisza@EGNEC004JPBV14D) on Wed May 10 13:22:33 2006
11
12
13// You may modify this file. Complete the body of empty functions and
14// add your member functions here.
15
16#include "PCOType.hh"
17
18#ifndef OLD_NAMES
19namespace TnonMandatory {
20#endif
21
22PCOType::PCOType(const char *par_port_name)
23 : PCOType_BASE(par_port_name)
24{
25
26}
27
28PCOType::~PCOType()
29{
30
31}
32
33void PCOType::set_parameter(const char * /*parameter_name*/,
34 const char * /*parameter_value*/)
35{
36
37}
38
39void PCOType::Event_Handler(const fd_set * /*read_fds*/,
40 const fd_set * /*write_fds*/, const fd_set * /*error_fds*/,
41 double /*time_since_last_call*/)
42{
43
44}
45
46void PCOType::user_map(const char * /*system_port*/)
47{
48
49}
50
51void PCOType::user_unmap(const char * /*system_port*/)
52{
53
54}
55
56void PCOType::user_start()
57{
58
59}
60
61void PCOType::user_stop()
62{
63
64}
65
66void PCOType::outgoing_send(const CHARSTRING& /*send_par*/)
67{
68
69}
70
71#ifndef OLD_NAMES
72}
73#endif
This page took 0.026458 seconds and 5 git commands to generate.