Sync with 5.1.0
[deliverable/titan.core.git] / regression_test / BER_x682 / MyPort2.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.3.pl0
10// for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003
11
12
13// You may modify this file. Add your attributes and prototypes of your
14// member functions here.
15
16#ifndef MyPort2_HH
17#define MyPort2_HH
18
19#include "X.hh"
20
21#ifndef OLD_NAMES
22namespace X {
23#endif
24
25class MyPort2 : public MyPort2_BASE {
26public:
27 MyPort2(const char *par_port_name);
28 ~MyPort2();
29
30 void set_parameter(const char *parameter_name,
31 const char *parameter_value);
32
33 void Event_Handler(const fd_set *read_fds,
34 const fd_set *write_fds, const fd_set *error_fds,
35 double time_since_last_call);
36
37protected:
38 void user_map(const char *system_port);
39 void user_unmap(const char *system_port);
40
41 void user_start();
42 void user_stop();
43
44 void outgoing_send(const OCTETSTRING& send_par);
45};
46
47#ifndef OLD_NAMES
48}
49#endif
50
51#endif
This page took 0.025358 seconds and 5 git commands to generate.