w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RlinkAddrMap.ipp
Go to the documentation of this file.
1// $Id: RlinkAddrMap.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2011-03-05 366 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14// all method definitions in namespace Retro
15namespace Retro {
16
17//------------------------------------------+-----------------------------------
19
21{
22 return fNameMap;
23}
24
25//------------------------------------------+-----------------------------------
27
29{
30 return fAddrMap;
31}
32
33} // end namespace Retro
nmap_t fNameMap
name->addr map
const nmap_t & Nmap() const
FIXME_docs.
const amap_t & Amap() const
FIXME_docs.
amap_t fAddrMap
addr->name map
std::map< std::string, uint16_t > nmap_t
std::map< uint16_t, std::string > amap_t
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47