ChimeraTK-DeviceAccess  03.18.00
NumericAddress.h
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 #pragma once
4 
5 #include "RegisterPath.h"
6 
8 
21  RegisterPath BAR();
22 } // 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
ChimeraTK::RegisterPath
Class to store a register path name.
Definition: RegisterPath.h:16
RegisterPath.h