ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
BtpPort.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 21:19:06 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 BtpPort_HH
11 #define BtpPort_HH
12 
13 #include "LibItsBtp_TestSystem.hh"
14 
15 #include "layer.hh"
16 #include "Params.hh"
17 
18 namespace LibItsBtp__TestSystem {
19 
20  class BtpPort : public BtpPort_BASE {
24  std::string _time_key;
25  public:
26  BtpPort(const char *par_port_name = NULL);
27  ~BtpPort();
28 
29  void set_parameter(const char *parameter_name,
30  const char *parameter_value);
31 
32  void receiveMsg (const LibItsBtp__TestSystem::BtpInd&, 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 BtpReq& send_par);
49  };
50 
51 } /* end of namespace */
52 
53 #endif
Definition: BtpPort.cc:14
layer * _layer
Definition: BtpPort.hh:23
void Handle_Fd_Event_Writable(int fd)
Definition: BtpPort.cc:39
Params _layer_params
Definition: BtpPort.hh:22
Forward declaration of TITAN class.
Definition: layer.hh:29
void user_start()
Definition: BtpPort.cc:76
~BtpPort()
Definition: BtpPort.cc:21
Definition: BtpPort.hh:20
Params _cfg_params
Definition: BtpPort.hh:21
std::string _time_key
Definition: BtpPort.hh:24
Header file for the parameter dictionary.
void user_map(const char *system_port)
Definition: BtpPort.cc:49
void set_parameter(const char *parameter_name, const char *parameter_value)
Definition: BtpPort.cc:27
BtpPort(const char *par_port_name=NULL)
Definition: BtpPort.cc:16
void Handle_Fd_Event_Readable(int fd)
Definition: BtpPort.cc:43
This class provides basic functionalities for an ITS dictionary.
Definition: Params.hh:21
void receiveMsg(const LibItsBtp__TestSystem::BtpInd &, const Params &)
Definition: BtpPort.cc:93
void outgoing_send(const BtpReq &send_par)
Definition: BtpPort.cc:84
void Handle_Fd_Event_Error(int fd)
Definition: BtpPort.cc:35
void user_stop()
Definition: BtpPort.cc:80
Header file for ITS abstract protocol layer definition.
void user_unmap(const char *system_port)
Definition: BtpPort.cc:68