ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
GeoNetworkingPort.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 Sat Aug 15 22:33:04 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 GeoNetworkingPort_HH
11 #define GeoNetworkingPort_HH
12 
13 #include "LibItsGeoNetworking_TestSystem.hh"
14 
15 #include "layer.hh"
16 #include "Params.hh"
17 
19 
20  class GeoNetworkingPort : public GeoNetworkingPort_BASE {
24  std::string _time_key;
25 
26  public:
27  GeoNetworkingPort(const char *par_port_name = NULL);
29 
30  void set_parameter(const char *parameter_name, const char *parameter_value);
31  void receiveMsg (const LibItsGeoNetworking__TestSystem::GeoNetworkingInd&, const Params&);
32 
33  private:
34  /* void Handle_Fd_Event(int fd, boolean is_readable,
35  boolean is_writable, boolean is_error); */
36  void Handle_Fd_Event_Error(int fd);
37  void Handle_Fd_Event_Writable(int fd);
38  void Handle_Fd_Event_Readable(int fd);
39  /* void Handle_Timeout(double time_since_last_call); */
40 
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 GeoNetworkingReq& send_par);
49  };
50 
51 } /* end of namespace */
52 
53 #endif
void Handle_Fd_Event_Readable(int fd)
Definition: GeoNetworkingPort.cc:49
void user_stop()
Definition: GeoNetworkingPort.cc:94
layer * _layer
Definition: GeoNetworkingPort.hh:23
Forward declaration of TITAN class.
Definition: layer.hh:29
void user_map(const char *system_port)
Definition: GeoNetworkingPort.cc:56
Header file for the parameter dictionary.
void user_unmap(const char *system_port)
Definition: GeoNetworkingPort.cc:77
void Handle_Fd_Event_Error(int fd)
Definition: GeoNetworkingPort.cc:39
void receiveMsg(const LibItsGeoNetworking__TestSystem::GeoNetworkingInd &, const Params &)
Definition: GeoNetworkingPort.cc:111
This class provides basic functionalities for an ITS dictionary.
Definition: Params.hh:21
GeoNetworkingPort(const char *par_port_name=NULL)
Definition: GeoNetworkingPort.cc:16
Forward declaration of TITAN class.
Definition: GeoNetworkingPort.cc:14
Definition: GeoNetworkingPort.hh:20
~GeoNetworkingPort()
Definition: GeoNetworkingPort.cc:21
void outgoing_send(const GeoNetworkingReq &send_par)
Definition: GeoNetworkingPort.cc:100
void set_parameter(const char *parameter_name, const char *parameter_value)
Definition: GeoNetworkingPort.cc:30
void user_start()
Definition: GeoNetworkingPort.cc:88
Params _layer_params
Definition: GeoNetworkingPort.hh:22
Header file for ITS abstract protocol layer definition.
std::string _time_key
Definition: GeoNetworkingPort.hh:24
Params _cfg_params
Definition: GeoNetworkingPort.hh:21
void Handle_Fd_Event_Writable(int fd)
Definition: GeoNetworkingPort.cc:44