ThrottleBarrier.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3 // Network Research Group (NET)
4 // Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5 // Contact: support@wiback.org
6 //
7 // This file is part of the SENF code tree.
8 // It is licensed under the 3-clause BSD License (aka New BSD License).
9 // See LICENSE.txt in the top level directory for details or visit
10 // https://opensource.org/licenses/BSD-3-Clause
11 //
12 
13 
17 #ifndef HH_SENF_PPI_ThrottleBarrier_
18 #define HH_SENF_PPI_ThrottleBarrier_ 1
19 
20 // Custom includes
21 #include "Connectors.hh"
22 #include "Module.hh"
23 
24 //#include "ThrottleBarrier.mpp"
25 //-/////////////////////////////////////////////////////////////////////////////////////////////////
26 
27 namespace senf {
28 namespace ppi {
29 namespace module {
30 
41  : public Module
42  {
44  public:
45 
48 
50 
51  private:
52  void request();
53  };
54 
55 
56 }}}
57 
58 //-/////////////////////////////////////////////////////////////////////////////////////////////////
59 //#include "ThrottleBarrier.cci"
60 //#include "ThrottleBarrier.ct"
61 //#include "ThrottleBarrier.cti"
62 #endif
63 
64 
65 // Local Variables:
66 // mode: c++
67 // fill-column: 100
68 // comment-column: 40
69 // c-file-style: "senf"
70 // indent-tabs-mode: nil
71 // ispell-local-dictionary: "american"
72 // compile-command: "scons -u test"
73 // End:
Connector actively sending packets.
Definition: Connectors.hh:677
Module base-class.
Definition: Module.hh:169
Connectors public header.
Module public header.
connector::ActiveOutput output
Packet discarding barrier for throttle notifications.
#define SENF_PPI_MODULE(name)
Define PPI Module.
Definition: Module.hh:346
Connector passively receiving packets.
Definition: Connectors.hh:655