handle environmental variables when we create folders dynamically to
[deliverable/titan.core.git] / regression_test / commProcedure / ExtProcPort.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 * Lovassy, Arpad
11 * Raduly, Csaba
12 * Szabo, Janos Zoltan – initial implementation
13 * Tatarka, Gabor
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.4.pl3
18 // for Gabor Tatarka (tmpgta@duna127) on Wed Jul 9 16:13:51 2003
19
20
21 // You may modify this file. Add your attributes and prototypes of your
22 // member functions here.
23
24 #ifndef ExtProcPort_HH
25 #define ExtProcPort_HH
26
27 #include "ProcPort.hh"
28
29 #ifndef OLD_NAMES
30 namespace ProcPort {
31 #endif
32
33 class ExtProcPort : public ExtProcPort_BASE {
34 public:
35 ExtProcPort(const char *par_port_name);
36 ~ExtProcPort();
37
38 void set_parameter(const char *parameter_name,
39 const char *parameter_value);
40
41 void Event_Handler(const fd_set *read_fds,
42 const fd_set *write_fds, const fd_set *error_fds,
43 double time_since_last_call);
44
45 protected:
46 void user_map(const char *system_port);
47 void user_unmap(const char *system_port);
48
49 void user_start();
50 void user_stop();
51
52 void outgoing_call(const MyProc5_call& call_par);
53 void outgoing_reply(const MyProc5_reply& reply_par);
54 void outgoing_raise(const MyProc5_exception& raise_exception);
55 };
56
57 #ifndef OLD_NAMES
58 } /* end of namespace */
59 #endif
60
61 #endif
This page took 0.031611 seconds and 5 git commands to generate.