Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / compileonly / mfgen-tpd / invalid_buildconfig_tpd / Hello000 / src / PCOType0.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.5.pl7
10// for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004
11
12
13// You may modify this file. Add your attributes and prototypes of your
14// member functions here.
15
16#ifndef PCOType_HH
17#define PCOType_HH
18
19#include "MyExample.hh"
20
21namespace MyExample {
22
23class PCOType : public PCOType_BASE {
24public:
25PCOType(const char *par_port_name = NULL);
26~PCOType();
27
28void set_parameter(const char *parameter_name,
29const char *parameter_value);
30
31void Event_Handler(const fd_set *read_fds,
32const fd_set *write_fds, const fd_set *error_fds,
33double time_since_last_call);
34
35protected:
36void user_map(const char *system_port);
37void user_unmap(const char *system_port);
38
39void user_start();
40void user_stop();
41
42void outgoing_send(const CHARSTRING& send_par);
43};
44
45} /* end of namespace */
46
47#endif
This page took 0.025704 seconds and 5 git commands to generate.