Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / BER_x682 / MyPort1.hh
1 /******************************************************************************
2 * Copyright (c) 2000-2016 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 * Contributors:
9 * Balasko, Jeno
10 * Delic, Adam
11 * Koppany, Csaba
12 * Lovassy, Arpad
13 * Raduly, Csaba
14 *
15 ******************************************************************************/
16 // This Test Port skeleton header file was generated by the
17 // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.3.pl0
18 // for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003
19
20
21 // You may modify this file. Add your attributes and prototypes of your
22 // member functions here.
23
24 #ifndef MyPort1_HH
25 #define MyPort1_HH
26
27 #include "X.hh"
28
29 #ifndef OLD_NAMES
30 #define X682NS X682::
31 namespace X {
32 #else
33 #define X682NS
34 #endif
35
36 class MyPort1 : public MyPort1_BASE {
37 public:
38 MyPort1(const char *par_port_name);
39 ~MyPort1();
40
41 void set_parameter(const char *parameter_name,
42 const char *parameter_value);
43
44 void Event_Handler(const fd_set *read_fds,
45 const fd_set *write_fds, const fd_set *error_fds,
46 double time_since_last_call);
47
48 protected:
49 void user_map(const char *system_port);
50 void user_unmap(const char *system_port);
51
52 void user_start();
53 void user_stop();
54
55 void outgoing_send(const X682NS ErrorReturn& send_par);
56 };
57
58 #ifndef OLD_NAMES
59 }
60 #endif
61
62 #endif
This page took 0.034844 seconds and 5 git commands to generate.