2c32afb96e5a5377add7add1b42da8b8d93a4cfe
[deliverable/titan.core.git] / regression_test / compileonly / centralstorage / base_ttcn / base_PT.cc
1 ///////////////////////////////////////////////////////////////////////////////
2 // Copyright (c) 2000-2015 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.pl3
10 // for Kristof Szabados (ekrisza@balisea) on Tue Nov 8 10:14:04 2005
11
12
13 // You may modify this file. Complete the body of empty functions and
14 // add your member functions here.
15
16 #include "base_PT.hh"
17
18 namespace base__ttcn {
19
20 base__PT::base__PT(const char *par_port_name)
21 : base__PT_BASE(par_port_name)
22 {
23
24 }
25
26 base__PT::~base__PT()
27 {
28
29 }
30
31 void base__PT::set_parameter(const char *parameter_name,
32 const char *parameter_value)
33 {
34
35 }
36
37 void base__PT::Event_Handler(const fd_set *read_fds,
38 const fd_set *write_fds, const fd_set *error_fds,
39 double time_since_last_call)
40 {
41
42 }
43
44 void base__PT::user_map(const char *system_port)
45 {
46
47 }
48
49 void base__PT::user_unmap(const char *system_port)
50 {
51
52 }
53
54 void base__PT::user_start()
55 {
56
57 }
58
59 void base__PT::user_stop()
60 {
61
62 }
63
64 void base__PT::outgoing_send(const INTEGER& send_par)
65 {
66
67 }
68
69 }
This page took 0.03224 seconds and 5 git commands to generate.