Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / BER_x682_wa / MyPort1.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.3.pl0
10// for Matyas Forstner (tmpmfr@saussure) on Thu Apr 10 16:06:07 2003
11// You may modify this file. Add your attributes and prototypes of your
12// member functions here.
13
14#ifndef MyPort1_HH
15#define MyPort1_HH
16
17#include "X.hh"
18
19class MyPort1 : public MyPort1_BASE {
20public:
21 MyPort1(const char *par_port_name);
22 ~MyPort1();
23
24 void set_parameter(const char *parameter_name,
25 const char *parameter_value);
26
27 void Event_Handler(const fd_set *read_fds,
28 const fd_set *write_fds, const fd_set *error_fds,
29 double time_since_last_call);
30
31protected:
32 void user_map(const char *system_port);
33 void user_unmap(const char *system_port);
34
35 void user_start();
36 void user_stop();
37
38 void outgoing_send(const ErrorReturn& send_par);
39};
40
41#endif
This page took 0.025966 seconds and 5 git commands to generate.