handle environmental variables when we create folders dynamically to
[deliverable/titan.core.git] / regression_test / intOper / PCOType.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 * Kovacs, Ferenc
11 * Lovassy, Arpad
12 * Raduly, Csaba
13 *
14 ******************************************************************************/
15 // This Test Port skeleton header file was generated by the
16 // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.7.pre4 build 5
17 // for (eferkov@E0017083EF5F5) on Wed Aug 20 21:06:45 2008
18
19 // You may modify this file. Add your attributes and prototypes of your
20 // member functions here.
21
22 #ifndef PCOType_HH
23 #define PCOType_HH
24
25 #include "TintOper.hh"
26
27 #ifndef OLD_NAMES
28 namespace TintOper {
29 #endif
30
31 class PCOType : public PCOType_BASE {
32 public:
33 PCOType(const char *par_port_name = NULL);
34 ~PCOType();
35
36 void set_parameter(const char *parameter_name,
37 const char *parameter_value);
38
39 private:
40 /* void Handle_Fd_Event(int fd, boolean is_readable,
41 boolean is_writable, boolean is_error); */
42 void Handle_Fd_Event_Error(int fd);
43 void Handle_Fd_Event_Writable(int fd);
44 void Handle_Fd_Event_Readable(int fd);
45 /* void Handle_Timeout(double time_since_last_call); */
46 protected:
47 void user_map(const char *system_port);
48 void user_unmap(const char *system_port);
49
50 void user_start();
51 void user_stop();
52
53 void outgoing_send(const INTEGER& send_par);
54 void outgoing_send(const eint1& send_par);
55 void outgoing_send(const rint1& send_par);
56 };
57
58 #ifndef OLD_NAMES
59 } /* end of namespace */
60 #endif
61
62 #endif
This page took 0.033015 seconds and 5 git commands to generate.