Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / logger / logtest / PCO_PT.hh
CommitLineData
970ed795 1///////////////////////////////////////////////////////////////////////////////
3abe9331 2// Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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.8.pre3 build 4
10// for Attila Balasko (ethbaat@ehubuux110) on Wed Jun 2 15:51:57 2010
11
12
13// You may modify this file. Add your attributes and prototypes of your
14// member functions here.
15
16#ifndef PCO__PT_HH
17#define PCO__PT_HH
18
19#include "Titan_LogTestDefinitions.hh"
20
21namespace Titan__LogTestDefinitions {
22
23class PCO__PT : public PCO__PT_BASE {
24public:
25 PCO__PT(const char *par_port_name = NULL);
26 ~PCO__PT();
27
28 void set_parameter(const char *parameter_name,
29 const char *parameter_value);
30
31private:
32 /* void Handle_Fd_Event(int fd, boolean is_readable,
33 boolean is_writable, boolean is_error); */
34 void Handle_Fd_Event_Error(int fd);
35 void Handle_Fd_Event_Writable(int fd);
36 void Handle_Fd_Event_Readable(int fd);
37 /* void Handle_Timeout(double time_since_last_call); */
38protected:
39 void user_map(const char *system_port);
40 void user_unmap(const char *system_port);
41
42 void user_start();
43 void user_stop();
44
45 void outgoing_send(const CHARSTRING& send_par);
46};
47
48} /* end of namespace */
49
50#endif
This page took 0.028146 seconds and 5 git commands to generate.