senf::emu::tunnel Namespace Reference

Typedefs

typedef std::map< CapacityDirection, unsigned > Capacity
 

Enumerations

enum  CapacityDirection { FromClientToServer, FromServerToClient }
 

Functions

 SENF_CONSOLE_REGISTER_ENUM (CapacityDirection,(FromClientToServer)(FromServerToClient))
 

Typedef Documentation

◆ Capacity

typedef std::map<CapacityDirection, unsigned> senf::emu::tunnel::Capacity

Definition at line 46 of file TunnelController.hh.

Enumeration Type Documentation

◆ CapacityDirection

Enumerator
FromClientToServer 
FromServerToClient 

Definition at line 45 of file TunnelController.hh.

Function Documentation

◆ SENF_CONSOLE_REGISTER_ENUM()

senf::emu::tunnel::SENF_CONSOLE_REGISTER_ENUM ( CapacityDirection  ,
(FromClientToServer)(FromServerToClient  
)