Sync with 5.1.0
[deliverable/titan.core.git] / regression_test / BER / MyPort1.hh
CommitLineData
970ed795
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 header file was generated by the
9// TTCN-3 Compiler of the TTCN-3 Test Executor version 1.2.pl2
10// for Matyas Forstner (tmpmfr@saussure) on Thu Oct 17 16:56:18 2002
11
12
13// You may modify this file. Add your attributes and prototypes of your
14// member functions here.
15
16#ifndef MyPort1_HH
17#define MyPort1_HH
18
19#include "Regr.hh"
20
21#ifndef OLD_NAMES
22namespace Regr {
23#define REGR1_NS Regr1::
24#define REGR2_NS Regr2::
25#else
26#define REGR1_NS
27#define REGR2_NS
28#endif
29
30class MyPort1 : public MyPort1_BASE {
31public:
32 MyPort1(const char *par_port_name);
33 ~MyPort1();
34
35 void set_parameter(const char *parameter_name,
36 const char *parameter_value);
37
38 void Event_Handler(const fd_set *read_fds,
39 const fd_set *write_fds, const fd_set *error_fds,
40 double time_since_last_call);
41
42protected:
43 void user_map(const char *system_port);
44 void user_unmap(const char *system_port);
45
46 void user_start();
47 void user_stop();
48
49 void outgoing_send(const REGR1_NS T0& send_par);
50 void outgoing_send(const REGR1_NS T1& send_par);
51 void outgoing_send(const REGR1_NS T3& send_par);
52 void outgoing_send(const REGR1_NS T4& send_par);
53 void outgoing_send(const REGR1_NS T5& send_par);
54 void outgoing_send(const REGR1_NS T6& send_par);
55 void outgoing_send(const REGR1_NS T7& send_par);
56 void outgoing_send(const REGR1_NS T8& send_par);
57 void outgoing_send(const REGR2_NS T10& send_par);
58 void outgoing_send(const REGR2_NS T11& send_par);
59};
60
61#ifndef OLD_NAMES
62} /* end of namespace */
63#endif
64
65#endif
This page took 0.025578 seconds and 5 git commands to generate.