Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / intOper / PCOType.hh
1 ///////////////////////////////////////////////////////////////////////////////
2 // Copyright (c) 2000-2015 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.7.pre4 build 5
10 // for (eferkov@E0017083EF5F5) on Wed Aug 20 21:06:45 2008
11
12 // You may modify this file. Add your attributes and prototypes of your
13 // member functions here.
14
15 #ifndef PCOType_HH
16 #define PCOType_HH
17
18 #include "TintOper.hh"
19
20 #ifndef OLD_NAMES
21 namespace TintOper {
22 #endif
23
24 class PCOType : public PCOType_BASE {
25 public:
26 PCOType(const char *par_port_name = NULL);
27 ~PCOType();
28
29 void set_parameter(const char *parameter_name,
30 const char *parameter_value);
31
32 private:
33 /* void Handle_Fd_Event(int fd, boolean is_readable,
34 boolean is_writable, boolean is_error); */
35 void Handle_Fd_Event_Error(int fd);
36 void Handle_Fd_Event_Writable(int fd);
37 void Handle_Fd_Event_Readable(int fd);
38 /* void Handle_Timeout(double time_since_last_call); */
39 protected:
40 void user_map(const char *system_port);
41 void user_unmap(const char *system_port);
42
43 void user_start();
44 void user_stop();
45
46 void outgoing_send(const INTEGER& send_par);
47 void outgoing_send(const eint1& send_par);
48 void outgoing_send(const rint1& send_par);
49 };
50
51 #ifndef OLD_NAMES
52 } /* end of namespace */
53 #endif
54
55 #endif
This page took 0.03137 seconds and 5 git commands to generate.