/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2000-2014 Ericsson Telecom AB // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v1.0 // which accompanies this distribution, and is available at // http://www.eclipse.org/legal/epl-v10.html /////////////////////////////////////////////////////////////////////////////// // This Test Port skeleton header file was generated by the // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.5.pl7 // for Janos Zoltan Szabo (ejnosza@balisea) on Mon Sep 13 09:35:21 2004 // You may modify this file. Add your attributes and prototypes of your // member functions here. #ifndef PCOType_HH #define PCOType_HH #include "MyExample.hh" namespace MyExample { class PCOType : public PCOType_BASE { public: PCOType(const char *par_port_name = NULL); ~PCOType(); void set_parameter(const char *parameter_name, const char *parameter_value); void Event_Handler(const fd_set *read_fds, const fd_set *write_fds, const fd_set *error_fds, double time_since_last_call); protected: void user_map(const char *system_port); void user_unmap(const char *system_port); void user_start(); void user_stop(); void outgoing_send(const CHARSTRING& send_par); }; } /* end of namespace */ #endif