ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
DenmPort.hh
Go to the documentation of this file.
1 // This Test Port skeleton header file was generated by the
2 // TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/5 R3A
3 // for U-ERICSSON\ethgry (ethgry@HU00078339) on Fri Aug 14 16:32:05 2015
4 
5 // Copyright Ericsson Telecom AB 2000-2014
6 
7 // You may modify this file. Add your attributes and prototypes of your
8 // member functions here.
9 
10 #ifndef DenmPort_HH
11 #define DenmPort_HH
12 
13 #include "LibItsDenm_TestSystem.hh"
14 
15 #include "layer.hh"
16 #include "Params.hh"
17 
18 namespace LibItsDenm__TestSystem {
19 
20  class DenmPort : public DenmPort_BASE {
24  std::string _time_key;
25  public:
26  DenmPort(const char *par_port_name = NULL);
27  ~DenmPort();
28 
29  void set_parameter(const char *parameter_name,
30  const char *parameter_value);
31 
32  void receiveMsg (const LibItsDenm__TestSystem::DenmInd&, const Params&);
33 
34  private:
35  /* void Handle_Fd_Event(int fd, boolean is_readable,
36  boolean is_writable, boolean is_error); */
37  void Handle_Fd_Event_Error(int fd);
38  void Handle_Fd_Event_Writable(int fd);
39  void Handle_Fd_Event_Readable(int fd);
40  /* void Handle_Timeout(double time_since_last_call); */
41  protected:
42  void user_map(const char *system_port);
43  void user_unmap(const char *system_port);
44 
45  void user_start();
46  void user_stop();
47 
48  void outgoing_send(const DenmReq& send_par);
49  };
50 
51 } /* end of namespace */
52 
53 #endif
void user_stop()
Definition: DenmPort.cc:87
DenmPort(const char *par_port_name=NULL)
Definition: DenmPort.cc:16
Forward declaration of TITAN class.
Definition: layer.hh:29
Header file for the parameter dictionary.
void user_map(const char *system_port)
Definition: DenmPort.cc:53
void user_start()
Definition: DenmPort.cc:82
Definition: DenmPort.cc:14
void Handle_Fd_Event_Writable(int fd)
Definition: DenmPort.cc:41
Params _layer_params
Definition: DenmPort.hh:22
~DenmPort()
Definition: DenmPort.cc:20
This class provides basic functionalities for an ITS dictionary.
Definition: Params.hh:21
Definition: DenmPort.hh:20
void set_parameter(const char *parameter_name, const char *parameter_value)
Definition: DenmPort.cc:27
Params _cfg_params
Definition: DenmPort.hh:21
void Handle_Fd_Event_Error(int fd)
Definition: DenmPort.cc:36
std::string _time_key
Definition: DenmPort.hh:24
void Handle_Fd_Event_Readable(int fd)
Definition: DenmPort.cc:46
layer * _layer
Definition: DenmPort.hh:23
void user_unmap(const char *system_port)
Definition: DenmPort.cc:73
Header file for ITS abstract protocol layer definition.
void outgoing_send(const DenmReq &send_par)
Definition: DenmPort.cc:92
void receiveMsg(const LibItsDenm__TestSystem::DenmInd &, const Params &)
Definition: DenmPort.cc:103