Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / compileonly / mfgen-tpd / buildconfig_param / HelloTpd / src / PCOType.hh
CommitLineData
d44e3c4f 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 * Beres, Szabolcs
11 * Lovassy, Arpad
12 *
13 ******************************************************************************/
970ed795
EL
14// This Test Port skeleton header file was generated by the
15// TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7
16// for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004
17
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 "MyExample.hh"
26
27namespace MyExample {
28
29class PCOType : public PCOType_BASE {
30public:
31PCOType(const char *par_port_name = NULL);
32~PCOType();
33
34void set_parameter(const char *parameter_name,
35const char *parameter_value);
36
37void Event_Handler(const fd_set *read_fds,
38const fd_set *write_fds, const fd_set *error_fds,
39double time_since_last_call);
40
41protected:
42void user_map(const char *system_port);
43void user_unmap(const char *system_port);
44
45void user_start();
46void user_stop();
47
48void outgoing_send(const CHARSTRING& send_par);
49};
50
51} /* end of namespace */
52
53#endif
This page took 0.025726 seconds and 5 git commands to generate.