ChimeraTK-DeviceAccess  03.18.00
NumericAddress.cc
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2 // SPDX-License-Identifier: LGPL-3.0-or-later
3 #include "NumericAddress.h"
4 
6 
8  static const RegisterPath bar{"#"};
9  return bar;
10  }
11 
12 } // namespace ChimeraTK::numeric_address
ChimeraTK::numeric_address
Definition: NumericAddress.h:7
ChimeraTK::numeric_address::BAR
RegisterPath BAR()
The numeric_address::BAR() function can be used to directly access registers by numeric addresses,...
Definition: NumericAddress.cc:7
NumericAddress.h
ChimeraTK::RegisterPath
Class to store a register path name.
Definition: RegisterPath.h:16