From d0cbc4bcad59475260833870eed96112cd8554da Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Sun, 7 Jul 2024 17:15:25 -0700 Subject: [PATCH] polishing the code headers to be the same formating across all cpp/h/py files --- include/rogue/Directives.h | 5 +-- include/rogue/EnableSharedFromThis.h | 5 +-- include/rogue/GeneralError.h | 5 +-- include/rogue/GilRelease.h | 5 +-- include/rogue/Helpers.h | 5 +-- include/rogue/Logging.h | 5 +-- include/rogue/Queue.h | 5 +-- include/rogue/ScopedGil.h | 5 +-- include/rogue/Version.h | 5 +-- include/rogue/hardware/MemMap.h | 10 +++--- include/rogue/hardware/axi/AxiMemMap.h | 10 +++--- include/rogue/hardware/axi/AxiStreamDma.h | 9 ++++-- include/rogue/hardware/axi/module.h | 5 +-- include/rogue/hardware/module.h | 4 +-- include/rogue/interfaces/ZmqClient.h | 10 +++--- include/rogue/interfaces/ZmqServer.h | 10 +++--- include/rogue/interfaces/api/Bsp.h | 10 +++--- include/rogue/interfaces/memory/Block.h | 4 +-- include/rogue/interfaces/memory/Constants.h | 5 +-- include/rogue/interfaces/memory/Emulate.h | 4 +-- include/rogue/interfaces/memory/Hub.h | 6 +--- include/rogue/interfaces/memory/Master.h | 6 +--- include/rogue/interfaces/memory/Slave.h | 5 +-- include/rogue/interfaces/memory/TcpClient.h | 5 +-- include/rogue/interfaces/memory/TcpServer.h | 5 +-- include/rogue/interfaces/memory/Transaction.h | 5 +-- .../rogue/interfaces/memory/TransactionLock.h | 5 +-- include/rogue/interfaces/memory/Variable.h | 4 +-- include/rogue/interfaces/memory/module.h | 4 +-- include/rogue/interfaces/module.h | 4 +-- include/rogue/interfaces/stream/Buffer.h | 6 +--- include/rogue/interfaces/stream/Fifo.h | 8 ++--- include/rogue/interfaces/stream/Filter.h | 8 ++--- include/rogue/interfaces/stream/Frame.h | 7 +---- .../rogue/interfaces/stream/FrameAccessor.h | 5 +-- .../rogue/interfaces/stream/FrameIterator.h | 5 +-- include/rogue/interfaces/stream/FrameLock.h | 5 +-- include/rogue/interfaces/stream/Master.h | 6 +--- include/rogue/interfaces/stream/Pool.h | 5 +-- include/rogue/interfaces/stream/RateDrop.h | 8 ++--- include/rogue/interfaces/stream/Slave.h | 6 +--- include/rogue/interfaces/stream/TcpClient.h | 5 +-- include/rogue/interfaces/stream/TcpCore.h | 5 +-- include/rogue/interfaces/stream/TcpServer.h | 5 +-- include/rogue/interfaces/stream/module.h | 4 +-- include/rogue/module.h | 4 +-- include/rogue/protocols/batcher/CoreV1.h | 10 ++---- include/rogue/protocols/batcher/Data.h | 8 ++--- include/rogue/protocols/batcher/InverterV1.h | 10 ++---- include/rogue/protocols/batcher/SplitterV1.h | 10 ++---- include/rogue/protocols/batcher/module.h | 4 +-- include/rogue/protocols/module.h | 4 +-- .../rogue/protocols/packetizer/Application.h | 4 +-- .../rogue/protocols/packetizer/Controller.h | 4 +-- .../rogue/protocols/packetizer/ControllerV1.h | 5 +-- .../rogue/protocols/packetizer/ControllerV2.h | 5 +-- include/rogue/protocols/packetizer/Core.h | 4 +-- include/rogue/protocols/packetizer/CoreV2.h | 5 +-- .../rogue/protocols/packetizer/Transport.h | 4 +-- include/rogue/protocols/packetizer/module.h | 4 +-- include/rogue/protocols/rssi/Application.h | 4 +-- include/rogue/protocols/rssi/Client.h | 8 ++--- include/rogue/protocols/rssi/Controller.h | 9 ++---- include/rogue/protocols/rssi/Header.h | 4 +-- include/rogue/protocols/rssi/Server.h | 10 +++--- include/rogue/protocols/rssi/Transport.h | 4 +-- include/rogue/protocols/rssi/module.h | 4 +-- include/rogue/protocols/srp/Cmd.h | 8 ++--- include/rogue/protocols/srp/SrpV0.h | 8 ++--- include/rogue/protocols/srp/SrpV3.h | 8 ++--- include/rogue/protocols/srp/module.h | 4 +-- include/rogue/protocols/udp/Client.h | 4 +-- include/rogue/protocols/udp/Core.h | 4 +-- include/rogue/protocols/udp/Server.h | 4 +-- include/rogue/protocols/udp/module.h | 4 +-- include/rogue/protocols/xilinx/JtagDriver.h | 31 ++++++++++--------- include/rogue/protocols/xilinx/Xvc.h | 4 +-- .../rogue/protocols/xilinx/XvcConnection.h | 31 ++++++++++--------- include/rogue/protocols/xilinx/XvcServer.h | 31 ++++++++++--------- include/rogue/protocols/xilinx/module.h | 4 +-- include/rogue/utilities/Prbs.h | 6 ++-- include/rogue/utilities/StreamUnZip.h | 6 ++-- include/rogue/utilities/StreamZip.h | 6 ++-- .../utilities/fileio/LegacyStreamReader.h | 6 ++-- .../utilities/fileio/LegacyStreamWriter.h | 6 ++-- include/rogue/utilities/fileio/StreamReader.h | 6 ++-- include/rogue/utilities/fileio/StreamWriter.h | 6 ++-- .../utilities/fileio/StreamWriterChannel.h | 6 ++-- include/rogue/utilities/fileio/module.h | 4 +-- include/rogue/utilities/module.h | 4 +-- python/pyrogue/_Block.py | 5 +-- python/pyrogue/_Command.py | 5 ++- python/pyrogue/_DataReceiver.py | 5 ++- python/pyrogue/_DataWriter.py | 5 ++- python/pyrogue/_Device.py | 5 ++- python/pyrogue/_HelperFunctions.py | 5 +++ python/pyrogue/_Model.py | 5 ++- python/pyrogue/_Node.py | 5 ++- python/pyrogue/_PollQueue.py | 5 ++- python/pyrogue/_Process.py | 5 ++- python/pyrogue/_Root.py | 5 ++- python/pyrogue/_RunControl.py | 5 ++- python/pyrogue/_Variable.py | 5 ++- python/pyrogue/__init__.py | 2 ++ python/pyrogue/__main__.py | 2 ++ python/pyrogue/examples/_AxiVersion.py | 4 +-- python/pyrogue/examples/_ExampleRoot.py | 9 ++++-- python/pyrogue/examples/_LargeDevice.py | 9 ++++-- python/pyrogue/examples/__init__.py | 2 ++ python/pyrogue/examples/__main__.py | 9 ++++-- python/pyrogue/hardware/axi/__init__.py | 2 ++ python/pyrogue/interfaces/_SimpleClient.py | 3 +- python/pyrogue/interfaces/_SqlLogging.py | 5 ++- python/pyrogue/interfaces/_Virtual.py | 5 ++- python/pyrogue/interfaces/_ZmqServer.py | 5 ++- python/pyrogue/interfaces/__init__.py | 2 ++ python/pyrogue/interfaces/simulation.py | 2 +- python/pyrogue/interfaces/stream/_Fifo.py | 2 +- python/pyrogue/interfaces/stream/_Variable.py | 2 +- python/pyrogue/interfaces/stream/__init__.py | 2 ++ python/pyrogue/protocols/_Network.py | 4 +-- python/pyrogue/protocols/__init__.py | 2 ++ python/pyrogue/protocols/_uart.py | 4 +-- python/pyrogue/protocols/epicsV4.py | 6 ++-- python/pyrogue/protocols/gpib.py | 2 +- python/pyrogue/pydm/TimePlotTop.py | 6 ++-- python/pyrogue/pydm/__init__.py | 5 ++- python/pyrogue/pydm/data_plugins/__init__.py | 2 +- .../pyrogue/pydm/data_plugins/rogue_plugin.py | 5 ++- python/pyrogue/pydm/pydmTop.py | 6 ++-- python/pyrogue/pydm/rogue_plugin.py | 5 ++- python/pyrogue/pydm/tools/__init__.py | 2 +- .../pyrogue/pydm/tools/generic_file_tool.py | 5 ++- python/pyrogue/pydm/tools/node_info_tool.py | 5 ++- python/pyrogue/pydm/tools/read_node_tool.py | 5 ++- .../pyrogue/pydm/tools/read_recursive_tool.py | 5 ++- python/pyrogue/pydm/tools/write_node_tool.py | 5 ++- .../pydm/tools/write_recursive_tool.py | 6 ++-- python/pyrogue/pydm/widgets/__init__.py | 4 ++- python/pyrogue/pydm/widgets/data_writer.py | 5 ++- python/pyrogue/pydm/widgets/debug_tree.py | 5 ++- python/pyrogue/pydm/widgets/designer.py | 5 ++- python/pyrogue/pydm/widgets/label.py | 14 +++++++++ python/pyrogue/pydm/widgets/line_edit.py | 14 +++++++++ python/pyrogue/pydm/widgets/plot.py | 5 ++- python/pyrogue/pydm/widgets/process.py | 5 ++- python/pyrogue/pydm/widgets/root_control.py | 5 ++- python/pyrogue/pydm/widgets/run_control.py | 5 ++- python/pyrogue/pydm/widgets/system_log.py | 5 ++- python/pyrogue/pydm/widgets/system_window.py | 5 ++- python/pyrogue/pydm/widgets/time_plotter.py | 6 ++-- python/pyrogue/utilities/__init__.py | 2 ++ python/pyrogue/utilities/cpsw.py | 2 +- .../pyrogue/utilities/fileio/_FileReader.py | 2 +- .../pyrogue/utilities/fileio/_StreamReader.py | 2 +- .../pyrogue/utilities/fileio/_StreamWriter.py | 2 +- python/pyrogue/utilities/fileio/__init__.py | 2 ++ .../pyrogue/utilities/hls/_RegInterfParser.py | 2 ++ python/pyrogue/utilities/hls/__init__.py | 2 ++ python/pyrogue/utilities/prbs.py | 2 +- scripts/updateDrivers.sh | 6 ++-- src/CMakeLists.txt | 3 -- src/package.cpp | 7 +---- src/rogue/CMakeLists.txt | 5 +-- src/rogue/GeneralError.cpp | 5 +-- src/rogue/GilRelease.cpp | 5 +-- src/rogue/Logging.cpp | 5 +-- src/rogue/ScopedGil.cpp | 5 +-- src/rogue/Version.cpp | 5 +-- src/rogue/hardware/CMakeLists.txt | 5 +-- src/rogue/hardware/MemMap.cpp | 10 +++--- src/rogue/hardware/axi/AxiMemMap.cpp | 10 +++--- src/rogue/hardware/axi/AxiStreamDma.cpp | 5 +-- src/rogue/hardware/axi/CMakeLists.txt | 5 +-- src/rogue/hardware/axi/module.cpp | 5 +-- src/rogue/hardware/module.cpp | 7 +---- src/rogue/interfaces/CMakeLists.txt | 5 +-- src/rogue/interfaces/ZmqClient.cpp | 10 +++--- src/rogue/interfaces/ZmqServer.cpp | 10 +++--- src/rogue/interfaces/api/Bsp.cpp | 10 +++--- src/rogue/interfaces/api/CMakeLists.txt | 5 +-- src/rogue/interfaces/memory/Block.cpp | 10 +++--- src/rogue/interfaces/memory/CMakeLists.txt | 5 +-- src/rogue/interfaces/memory/Emulate.cpp | 4 +-- src/rogue/interfaces/memory/Hub.cpp | 7 +---- src/rogue/interfaces/memory/Master.cpp | 5 +-- src/rogue/interfaces/memory/Slave.cpp | 5 +-- src/rogue/interfaces/memory/TcpClient.cpp | 5 +-- src/rogue/interfaces/memory/TcpServer.cpp | 5 +-- src/rogue/interfaces/memory/Transaction.cpp | 7 +---- .../interfaces/memory/TransactionLock.cpp | 5 +-- src/rogue/interfaces/memory/Variable.cpp | 4 +-- src/rogue/interfaces/memory/module.cpp | 5 +-- src/rogue/interfaces/module.cpp | 7 +---- src/rogue/interfaces/stream/Buffer.cpp | 8 +---- src/rogue/interfaces/stream/CMakeLists.txt | 5 +-- src/rogue/interfaces/stream/Fifo.cpp | 8 ++--- src/rogue/interfaces/stream/Filter.cpp | 8 ++--- src/rogue/interfaces/stream/Frame.cpp | 6 +--- src/rogue/interfaces/stream/FrameIterator.cpp | 5 +-- src/rogue/interfaces/stream/FrameLock.cpp | 5 +-- src/rogue/interfaces/stream/Master.cpp | 5 +-- src/rogue/interfaces/stream/Pool.cpp | 5 +-- src/rogue/interfaces/stream/RateDrop.cpp | 8 ++--- src/rogue/interfaces/stream/Slave.cpp | 5 +-- src/rogue/interfaces/stream/TcpClient.cpp | 5 +-- src/rogue/interfaces/stream/TcpCore.cpp | 5 +-- src/rogue/interfaces/stream/TcpServer.cpp | 5 +-- src/rogue/interfaces/stream/module.cpp | 7 +---- src/rogue/module.cpp | 7 +---- src/rogue/protocols/CMakeLists.txt | 5 +-- src/rogue/protocols/batcher/CMakeLists.txt | 5 +-- src/rogue/protocols/batcher/CoreV1.cpp | 8 ++--- src/rogue/protocols/batcher/Data.cpp | 17 +++++----- src/rogue/protocols/batcher/InverterV1.cpp | 17 +++++----- src/rogue/protocols/batcher/SplitterV1.cpp | 17 +++++----- src/rogue/protocols/batcher/module.cpp | 7 +---- src/rogue/protocols/module.cpp | 7 +---- .../protocols/packetizer/Application.cpp | 6 +--- src/rogue/protocols/packetizer/CMakeLists.txt | 5 +-- src/rogue/protocols/packetizer/Controller.cpp | 6 +--- .../protocols/packetizer/ControllerV1.cpp | 5 +-- .../protocols/packetizer/ControllerV2.cpp | 5 +-- src/rogue/protocols/packetizer/Core.cpp | 6 +--- src/rogue/protocols/packetizer/CoreV2.cpp | 5 +-- src/rogue/protocols/packetizer/Transport.cpp | 6 +--- src/rogue/protocols/packetizer/module.cpp | 7 +---- src/rogue/protocols/rssi/Application.cpp | 6 +--- src/rogue/protocols/rssi/CMakeLists.txt | 5 +-- src/rogue/protocols/rssi/Client.cpp | 8 ++--- src/rogue/protocols/rssi/Controller.cpp | 7 +---- src/rogue/protocols/rssi/Header.cpp | 6 +--- src/rogue/protocols/rssi/Server.cpp | 10 +++--- src/rogue/protocols/rssi/Transport.cpp | 6 +--- src/rogue/protocols/rssi/module.cpp | 7 +---- src/rogue/protocols/srp/CMakeLists.txt | 5 +-- src/rogue/protocols/srp/Cmd.cpp | 9 ++---- src/rogue/protocols/srp/SrpV0.cpp | 9 ++---- src/rogue/protocols/srp/SrpV3.cpp | 9 ++---- src/rogue/protocols/srp/module.cpp | 7 +---- src/rogue/protocols/udp/CMakeLists.txt | 5 +-- src/rogue/protocols/udp/Client.cpp | 6 +--- src/rogue/protocols/udp/Core.cpp | 5 +-- src/rogue/protocols/udp/Server.cpp | 5 +-- src/rogue/protocols/udp/module.cpp | 7 +---- src/rogue/protocols/xilinx/CMakeLists.txt | 5 +-- src/rogue/protocols/xilinx/JtagDriver.cpp | 31 ++++++++++--------- src/rogue/protocols/xilinx/Xvc.cpp | 6 +--- src/rogue/protocols/xilinx/XvcConnection.cpp | 31 ++++++++++--------- src/rogue/protocols/xilinx/XvcServer.cpp | 31 ++++++++++--------- src/rogue/protocols/xilinx/module.cpp | 7 +---- src/rogue/utilities/CMakeLists.txt | 5 +-- src/rogue/utilities/Prbs.cpp | 9 ++---- src/rogue/utilities/StreamUnZip.cpp | 6 ++-- src/rogue/utilities/StreamZip.cpp | 6 ++-- src/rogue/utilities/fileio/CMakeLists.txt | 5 +-- .../utilities/fileio/LegacyStreamReader.cpp | 6 ++-- .../utilities/fileio/LegacyStreamWriter.cpp | 9 ++---- src/rogue/utilities/fileio/StreamReader.cpp | 9 ++---- src/rogue/utilities/fileio/StreamWriter.cpp | 9 ++---- .../utilities/fileio/StreamWriterChannel.cpp | 9 ++---- src/rogue/utilities/fileio/module.cpp | 9 ++---- src/rogue/utilities/module.cpp | 7 +---- 263 files changed, 683 insertions(+), 982 deletions(-) diff --git a/include/rogue/Directives.h b/include/rogue/Directives.h index f0c7218f8..3f4f5cf65 100644 --- a/include/rogue/Directives.h +++ b/include/rogue/Directives.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Common Directives * ---------------------------------------------------------------------------- - * File : Directives.h - * Created : 2023-02-13 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Common Directives For Rogue diff --git a/include/rogue/EnableSharedFromThis.h b/include/rogue/EnableSharedFromThis.h index 6266d239f..68ebcb244 100644 --- a/include/rogue/EnableSharedFromThis.h +++ b/include/rogue/EnableSharedFromThis.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Common virtual class to enable shared_from_this() calls. * ---------------------------------------------------------------------------- - * File : EnableSharedFromThis.h - * Created : 2019-11-15 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * This is a common parent class that must be used instead of std::enable_shared_from_this diff --git a/include/rogue/GeneralError.h b/include/rogue/GeneralError.h index 4b61c2705..8e509729f 100644 --- a/include/rogue/GeneralError.h +++ b/include/rogue/GeneralError.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : General Error * ---------------------------------------------------------------------------- - * File : GeneralError.h - * Created : 2017-12-05 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * General exception for Rogue diff --git a/include/rogue/GilRelease.h b/include/rogue/GilRelease.h index 9d637c0e9..a8b3d5432 100644 --- a/include/rogue/GilRelease.h +++ b/include/rogue/GilRelease.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Release GIL within scope. * ---------------------------------------------------------------------------- - * File : GilRelease.h - * Created : 2017-02-28 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Release GIL for the scope of this class. diff --git a/include/rogue/Helpers.h b/include/rogue/Helpers.h index 5cfcc476a..eb66c093b 100644 --- a/include/rogue/Helpers.h +++ b/include/rogue/Helpers.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Helpful Functions * ---------------------------------------------------------------------------- - * File : Helpers.h - * Created : 2018-11-28 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Helper functions for Rogue diff --git a/include/rogue/Logging.h b/include/rogue/Logging.h index e31cac408..5acf77757 100644 --- a/include/rogue/Logging.h +++ b/include/rogue/Logging.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Logging interface * ---------------------------------------------------------------------------- - * File : Logging.h - * Created : 2017-02-28 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Logging interface for pyrogue diff --git a/include/rogue/Queue.h b/include/rogue/Queue.h index 287338adb..109b00fd1 100644 --- a/include/rogue/Queue.h +++ b/include/rogue/Queue.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : General Queue * ---------------------------------------------------------------------------- - * File : Queue.h - * Created : 2017-01-18 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * General queue for Rogue diff --git a/include/rogue/ScopedGil.h b/include/rogue/ScopedGil.h index 2f43c433d..c1488aca3 100644 --- a/include/rogue/ScopedGil.h +++ b/include/rogue/ScopedGil.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Scoped GIL * ---------------------------------------------------------------------------- - * File : ScopedGil.h - * Created : 2017-02-28 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Acquire the GIL for the scope of this class. diff --git a/include/rogue/Version.h b/include/rogue/Version.h index 18e4ce87b..54bb29c9f 100644 --- a/include/rogue/Version.h +++ b/include/rogue/Version.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue Version * ---------------------------------------------------------------------------- - * File : Version.h - * Created : 2017-05-17 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Version helpers for Rogue diff --git a/include/rogue/hardware/MemMap.h b/include/rogue/hardware/MemMap.h index bb7877aa1..bcb314654 100644 --- a/include/rogue/hardware/MemMap.h +++ b/include/rogue/hardware/MemMap.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Raw Memory Mapped Access * ---------------------------------------------------------------------------- - * File : MemMap.h - * Created : 2019-11-18 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * Raw Memory Mapped Access * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_HARDWARE_MEM_MAP_H__ #define __ROGUE_HARDWARE_MEM_MAP_H__ #include "rogue/Directives.h" diff --git a/include/rogue/hardware/axi/AxiMemMap.h b/include/rogue/hardware/axi/AxiMemMap.h index b9cfcfcf1..3bb93d837 100644 --- a/include/rogue/hardware/axi/AxiMemMap.h +++ b/include/rogue/hardware/axi/AxiMemMap.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : AXI Memory Mapped Access * ---------------------------------------------------------------------------- - * File : AxiMemMap.h - * Created : 2017-03-21 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * AXI Memory Mapped Access * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_HARDWARE_AXI_MEM_MAP_H__ #define __ROGUE_HARDWARE_AXI_MEM_MAP_H__ #include "rogue/Directives.h" diff --git a/include/rogue/hardware/axi/AxiStreamDma.h b/include/rogue/hardware/axi/AxiStreamDma.h index be40a52f7..f1714438a 100644 --- a/include/rogue/hardware/axi/AxiStreamDma.h +++ b/include/rogue/hardware/axi/AxiStreamDma.h @@ -1,6 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : AxiStreamDma Interface Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * AxiStreamDma Interface Class * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -10,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_HARDWARE_AXI_AXI_STREAM_DMA_H__ #define __ROGUE_HARDWARE_AXI_AXI_STREAM_DMA_H__ #include "rogue/Directives.h" diff --git a/include/rogue/hardware/axi/module.h b/include/rogue/hardware/axi/module.h index d4be7c5b2..893a83370 100644 --- a/include/rogue/hardware/axi/module.h +++ b/include/rogue/hardware/axi/module.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.h - * Created : 2017-03-21 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/hardware/module.h b/include/rogue/hardware/module.h index 7e8ece178..7995233f1 100644 --- a/include/rogue/hardware/module.h +++ b/include/rogue/hardware/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/interfaces/ZmqClient.h b/include/rogue/interfaces/ZmqClient.h index 32d6a49c3..e64c5a185 100644 --- a/include/rogue/interfaces/ZmqClient.h +++ b/include/rogue/interfaces/ZmqClient.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- - * File : ZmqClient.h - * Created : 2019-05-02 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_ZMQ_CLIENT_H__ #define __ROGUE_ZMQ_CLIENT_H__ #include "rogue/Directives.h" diff --git a/include/rogue/interfaces/ZmqServer.h b/include/rogue/interfaces/ZmqServer.h index e4e5f4925..05a9517d6 100644 --- a/include/rogue/interfaces/ZmqServer.h +++ b/include/rogue/interfaces/ZmqServer.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- - * File : ZmqServer.h - * Created : 2019-05-02 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_ZMQ_SERVER_H__ #define __ROGUE_ZMQ_SERVER_H__ #include "rogue/Directives.h" diff --git a/include/rogue/interfaces/api/Bsp.h b/include/rogue/interfaces/api/Bsp.h index ceb655553..4fde63456 100644 --- a/include/rogue/interfaces/api/Bsp.h +++ b/include/rogue/interfaces/api/Bsp.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : C++ API Bsp * ---------------------------------------------------------------------------- - * File : Bsp.h - * Created : 2023-04-17 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * C++ API BSP (Board Support Package) * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_INTERFACE_API_BSP_H__ #define __ROGUE_INTERFACE_API_BSP_H__ diff --git a/include/rogue/interfaces/memory/Block.h b/include/rogue/interfaces/memory/Block.h index 83e941f94..9350397f2 100644 --- a/include/rogue/interfaces/memory/Block.h +++ b/include/rogue/interfaces/memory/Block.h @@ -1,8 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Block * ---------------------------------------------------------------------------- - * File : Block.h + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Interface between RemoteVariables and lower level memory transactions. diff --git a/include/rogue/interfaces/memory/Constants.h b/include/rogue/interfaces/memory/Constants.h index 3017cf786..d54013c3e 100644 --- a/include/rogue/interfaces/memory/Constants.h +++ b/include/rogue/interfaces/memory/Constants.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Master * ---------------------------------------------------------------------------- - * File : Constants.h - * Created : 2016-12-05 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory error and transaction constants. diff --git a/include/rogue/interfaces/memory/Emulate.h b/include/rogue/interfaces/memory/Emulate.h index a6009a820..7a3381f99 100644 --- a/include/rogue/interfaces/memory/Emulate.h +++ b/include/rogue/interfaces/memory/Emulate.h @@ -1,8 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory slave emulator * ---------------------------------------------------------------------------- - * File : Emulator.h + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * A memory space emulator. Allows user to test a Rogue tree without real hardware. diff --git a/include/rogue/interfaces/memory/Hub.h b/include/rogue/interfaces/memory/Hub.h index 7d7ee2bc4..8111f75f5 100644 --- a/include/rogue/interfaces/memory/Hub.h +++ b/include/rogue/interfaces/memory/Hub.h @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Hub Hub * ---------------------------------------------------------------------------- - * File : Hub.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * A memory interface hub. Accepts requests from multiple masters and forwards diff --git a/include/rogue/interfaces/memory/Master.h b/include/rogue/interfaces/memory/Master.h index 0b47b55c8..1e89022b6 100644 --- a/include/rogue/interfaces/memory/Master.h +++ b/include/rogue/interfaces/memory/Master.h @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Master * ---------------------------------------------------------------------------- - * File : Master.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory master interface. diff --git a/include/rogue/interfaces/memory/Slave.h b/include/rogue/interfaces/memory/Slave.h index d40301a3f..d6e567393 100644 --- a/include/rogue/interfaces/memory/Slave.h +++ b/include/rogue/interfaces/memory/Slave.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Slave * ---------------------------------------------------------------------------- - * File : Slave.h - * Created : 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory slave interface. diff --git a/include/rogue/interfaces/memory/TcpClient.h b/include/rogue/interfaces/memory/TcpClient.h index 7eccbaaae..f13b232ba 100644 --- a/include/rogue/interfaces/memory/TcpClient.h +++ b/include/rogue/interfaces/memory/TcpClient.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Client Network Bridge * ---------------------------------------------------------------------------- - * File : TcpClient.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Client Network Bridge diff --git a/include/rogue/interfaces/memory/TcpServer.h b/include/rogue/interfaces/memory/TcpServer.h index e758b389c..b3e6f5335 100644 --- a/include/rogue/interfaces/memory/TcpServer.h +++ b/include/rogue/interfaces/memory/TcpServer.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Server Network Bridge * ---------------------------------------------------------------------------- - * File : TcpServer.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Server Network Bridge diff --git a/include/rogue/interfaces/memory/Transaction.h b/include/rogue/interfaces/memory/Transaction.h index 85f4e1937..6c99a263f 100644 --- a/include/rogue/interfaces/memory/Transaction.h +++ b/include/rogue/interfaces/memory/Transaction.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Transaction * ---------------------------------------------------------------------------- - * File : Transaction.h - * Created : 2019-03-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Transaction diff --git a/include/rogue/interfaces/memory/TransactionLock.h b/include/rogue/interfaces/memory/TransactionLock.h index 94e91f9f9..5173ae8c9 100644 --- a/include/rogue/interfaces/memory/TransactionLock.h +++ b/include/rogue/interfaces/memory/TransactionLock.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Transaction Lock * ---------------------------------------------------------------------------- - * File : TransactionLock.h - * Created : 2018-03-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Transaction lock diff --git a/include/rogue/interfaces/memory/Variable.h b/include/rogue/interfaces/memory/Variable.h index 4d5c5e78e..bef3eec76 100644 --- a/include/rogue/interfaces/memory/Variable.h +++ b/include/rogue/interfaces/memory/Variable.h @@ -1,8 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Variable * ---------------------------------------------------------------------------- - * File : Variable.h + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Base class for RemoteVariable as well as direct C++ access diff --git a/include/rogue/interfaces/memory/module.h b/include/rogue/interfaces/memory/module.h index a1bf9fb73..ac37a9ab5 100644 --- a/include/rogue/interfaces/memory/module.h +++ b/include/rogue/interfaces/memory/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module For Memory Interface + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/interfaces/module.h b/include/rogue/interfaces/module.h index 34b7ba318..6fecddb0c 100644 --- a/include/rogue/interfaces/module.h +++ b/include/rogue/interfaces/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/interfaces/stream/Buffer.h b/include/rogue/interfaces/stream/Buffer.h index 21346ab35..302339d2e 100644 --- a/include/rogue/interfaces/stream/Buffer.h +++ b/include/rogue/interfaces/stream/Buffer.h @@ -1,13 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Buffer Container * ---------------------------------------------------------------------------- - * File : Buffer.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame container - * Some concepts borrowed from CPSW by Till Straumann * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/interfaces/stream/Fifo.h b/include/rogue/interfaces/stream/Fifo.h index d4d6499f5..9a8d96669 100644 --- a/include/rogue/interfaces/stream/Fifo.h +++ b/include/rogue/interfaces/stream/Fifo.h @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : AXI Stream FIFO * ---------------------------------------------------------------------------- - * File : Fifo.h - * Author : Ryan Herbst - * Created : 02/02/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * AXI Stream FIFO *----------------------------------------------------------------------------- diff --git a/include/rogue/interfaces/stream/Filter.h b/include/rogue/interfaces/stream/Filter.h index b8769491b..863af9629 100644 --- a/include/rogue/interfaces/stream/Filter.h +++ b/include/rogue/interfaces/stream/Filter.h @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Stream Filter * ---------------------------------------------------------------------------- - * File : Filter.h - * Author : Ryan Herbst - * Created : 11/01/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * AXI Stream Filter *----------------------------------------------------------------------------- diff --git a/include/rogue/interfaces/stream/Frame.h b/include/rogue/interfaces/stream/Frame.h index 6e72406f5..7f27e69b7 100644 --- a/include/rogue/interfaces/stream/Frame.h +++ b/include/rogue/interfaces/stream/Frame.h @@ -1,14 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream frame container * ---------------------------------------------------------------------------- - * File : Frame.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame container - * Some concepts borrowed from CPSW by Till Straumann * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/interfaces/stream/FrameAccessor.h b/include/rogue/interfaces/stream/FrameAccessor.h index 9fb0483fb..090f54577 100644 --- a/include/rogue/interfaces/stream/FrameAccessor.h +++ b/include/rogue/interfaces/stream/FrameAccessor.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream frame accessor * ---------------------------------------------------------------------------- - * File : FrameAccessor.h - * Created : 2018-03-06 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame iterator diff --git a/include/rogue/interfaces/stream/FrameIterator.h b/include/rogue/interfaces/stream/FrameIterator.h index 9bd004390..cd04a665e 100644 --- a/include/rogue/interfaces/stream/FrameIterator.h +++ b/include/rogue/interfaces/stream/FrameIterator.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream frame iterator * ---------------------------------------------------------------------------- - * File : FrameIterator.h - * Created : 2018-03-06 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame iterator diff --git a/include/rogue/interfaces/stream/FrameLock.h b/include/rogue/interfaces/stream/FrameLock.h index 418080326..00f07a83a 100644 --- a/include/rogue/interfaces/stream/FrameLock.h +++ b/include/rogue/interfaces/stream/FrameLock.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Frame Lock * ---------------------------------------------------------------------------- - * File : FrameLock.h - * Created : 2018-03-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Frame lock diff --git a/include/rogue/interfaces/stream/Master.h b/include/rogue/interfaces/stream/Master.h index c59d4b885..0c6788533 100644 --- a/include/rogue/interfaces/stream/Master.h +++ b/include/rogue/interfaces/stream/Master.h @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream interface master * ---------------------------------------------------------------------------- - * File : Master.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream interface master diff --git a/include/rogue/interfaces/stream/Pool.h b/include/rogue/interfaces/stream/Pool.h index 8046f6f0e..54a2a0ffa 100644 --- a/include/rogue/interfaces/stream/Pool.h +++ b/include/rogue/interfaces/stream/Pool.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream memory pool * ---------------------------------------------------------------------------- - * File : Pool.h - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream memory pool diff --git a/include/rogue/interfaces/stream/RateDrop.h b/include/rogue/interfaces/stream/RateDrop.h index 524df7c4b..9d11a0b41 100644 --- a/include/rogue/interfaces/stream/RateDrop.h +++ b/include/rogue/interfaces/stream/RateDrop.h @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Stream Interface Rate Drop * ---------------------------------------------------------------------------- - * File : RateDrop.h - * Author : Ryan Herbst - * Created : 08/25/2020 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Drops frames at a specified rate. *----------------------------------------------------------------------------- diff --git a/include/rogue/interfaces/stream/Slave.h b/include/rogue/interfaces/stream/Slave.h index f2568bea8..88d6d9e76 100644 --- a/include/rogue/interfaces/stream/Slave.h +++ b/include/rogue/interfaces/stream/Slave.h @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream interface slave * ---------------------------------------------------------------------------- - * File : Slave.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream interface slave diff --git a/include/rogue/interfaces/stream/TcpClient.h b/include/rogue/interfaces/stream/TcpClient.h index 56a011f0f..d7d635d11 100644 --- a/include/rogue/interfaces/stream/TcpClient.h +++ b/include/rogue/interfaces/stream/TcpClient.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Network Client * ---------------------------------------------------------------------------- - * File : TcpClient.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream Network Client diff --git a/include/rogue/interfaces/stream/TcpCore.h b/include/rogue/interfaces/stream/TcpCore.h index edc7d064d..8dcc56340 100644 --- a/include/rogue/interfaces/stream/TcpCore.h +++ b/include/rogue/interfaces/stream/TcpCore.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Network Core * ---------------------------------------------------------------------------- - * File : TcpCore.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream Network Core diff --git a/include/rogue/interfaces/stream/TcpServer.h b/include/rogue/interfaces/stream/TcpServer.h index d39ce552f..f1a8ce844 100644 --- a/include/rogue/interfaces/stream/TcpServer.h +++ b/include/rogue/interfaces/stream/TcpServer.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Network Server * ---------------------------------------------------------------------------- - * File : TcpServer.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream Network Server diff --git a/include/rogue/interfaces/stream/module.h b/include/rogue/interfaces/stream/module.h index b49708bc4..cd07f3221 100644 --- a/include/rogue/interfaces/stream/module.h +++ b/include/rogue/interfaces/stream/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module For Stream Interface + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/module.h b/include/rogue/module.h index 8daddb871..ac45ffa45 100644 --- a/include/rogue/module.h +++ b/include/rogue/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/batcher/CoreV1.h b/include/rogue/protocols/batcher/CoreV1.h index e2f5fbae9..b4bb79711 100644 --- a/include/rogue/protocols/batcher/CoreV1.h +++ b/include/rogue/protocols/batcher/CoreV1.h @@ -1,13 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Batcher Version 1, Core * ---------------------------------------------------------------------------- - * File : Core.h - * Author : Ryan Herbst - * Created : 10/26/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : - * AXI Batcher V1 + * SLAC AXI Batcher V1 *----------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/protocols/batcher/Data.h b/include/rogue/protocols/batcher/Data.h index 9ef837f34..79a461253 100644 --- a/include/rogue/protocols/batcher/Data.h +++ b/include/rogue/protocols/batcher/Data.h @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Batcher Data Container * ---------------------------------------------------------------------------- - * File : Data.h - * Author : Ryan Herbst - * Created : 02/08/2019 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * AXI Batcher Data *----------------------------------------------------------------------------- diff --git a/include/rogue/protocols/batcher/InverterV1.h b/include/rogue/protocols/batcher/InverterV1.h index 2eef023c9..55a4984a2 100644 --- a/include/rogue/protocols/batcher/InverterV1.h +++ b/include/rogue/protocols/batcher/InverterV1.h @@ -1,13 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Inverter Version 1 * ---------------------------------------------------------------------------- - * File : InverterV1.h - * Author : Ryan Herbst - * Created : 10/26/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : - * AXI Inverter V1 + * SLAC AXI Inverter V1 *----------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/protocols/batcher/SplitterV1.h b/include/rogue/protocols/batcher/SplitterV1.h index 9037e6dd0..6ea0a922a 100644 --- a/include/rogue/protocols/batcher/SplitterV1.h +++ b/include/rogue/protocols/batcher/SplitterV1.h @@ -1,13 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Splitter Version 1 * ---------------------------------------------------------------------------- - * File : SplitterV1.h - * Author : Ryan Herbst - * Created : 10/26/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : - * AXI Splitter V1 + * SLAC AXI Splitter V1 *----------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/protocols/batcher/module.h b/include/rogue/protocols/batcher/module.h index a9a8a7aca..3e5bc4f77 100644 --- a/include/rogue/protocols/batcher/module.h +++ b/include/rogue/protocols/batcher/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/module.h b/include/rogue/protocols/module.h index 3604bf99f..62235fec9 100644 --- a/include/rogue/protocols/module.h +++ b/include/rogue/protocols/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/packetizer/Application.h b/include/rogue/protocols/packetizer/Application.h index 7527ddc28..5c11bae6b 100644 --- a/include/rogue/protocols/packetizer/Application.h +++ b/include/rogue/protocols/packetizer/Application.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Application Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Application Interface diff --git a/include/rogue/protocols/packetizer/Controller.h b/include/rogue/protocols/packetizer/Controller.h index 8447d5455..4a467741f 100644 --- a/include/rogue/protocols/packetizer/Controller.h +++ b/include/rogue/protocols/packetizer/Controller.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Controller Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Controller diff --git a/include/rogue/protocols/packetizer/ControllerV1.h b/include/rogue/protocols/packetizer/ControllerV1.h index aeff2dcd0..daf129bf1 100644 --- a/include/rogue/protocols/packetizer/ControllerV1.h +++ b/include/rogue/protocols/packetizer/ControllerV1.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Controller V1 Class * ---------------------------------------------------------------------------- - * File : ControllerV1.h - * Created : 2018-02-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Controller, Version 1 diff --git a/include/rogue/protocols/packetizer/ControllerV2.h b/include/rogue/protocols/packetizer/ControllerV2.h index 0a2f4e88d..a78231c5d 100644 --- a/include/rogue/protocols/packetizer/ControllerV2.h +++ b/include/rogue/protocols/packetizer/ControllerV2.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Controller V2 Class * ---------------------------------------------------------------------------- - * File : ControllerV2.h - * Created : 2018-02-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Controller, Version 2 diff --git a/include/rogue/protocols/packetizer/Core.h b/include/rogue/protocols/packetizer/Core.h index f43fd09a8..78e03e755 100644 --- a/include/rogue/protocols/packetizer/Core.h +++ b/include/rogue/protocols/packetizer/Core.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Core Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Core diff --git a/include/rogue/protocols/packetizer/CoreV2.h b/include/rogue/protocols/packetizer/CoreV2.h index 9520932e8..aa1218efd 100644 --- a/include/rogue/protocols/packetizer/CoreV2.h +++ b/include/rogue/protocols/packetizer/CoreV2.h @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Core Class * ---------------------------------------------------------------------------- - * File : CoreV2.h - * Created : 2018-02-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Core, Version 2 diff --git a/include/rogue/protocols/packetizer/Transport.h b/include/rogue/protocols/packetizer/Transport.h index c2e4a08b6..8f243e3c3 100644 --- a/include/rogue/protocols/packetizer/Transport.h +++ b/include/rogue/protocols/packetizer/Transport.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Transport Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Transport diff --git a/include/rogue/protocols/packetizer/module.h b/include/rogue/protocols/packetizer/module.h index a50ea6067..6dcc0485e 100644 --- a/include/rogue/protocols/packetizer/module.h +++ b/include/rogue/protocols/packetizer/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/rssi/Application.h b/include/rogue/protocols/rssi/Application.h index 0d911684e..8f71e8538 100644 --- a/include/rogue/protocols/rssi/Application.h +++ b/include/rogue/protocols/rssi/Application.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Application Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI Application diff --git a/include/rogue/protocols/rssi/Client.h b/include/rogue/protocols/rssi/Client.h index c998d5d9b..d87a89d49 100644 --- a/include/rogue/protocols/rssi/Client.h +++ b/include/rogue/protocols/rssi/Client.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Client Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: - * UDP Client + * RSSI Client Class * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_PROTOCOLS_RSSI_CLIENT_H__ #define __ROGUE_PROTOCOLS_RSSI_CLIENT_H__ #include "rogue/Directives.h" diff --git a/include/rogue/protocols/rssi/Controller.h b/include/rogue/protocols/rssi/Controller.h index 60b7914b7..00655a342 100644 --- a/include/rogue/protocols/rssi/Controller.h +++ b/include/rogue/protocols/rssi/Controller.h @@ -1,12 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Controller Class * ---------------------------------------------------------------------------- - * File : Controller.h - * Created : 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: - * RSSI Controller + * RSSI Controller Class * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -16,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_PROTOCOLS_RSSI_CONTROLLER_H__ #define __ROGUE_PROTOCOLS_RSSI_CONTROLLER_H__ #include "rogue/Directives.h" diff --git a/include/rogue/protocols/rssi/Header.h b/include/rogue/protocols/rssi/Header.h index 607e1d242..dab16314b 100644 --- a/include/rogue/protocols/rssi/Header.h +++ b/include/rogue/protocols/rssi/Header.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Header Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI header diff --git a/include/rogue/protocols/rssi/Server.h b/include/rogue/protocols/rssi/Server.h index 265d8821f..0543bf17d 100644 --- a/include/rogue/protocols/rssi/Server.h +++ b/include/rogue/protocols/rssi/Server.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Server Class * ---------------------------------------------------------------------------- - * File : Server.h - * Created : 2017-06-13 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * RSSI Server Class * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #ifndef __ROGUE_PROTOCOLS_RSSI_SERVER_H__ #define __ROGUE_PROTOCOLS_RSSI_SERVER_H__ #include "rogue/Directives.h" diff --git a/include/rogue/protocols/rssi/Transport.h b/include/rogue/protocols/rssi/Transport.h index de031f0b4..82755dfee 100644 --- a/include/rogue/protocols/rssi/Transport.h +++ b/include/rogue/protocols/rssi/Transport.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Transport Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI Transport diff --git a/include/rogue/protocols/rssi/module.h b/include/rogue/protocols/rssi/module.h index 884b5f703..c04318224 100644 --- a/include/rogue/protocols/rssi/module.h +++ b/include/rogue/protocols/rssi/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/srp/Cmd.h b/include/rogue/protocols/srp/Cmd.h index e3c024c9d..d8bdb7b48 100644 --- a/include/rogue/protocols/srp/Cmd.h +++ b/include/rogue/protocols/srp/Cmd.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Command Protocol - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : - * CMD Version 0 + * SLAC Command Protocol, Version 0 *----------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/protocols/srp/SrpV0.h b/include/rogue/protocols/srp/SrpV0.h index 45d41a0a1..d1a32f84a 100644 --- a/include/rogue/protocols/srp/SrpV0.h +++ b/include/rogue/protocols/srp/SrpV0.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Register Protocol (SRP) SrpV0 - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : - * SRP Version 0 + * SLAC Register Protocol (SRP) SrpV0 *----------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/protocols/srp/SrpV3.h b/include/rogue/protocols/srp/SrpV3.h index 173c5822e..c6a60413f 100644 --- a/include/rogue/protocols/srp/SrpV3.h +++ b/include/rogue/protocols/srp/SrpV3.h @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Register Protocol (SRP) SrpV3 - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : - * SRP Version 3 + * SLAC Register Protocol (SRP) SrpV3 *----------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/include/rogue/protocols/srp/module.h b/include/rogue/protocols/srp/module.h index 869a1ba7a..b5c3aa524 100644 --- a/include/rogue/protocols/srp/module.h +++ b/include/rogue/protocols/srp/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/udp/Client.h b/include/rogue/protocols/udp/Client.h index 211feddc4..4b0f3ed60 100644 --- a/include/rogue/protocols/udp/Client.h +++ b/include/rogue/protocols/udp/Client.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : UDP Client Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * UDP Client diff --git a/include/rogue/protocols/udp/Core.h b/include/rogue/protocols/udp/Core.h index d361c3f1c..a6e201e52 100644 --- a/include/rogue/protocols/udp/Core.h +++ b/include/rogue/protocols/udp/Core.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : UDP Common Functions + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * UDP Common diff --git a/include/rogue/protocols/udp/Server.h b/include/rogue/protocols/udp/Server.h index 4df47e361..38794cd64 100644 --- a/include/rogue/protocols/udp/Server.h +++ b/include/rogue/protocols/udp/Server.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : UDP Server Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * UDP Server diff --git a/include/rogue/protocols/udp/module.h b/include/rogue/protocols/udp/module.h index 9ed4b0a5f..f5980d427 100644 --- a/include/rogue/protocols/udp/module.h +++ b/include/rogue/protocols/udp/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/protocols/xilinx/JtagDriver.h b/include/rogue/protocols/xilinx/JtagDriver.h index 9806ff471..21604c2d5 100644 --- a/include/rogue/protocols/xilinx/JtagDriver.h +++ b/include/rogue/protocols/xilinx/JtagDriver.h @@ -1,18 +1,19 @@ -//----------------------------------------------------------------------------- -// Title : JTAG Support -//----------------------------------------------------------------------------- -// Company : SLAC National Accelerator Laboratory -//----------------------------------------------------------------------------- -// Description: JtagDriver.h -//----------------------------------------------------------------------------- -// This file is part of 'SLAC Firmware Standard Library'. -// It is subject to the license terms in the LICENSE.txt file found in the -// top-level directory of this distribution and at: -// https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -// No part of 'SLAC Firmware Standard Library', including this file, -// may be copied, modified, propagated, or distributed except according to -// the terms contained in the LICENSE.txt file. -//----------------------------------------------------------------------------- +/** + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * JTAG Support + * ---------------------------------------------------------------------------- + * This file is part of the rogue software platform. It is subject to + * the license terms in the LICENSE.txt file found in the top-level directory + * of this distribution and at: + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * No part of the rogue software platform, including this file, may be + * copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE.txt file. + * ---------------------------------------------------------------------------- +**/ #ifndef __ROGUE_PROTOCOLS_XILINX_JTAG_DRIVER_H__ #define __ROGUE_PROTOCOLS_XILINX_JTAG_DRIVER_H__ diff --git a/include/rogue/protocols/xilinx/Xvc.h b/include/rogue/protocols/xilinx/Xvc.h index c81a010ba..cd87fae85 100644 --- a/include/rogue/protocols/xilinx/Xvc.h +++ b/include/rogue/protocols/xilinx/Xvc.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : XVC Server Class + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Rogue implementation of the XVC Server diff --git a/include/rogue/protocols/xilinx/XvcConnection.h b/include/rogue/protocols/xilinx/XvcConnection.h index 20b7b5989..673a1e3af 100644 --- a/include/rogue/protocols/xilinx/XvcConnection.h +++ b/include/rogue/protocols/xilinx/XvcConnection.h @@ -1,18 +1,19 @@ -//----------------------------------------------------------------------------- -// Title : JTAG Support -//----------------------------------------------------------------------------- -// Company : SLAC National Accelerator Laboratory -//----------------------------------------------------------------------------- -// Description: XvcConnection.h -//----------------------------------------------------------------------------- -// This file is part of 'SLAC Firmware Standard Library'. -// It is subject to the license terms in the LICENSE.txt file found in the -// top-level directory of this distribution and at: -// https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -// No part of 'SLAC Firmware Standard Library', including this file, -// may be copied, modified, propagated, or distributed except according to -// the terms contained in the LICENSE.txt file. -//----------------------------------------------------------------------------- +/** + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * JTAG Support + * ---------------------------------------------------------------------------- + * This file is part of the rogue software platform. It is subject to + * the license terms in the LICENSE.txt file found in the top-level directory + * of this distribution and at: + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * No part of the rogue software platform, including this file, may be + * copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE.txt file. + * ---------------------------------------------------------------------------- +**/ #ifndef __ROGUE_PROTOCOLS_XILINX_XVC_CONNECTION_H__ #define __ROGUE_PROTOCOLS_XILINX_XVC_CONNECTION_H__ diff --git a/include/rogue/protocols/xilinx/XvcServer.h b/include/rogue/protocols/xilinx/XvcServer.h index 6d7fa98a3..4277c9252 100644 --- a/include/rogue/protocols/xilinx/XvcServer.h +++ b/include/rogue/protocols/xilinx/XvcServer.h @@ -1,18 +1,19 @@ -//----------------------------------------------------------------------------- -// Title : JTAG Support -//----------------------------------------------------------------------------- -// Company : SLAC National Accelerator Laboratory -//----------------------------------------------------------------------------- -// Description: XvcServer.h -//----------------------------------------------------------------------------- -// This file is part of 'SLAC Firmware Standard Library'. -// It is subject to the license terms in the LICENSE.txt file found in the -// top-level directory of this distribution and at: -// https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -// No part of 'SLAC Firmware Standard Library', including this file, -// may be copied, modified, propagated, or distributed except according to -// the terms contained in the LICENSE.txt file. -//----------------------------------------------------------------------------- +/** + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * JTAG Support + * ---------------------------------------------------------------------------- + * This file is part of the rogue software platform. It is subject to + * the license terms in the LICENSE.txt file found in the top-level directory + * of this distribution and at: + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * No part of the rogue software platform, including this file, may be + * copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE.txt file. + * ---------------------------------------------------------------------------- +**/ #ifndef __ROGUE_PROTOCOLS_XILINX_XVC_SERVER_H__ #define __ROGUE_PROTOCOLS_XILINX_XVC_SERVER_H__ diff --git a/include/rogue/protocols/xilinx/module.h b/include/rogue/protocols/xilinx/module.h index 657fa35e5..0b554ee4d 100644 --- a/include/rogue/protocols/xilinx/module.h +++ b/include/rogue/protocols/xilinx/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/utilities/Prbs.h b/include/rogue/utilities/Prbs.h index 65006a7b0..86d4a5842 100644 --- a/include/rogue/utilities/Prbs.h +++ b/include/rogue/utilities/Prbs.h @@ -1,7 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : PRBS Receive And Transmit Class - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class used to generate and receive PRBS test data. *----------------------------------------------------------------------------- diff --git a/include/rogue/utilities/StreamUnZip.h b/include/rogue/utilities/StreamUnZip.h index ba07c408f..93d6a3bb4 100644 --- a/include/rogue/utilities/StreamUnZip.h +++ b/include/rogue/utilities/StreamUnZip.h @@ -1,9 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue stream de-compressor * ---------------------------------------------------------------------------- - * File : StreamUnZip.h - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Stream modules to decompress a data stream *----------------------------------------------------------------------------- diff --git a/include/rogue/utilities/StreamZip.h b/include/rogue/utilities/StreamZip.h index 63bdeb054..c77cd12c6 100644 --- a/include/rogue/utilities/StreamZip.h +++ b/include/rogue/utilities/StreamZip.h @@ -1,9 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue stream compressor * ---------------------------------------------------------------------------- - * File : StreamZip.h - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Stream modules to compress a data stream *----------------------------------------------------------------------------- diff --git a/include/rogue/utilities/fileio/LegacyStreamReader.h b/include/rogue/utilities/fileio/LegacyStreamReader.h index c3b080b49..626332cba 100644 --- a/include/rogue/utilities/fileio/LegacyStreamReader.h +++ b/include/rogue/utilities/fileio/LegacyStreamReader.h @@ -1,7 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file reader utility. - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to read data files. *----------------------------------------------------------------------------- diff --git a/include/rogue/utilities/fileio/LegacyStreamWriter.h b/include/rogue/utilities/fileio/LegacyStreamWriter.h index 46521001f..a6c5751d4 100644 --- a/include/rogue/utilities/fileio/LegacyStreamWriter.h +++ b/include/rogue/utilities/fileio/LegacyStreamWriter.h @@ -1,7 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file writer utility. - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to coordinate data file writing. * This class writes files using the legacy data format of XmlDaq diff --git a/include/rogue/utilities/fileio/StreamReader.h b/include/rogue/utilities/fileio/StreamReader.h index 234f87dda..fa21ff2e3 100644 --- a/include/rogue/utilities/fileio/StreamReader.h +++ b/include/rogue/utilities/fileio/StreamReader.h @@ -1,7 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file reader utility. - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to read data files. *----------------------------------------------------------------------------- diff --git a/include/rogue/utilities/fileio/StreamWriter.h b/include/rogue/utilities/fileio/StreamWriter.h index c38c60b7f..f6ceac01a 100644 --- a/include/rogue/utilities/fileio/StreamWriter.h +++ b/include/rogue/utilities/fileio/StreamWriter.h @@ -1,7 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file writer utility. - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to coordinate data file writing. * This class supports multiple stream slaves, each with the ability to diff --git a/include/rogue/utilities/fileio/StreamWriterChannel.h b/include/rogue/utilities/fileio/StreamWriterChannel.h index 392bcede7..4ce9a143c 100644 --- a/include/rogue/utilities/fileio/StreamWriterChannel.h +++ b/include/rogue/utilities/fileio/StreamWriterChannel.h @@ -1,7 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file writer utility. Channel interface. - *----------------------------------------------------------------------------- + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to act as a slave interface to the StreamWriter. Each * slave is associated with a tag. The tag is included in the bank header diff --git a/include/rogue/utilities/fileio/module.h b/include/rogue/utilities/fileio/module.h index d43c8491e..cec9f63d8 100644 --- a/include/rogue/utilities/fileio/module.h +++ b/include/rogue/utilities/fileio/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/include/rogue/utilities/module.h b/include/rogue/utilities/module.h index c7d14e537..4c96b6dd6 100644 --- a/include/rogue/utilities/module.h +++ b/include/rogue/utilities/module.h @@ -1,6 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/python/pyrogue/_Block.py b/python/pyrogue/_Block.py index cb167c233..289894b5d 100644 --- a/python/pyrogue/_Block.py +++ b/python/pyrogue/_Block.py @@ -1,7 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Block Class +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- -# File : pyrogue/_Block.py +# Description: +# PyRogue base module - Block Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_Command.py b/python/pyrogue/_Command.py index 46cf33cc0..86bb741c5 100644 --- a/python/pyrogue/_Command.py +++ b/python/pyrogue/_Command.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Command Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Command Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_DataReceiver.py b/python/pyrogue/_DataReceiver.py index 39e284e2b..07a3ea733 100644 --- a/python/pyrogue/_DataReceiver.py +++ b/python/pyrogue/_DataReceiver.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Data Receiver Device +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Data Receiver Device #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_DataWriter.py b/python/pyrogue/_DataWriter.py index 1097c97a9..4aa8d2fb0 100644 --- a/python/pyrogue/_DataWriter.py +++ b/python/pyrogue/_DataWriter.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Data Writer Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Data Writer Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_Device.py b/python/pyrogue/_Device.py index efaab515e..cc0bde492 100644 --- a/python/pyrogue/_Device.py +++ b/python/pyrogue/_Device.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Device Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Device Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_HelperFunctions.py b/python/pyrogue/_HelperFunctions.py index 7fb2df430..631f8fd22 100644 --- a/python/pyrogue/_HelperFunctions.py +++ b/python/pyrogue/_HelperFunctions.py @@ -1,4 +1,9 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/_Model.py b/python/pyrogue/_Model.py index 73503fc9e..b85af55b1 100644 --- a/python/pyrogue/_Model.py +++ b/python/pyrogue/_Model.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Model Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Model Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_Node.py b/python/pyrogue/_Node.py index 3395656a4..4e21e9f64 100644 --- a/python/pyrogue/_Node.py +++ b/python/pyrogue/_Node.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Node Classes +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Node Classes #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_PollQueue.py b/python/pyrogue/_PollQueue.py index 0b4670127..5b95cfba5 100644 --- a/python/pyrogue/_PollQueue.py +++ b/python/pyrogue/_PollQueue.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - PollQueue Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - PollQueue Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_Process.py b/python/pyrogue/_Process.py index 66952cf3a..be211fdee 100644 --- a/python/pyrogue/_Process.py +++ b/python/pyrogue/_Process.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Process Device Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Process Device Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_Root.py b/python/pyrogue/_Root.py index 581b39c05..f13b82218 100644 --- a/python/pyrogue/_Root.py +++ b/python/pyrogue/_Root.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Root Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Root Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_RunControl.py b/python/pyrogue/_RunControl.py index 63a07d626..cc4801d97 100644 --- a/python/pyrogue/_RunControl.py +++ b/python/pyrogue/_RunControl.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Run Control Device Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Run Control Device Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/_Variable.py b/python/pyrogue/_Variable.py index aa8c08c4c..da677000b 100644 --- a/python/pyrogue/_Variable.py +++ b/python/pyrogue/_Variable.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Variable Class +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Variable Class #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/__init__.py b/python/pyrogue/__init__.py index 9180c393f..e54855d67 100644 --- a/python/pyrogue/__init__.py +++ b/python/pyrogue/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/__main__.py b/python/pyrogue/__main__.py index 438187421..cbaafa6b6 100644 --- a/python/pyrogue/__main__.py +++ b/python/pyrogue/__main__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/examples/_AxiVersion.py b/python/pyrogue/examples/_AxiVersion.py index cd30592f9..2c35c4627 100644 --- a/python/pyrogue/examples/_AxiVersion.py +++ b/python/pyrogue/examples/_AxiVersion.py @@ -1,8 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue AXI-Lite Version Module Test +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: -# PyRogue AXI-Lite Version Module +# PyRogue AXI-Lite Version Module Test #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/examples/_ExampleRoot.py b/python/pyrogue/examples/_ExampleRoot.py index 89a6cfbc3..880f428ca 100755 --- a/python/pyrogue/examples/_ExampleRoot.py +++ b/python/pyrogue/examples/_ExampleRoot.py @@ -1,12 +1,15 @@ #!/usr/bin/env python3 #----------------------------------------------------------------------------- -# Title : Example Root +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- -# This file is part of the rogue_example software. It is subject to +# Description: +# Example Root +#----------------------------------------------------------------------------- +# This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: # https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -# No part of the rogue_example software, including this file, may be +# No part of the rogue software platform, including this file, may be # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- diff --git a/python/pyrogue/examples/_LargeDevice.py b/python/pyrogue/examples/_LargeDevice.py index 366037a3f..4876a424f 100755 --- a/python/pyrogue/examples/_LargeDevice.py +++ b/python/pyrogue/examples/_LargeDevice.py @@ -1,12 +1,15 @@ #!/usr/bin/env python3 #----------------------------------------------------------------------------- -# Title : Large Device Test Group +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- -# This file is part of the rogue_example software. It is subject to +# Description: +# Large Device Test Group +#----------------------------------------------------------------------------- +# This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: # https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -# No part of the rogue_example software, including this file, may be +# No part of the rogue software platform, including this file, may be # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- diff --git a/python/pyrogue/examples/__init__.py b/python/pyrogue/examples/__init__.py index f7c1e299d..65950fb91 100644 --- a/python/pyrogue/examples/__init__.py +++ b/python/pyrogue/examples/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/examples/__main__.py b/python/pyrogue/examples/__main__.py index 5883ae339..29471d938 100755 --- a/python/pyrogue/examples/__main__.py +++ b/python/pyrogue/examples/__main__.py @@ -1,12 +1,15 @@ #!/usr/bin/env python3 #----------------------------------------------------------------------------- -# Title : Example server test script +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- -# This file is part of the rogue_example software. It is subject to +# Description: +# Example server test script +#----------------------------------------------------------------------------- +# This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: # https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -# No part of the rogue_example software, including this file, may be +# No part of the rogue software platform, including this file, may be # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- diff --git a/python/pyrogue/hardware/axi/__init__.py b/python/pyrogue/hardware/axi/__init__.py index 82b1470de..01de67d9f 100644 --- a/python/pyrogue/hardware/axi/__init__.py +++ b/python/pyrogue/hardware/axi/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/interfaces/_SimpleClient.py b/python/pyrogue/interfaces/_SimpleClient.py index 66b305600..3370c8219 100644 --- a/python/pyrogue/interfaces/_SimpleClient.py +++ b/python/pyrogue/interfaces/_SimpleClient.py @@ -1,6 +1,7 @@ #----------------------------------------------------------------------------- -# Title : PyRogue Simple ZMQ Client for Rogue +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- +# Description: # To use in Matlab first you need the zmq package in your # python installation: # diff --git a/python/pyrogue/interfaces/_SqlLogging.py b/python/pyrogue/interfaces/_SqlLogging.py index 51755afec..ba0f92c85 100644 --- a/python/pyrogue/interfaces/_SqlLogging.py +++ b/python/pyrogue/interfaces/_SqlLogging.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue - SQL Logging Module +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue - SQL Logging Module #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/interfaces/_Virtual.py b/python/pyrogue/interfaces/_Virtual.py index 6a0ccdbd1..75b702593 100644 --- a/python/pyrogue/interfaces/_Virtual.py +++ b/python/pyrogue/interfaces/_Virtual.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue base module - Virtual Classes +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue base module - Virtual Classes #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/interfaces/_ZmqServer.py b/python/pyrogue/interfaces/_ZmqServer.py index 5fcf76422..c45595801 100644 --- a/python/pyrogue/interfaces/_ZmqServer.py +++ b/python/pyrogue/interfaces/_ZmqServer.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue ZMQ Server +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue ZMQ Server #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/interfaces/__init__.py b/python/pyrogue/interfaces/__init__.py index 161d21a0d..8ee2ad179 100644 --- a/python/pyrogue/interfaces/__init__.py +++ b/python/pyrogue/interfaces/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/interfaces/simulation.py b/python/pyrogue/interfaces/simulation.py index fc1a19900..f92a07ac7 100644 --- a/python/pyrogue/interfaces/simulation.py +++ b/python/pyrogue/interfaces/simulation.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue simulation support +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Module containing simulation support classes and routines diff --git a/python/pyrogue/interfaces/stream/_Fifo.py b/python/pyrogue/interfaces/stream/_Fifo.py index bcd3a6e1b..55ad2e497 100644 --- a/python/pyrogue/interfaces/stream/_Fifo.py +++ b/python/pyrogue/interfaces/stream/_Fifo.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : AXI Stream FIFO +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Python wrapper for the AXI Stream FIFO C++ device. diff --git a/python/pyrogue/interfaces/stream/_Variable.py b/python/pyrogue/interfaces/stream/_Variable.py index a6064c294..d6cf9852d 100644 --- a/python/pyrogue/interfaces/stream/_Variable.py +++ b/python/pyrogue/interfaces/stream/_Variable.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : Variable Update Streamer +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Class to generate variable update streams diff --git a/python/pyrogue/interfaces/stream/__init__.py b/python/pyrogue/interfaces/stream/__init__.py index 25c570d90..d879b5683 100644 --- a/python/pyrogue/interfaces/stream/__init__.py +++ b/python/pyrogue/interfaces/stream/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/protocols/_Network.py b/python/pyrogue/protocols/_Network.py index a4827f719..977b40f5b 100644 --- a/python/pyrogue/protocols/_Network.py +++ b/python/pyrogue/protocols/_Network.py @@ -1,8 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue protocols / Network wrappers +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: -# Module containing protocol modules +# PyRogue protocols / Network wrappers #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/protocols/__init__.py b/python/pyrogue/protocols/__init__.py index 8a450a84c..0b26e85c0 100644 --- a/python/pyrogue/protocols/__init__.py +++ b/python/pyrogue/protocols/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/protocols/_uart.py b/python/pyrogue/protocols/_uart.py index c3d19362e..2623593b3 100644 --- a/python/pyrogue/protocols/_uart.py +++ b/python/pyrogue/protocols/_uart.py @@ -1,8 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue protocols / UART register protocol +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: -# Module containing protocol modules +# PyRogue protocols / UART register protocol #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/protocols/epicsV4.py b/python/pyrogue/protocols/epicsV4.py index c9776eddf..a70fea63a 100644 --- a/python/pyrogue/protocols/epicsV4.py +++ b/python/pyrogue/protocols/epicsV4.py @@ -1,6 +1,6 @@ -# ----------------------------------------------------------------------------- -# Title : PyRogue epics support -# ----------------------------------------------------------------------------- +#----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # Description: # Module containing epics support classes and routines # TODO: diff --git a/python/pyrogue/protocols/gpib.py b/python/pyrogue/protocols/gpib.py index 7d8d25d1d..f9f6a2a67 100644 --- a/python/pyrogue/protocols/gpib.py +++ b/python/pyrogue/protocols/gpib.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue protocols / GPIB register protocol +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Module to interface to GPIB devices diff --git a/python/pyrogue/pydm/TimePlotTop.py b/python/pyrogue/pydm/TimePlotTop.py index cb4b45d8d..628b02668 100644 --- a/python/pyrogue/pydm/TimePlotTop.py +++ b/python/pyrogue/pydm/TimePlotTop.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Top Level GUI +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Top Level GUI #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory @@ -9,7 +12,6 @@ # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- - import os from pyrogue.pydm.widgets import TimePlotter diff --git a/python/pyrogue/pydm/__init__.py b/python/pyrogue/pydm/__init__.py index e4ca62d1f..77c5d3b0d 100644 --- a/python/pyrogue/pydm/__init__.py +++ b/python/pyrogue/pydm/__init__.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Package, Function to start default Rogue PyDM GUI +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Package, Function to start default Rogue PyDM GUI #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/data_plugins/__init__.py b/python/pyrogue/pydm/data_plugins/__init__.py index c05eacec2..c361b28de 100644 --- a/python/pyrogue/pydm/data_plugins/__init__.py +++ b/python/pyrogue/pydm/data_plugins/__init__.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM data plug-in package +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/data_plugins/rogue_plugin.py b/python/pyrogue/pydm/data_plugins/rogue_plugin.py index 67efaa506..14ef8a0da 100644 --- a/python/pyrogue/pydm/data_plugins/rogue_plugin.py +++ b/python/pyrogue/pydm/data_plugins/rogue_plugin.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM data plug-in +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM data plug-in #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/pydmTop.py b/python/pyrogue/pydm/pydmTop.py index a35d6163d..61603bc52 100644 --- a/python/pyrogue/pydm/pydmTop.py +++ b/python/pyrogue/pydm/pydmTop.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Top Level GUI +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Top Level GUI #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory @@ -9,7 +12,6 @@ # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- - import os from pydm import Display from qtpy.QtWidgets import (QVBoxLayout, QTabWidget) diff --git a/python/pyrogue/pydm/rogue_plugin.py b/python/pyrogue/pydm/rogue_plugin.py index 4e14c3fb6..1ac34ae4a 100644 --- a/python/pyrogue/pydm/rogue_plugin.py +++ b/python/pyrogue/pydm/rogue_plugin.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Designer Plug-in Load +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Designer Plug-in Load #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/__init__.py b/python/pyrogue/pydm/tools/__init__.py index 4884d4cd0..c361b28de 100644 --- a/python/pyrogue/pydm/tools/__init__.py +++ b/python/pyrogue/pydm/tools/__init__.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM tools directory +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/generic_file_tool.py b/python/pyrogue/pydm/tools/generic_file_tool.py index 900c68315..42df13c1d 100644 --- a/python/pyrogue/pydm/tools/generic_file_tool.py +++ b/python/pyrogue/pydm/tools/generic_file_tool.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Generic File Browser +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Generic File Browser #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/node_info_tool.py b/python/pyrogue/pydm/tools/node_info_tool.py index b616bab10..02ecf5e36 100644 --- a/python/pyrogue/pydm/tools/node_info_tool.py +++ b/python/pyrogue/pydm/tools/node_info_tool.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Node Info Tool +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Node Info Tool #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/read_node_tool.py b/python/pyrogue/pydm/tools/read_node_tool.py index ef21fca8d..15a384794 100644 --- a/python/pyrogue/pydm/tools/read_node_tool.py +++ b/python/pyrogue/pydm/tools/read_node_tool.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Read Node Tool +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Read Node Tool #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/read_recursive_tool.py b/python/pyrogue/pydm/tools/read_recursive_tool.py index 0ae2669f8..6f429d3d9 100644 --- a/python/pyrogue/pydm/tools/read_recursive_tool.py +++ b/python/pyrogue/pydm/tools/read_recursive_tool.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Read Recursive Tool +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Read Recursive Tool #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/write_node_tool.py b/python/pyrogue/pydm/tools/write_node_tool.py index 438115f2a..1c828bd26 100644 --- a/python/pyrogue/pydm/tools/write_node_tool.py +++ b/python/pyrogue/pydm/tools/write_node_tool.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Write Variable Tool +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Write Variable Tool #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/tools/write_recursive_tool.py b/python/pyrogue/pydm/tools/write_recursive_tool.py index 4c4211da6..382a07896 100644 --- a/python/pyrogue/pydm/tools/write_recursive_tool.py +++ b/python/pyrogue/pydm/tools/write_recursive_tool.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Write Variable Tool +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Write Variable Tool #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory @@ -9,7 +12,6 @@ # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- - import logging from pydm.tools import ExternalTool from pydm.utilities.iconfont import IconFont diff --git a/python/pyrogue/pydm/widgets/__init__.py b/python/pyrogue/pydm/widgets/__init__.py index a4f24b290..e99c71ef1 100644 --- a/python/pyrogue/pydm/widgets/__init__.py +++ b/python/pyrogue/pydm/widgets/__init__.py @@ -1,6 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Widgets Package +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Widgets Package #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/data_writer.py b/python/pyrogue/pydm/widgets/data_writer.py index 0b2a6ae9c..a6a8f5df6 100644 --- a/python/pyrogue/pydm/widgets/data_writer.py +++ b/python/pyrogue/pydm/widgets/data_writer.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Data Writer Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Data Writer Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/debug_tree.py b/python/pyrogue/pydm/widgets/debug_tree.py index 72a5944d0..44bc43af8 100644 --- a/python/pyrogue/pydm/widgets/debug_tree.py +++ b/python/pyrogue/pydm/widgets/debug_tree.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Debug Tree Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Debug Tree Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/designer.py b/python/pyrogue/pydm/widgets/designer.py index 0747408d6..3de46ad39 100644 --- a/python/pyrogue/pydm/widgets/designer.py +++ b/python/pyrogue/pydm/widgets/designer.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Designer Setup +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Designer Setup #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/label.py b/python/pyrogue/pydm/widgets/label.py index abe13c942..cede5c79b 100644 --- a/python/pyrogue/pydm/widgets/label.py +++ b/python/pyrogue/pydm/widgets/label.py @@ -1,3 +1,17 @@ +#----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# +#----------------------------------------------------------------------------- +# This file is part of the rogue software platform. It is subject to +# the license terms in the LICENSE.txt file found in the top-level directory +# of this distribution and at: +# https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. +# No part of the rogue software platform, including this file, may be +# copied, modified, propagated, or distributed except according to the terms +# contained in the LICENSE.txt file. +#----------------------------------------------------------------------------- from pydm.widgets import PyDMLabel from qtpy.QtCore import Qt from qtpy.QtWidgets import QHBoxLayout diff --git a/python/pyrogue/pydm/widgets/line_edit.py b/python/pyrogue/pydm/widgets/line_edit.py index 0e9f6a7de..023f9259a 100644 --- a/python/pyrogue/pydm/widgets/line_edit.py +++ b/python/pyrogue/pydm/widgets/line_edit.py @@ -1,3 +1,17 @@ +#----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# +#----------------------------------------------------------------------------- +# This file is part of the rogue software platform. It is subject to +# the license terms in the LICENSE.txt file found in the top-level directory +# of this distribution and at: +# https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. +# No part of the rogue software platform, including this file, may be +# copied, modified, propagated, or distributed except according to the terms +# contained in the LICENSE.txt file. +#----------------------------------------------------------------------------- import locale import numpy as np import ast diff --git a/python/pyrogue/pydm/widgets/plot.py b/python/pyrogue/pydm/widgets/plot.py index 6cc30033c..222ed7e6e 100644 --- a/python/pyrogue/pydm/widgets/plot.py +++ b/python/pyrogue/pydm/widgets/plot.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Plot Window +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Plot Window #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/process.py b/python/pyrogue/pydm/widgets/process.py index 560d896b2..1556b4b9a 100644 --- a/python/pyrogue/pydm/widgets/process.py +++ b/python/pyrogue/pydm/widgets/process.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Process Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Process Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/root_control.py b/python/pyrogue/pydm/widgets/root_control.py index 6aba6601e..b5442cfe5 100644 --- a/python/pyrogue/pydm/widgets/root_control.py +++ b/python/pyrogue/pydm/widgets/root_control.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Root Control Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Root Control Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/run_control.py b/python/pyrogue/pydm/widgets/run_control.py index f050eade2..a0ebc42e2 100644 --- a/python/pyrogue/pydm/widgets/run_control.py +++ b/python/pyrogue/pydm/widgets/run_control.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Run Control Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Run Control Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/system_log.py b/python/pyrogue/pydm/widgets/system_log.py index 42c16a391..2db3e5e25 100644 --- a/python/pyrogue/pydm/widgets/system_log.py +++ b/python/pyrogue/pydm/widgets/system_log.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM System Log Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM System Log Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/system_window.py b/python/pyrogue/pydm/widgets/system_window.py index 819945e48..81b0da138 100644 --- a/python/pyrogue/pydm/widgets/system_window.py +++ b/python/pyrogue/pydm/widgets/system_window.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM System Window Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM System Window Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/python/pyrogue/pydm/widgets/time_plotter.py b/python/pyrogue/pydm/widgets/time_plotter.py index d795d994b..842fa496a 100644 --- a/python/pyrogue/pydm/widgets/time_plotter.py +++ b/python/pyrogue/pydm/widgets/time_plotter.py @@ -1,5 +1,8 @@ #----------------------------------------------------------------------------- -# Title : PyRogue PyDM Debug Tree Widget +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- +# Description: +# PyRogue PyDM Debug Tree Widget #----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory @@ -9,7 +12,6 @@ # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. #----------------------------------------------------------------------------- - import pyrogue from pyrogue.pydm.data_plugins.rogue_plugin import nodeFromAddress from pyrogue.pydm.widgets.debug_tree import makeVariableViewWidget diff --git a/python/pyrogue/utilities/__init__.py b/python/pyrogue/utilities/__init__.py index 9adea634f..c361b28de 100644 --- a/python/pyrogue/utilities/__init__.py +++ b/python/pyrogue/utilities/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/utilities/cpsw.py b/python/pyrogue/utilities/cpsw.py index 64df37d04..d6ef3bc97 100644 --- a/python/pyrogue/utilities/cpsw.py +++ b/python/pyrogue/utilities/cpsw.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue CPSW Export Utilities +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Tools to export Rogue modules to CPSW diff --git a/python/pyrogue/utilities/fileio/_FileReader.py b/python/pyrogue/utilities/fileio/_FileReader.py index 62c2ba822..0bb482c3c 100644 --- a/python/pyrogue/utilities/fileio/_FileReader.py +++ b/python/pyrogue/utilities/fileio/_FileReader.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue FileIO - File Reader +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Module for reading file data. diff --git a/python/pyrogue/utilities/fileio/_StreamReader.py b/python/pyrogue/utilities/fileio/_StreamReader.py index e761d837d..726bc2cd4 100644 --- a/python/pyrogue/utilities/fileio/_StreamReader.py +++ b/python/pyrogue/utilities/fileio/_StreamReader.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue FileIO - Stream Reader +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Module for reading stream data. diff --git a/python/pyrogue/utilities/fileio/_StreamWriter.py b/python/pyrogue/utilities/fileio/_StreamWriter.py index 13689667d..2282eeed3 100644 --- a/python/pyrogue/utilities/fileio/_StreamWriter.py +++ b/python/pyrogue/utilities/fileio/_StreamWriter.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue FileIO - Stream Writer +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Module for writing stream data. diff --git a/python/pyrogue/utilities/fileio/__init__.py b/python/pyrogue/utilities/fileio/__init__.py index b4a1cdb9b..dedf9920a 100644 --- a/python/pyrogue/utilities/fileio/__init__.py +++ b/python/pyrogue/utilities/fileio/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/utilities/hls/_RegInterfParser.py b/python/pyrogue/utilities/hls/_RegInterfParser.py index ab3a4769c..415c88ed4 100644 --- a/python/pyrogue/utilities/hls/_RegInterfParser.py +++ b/python/pyrogue/utilities/hls/_RegInterfParser.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue library utilities. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/utilities/hls/__init__.py b/python/pyrogue/utilities/hls/__init__.py index be5240fe4..d19c1201a 100644 --- a/python/pyrogue/utilities/hls/__init__.py +++ b/python/pyrogue/utilities/hls/__init__.py @@ -1,4 +1,6 @@ #----------------------------------------------------------------------------- +# Company : SLAC National Accelerator Laboratory +#----------------------------------------------------------------------------- # This file is part of the rogue software platform. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/python/pyrogue/utilities/prbs.py b/python/pyrogue/utilities/prbs.py index 6baebad3f..36cb78db0 100644 --- a/python/pyrogue/utilities/prbs.py +++ b/python/pyrogue/utilities/prbs.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Title : PyRogue Utilities base module +# Company : SLAC National Accelerator Laboratory #----------------------------------------------------------------------------- # Description: # Module containing the utilities module class and methods diff --git a/scripts/updateDrivers.sh b/scripts/updateDrivers.sh index 8619b128a..1d94cea5a 100755 --- a/scripts/updateDrivers.sh +++ b/scripts/updateDrivers.sh @@ -1,10 +1,12 @@ #!/bin/bash # ---------------------------------------------------------------------------- -# This file is part of the rogue software platform. It is subject to +# Company : SLAC National Accelerator Laboratory +# ---------------------------------------------------------------------------- +# This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: # https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -# No part of the rogue software platform, including this file, may be +# No part of the rogue software package, including this file, may be # copied, modified, propagated, or distributed except according to the terms # contained in the LICENSE.txt file. # ---------------------------------------------------------------------------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34e9952d8..7161ea2c5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,9 +1,6 @@ # ---------------------------------------------------------------------------- # Title : ROGUE CMAKE Control # ---------------------------------------------------------------------------- -# File : src/CMakeLists.txt -# Created : 2018-02-27 -# ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory # of this distribution and at: diff --git a/src/package.cpp b/src/package.cpp index 0dde0a8fc..2832749df 100644 --- a/src/package.cpp +++ b/src/package.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Package * ---------------------------------------------------------------------------- - * File : package.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python package setup diff --git a/src/rogue/CMakeLists.txt b/src/rogue/CMakeLists.txt index b0dcb98d4..8921a9989 100644 --- a/src/rogue/CMakeLists.txt +++ b/src/rogue/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/GeneralError.cpp b/src/rogue/GeneralError.cpp index 2fb2413f0..015677844 100644 --- a/src/rogue/GeneralError.cpp +++ b/src/rogue/GeneralError.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : General Error * ---------------------------------------------------------------------------- - * File : GeneralError.cpp - * Created : 2017-12-05 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * General exception for Rogue diff --git a/src/rogue/GilRelease.cpp b/src/rogue/GilRelease.cpp index 1d558b74d..35e3d1563 100644 --- a/src/rogue/GilRelease.cpp +++ b/src/rogue/GilRelease.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Release GIL within scope. * ---------------------------------------------------------------------------- - * File : GilRelease.cpp - * Created : 2017-02-28 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Release GIL for the scope of this class. diff --git a/src/rogue/Logging.cpp b/src/rogue/Logging.cpp index 483a7840a..658d23395 100644 --- a/src/rogue/Logging.cpp +++ b/src/rogue/Logging.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Logging interface * ---------------------------------------------------------------------------- - * File : Logging.cpp - * Created : 2017-02-28 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Logging interface for pyrogue diff --git a/src/rogue/ScopedGil.cpp b/src/rogue/ScopedGil.cpp index f03a5da15..f5e2b83a3 100644 --- a/src/rogue/ScopedGil.cpp +++ b/src/rogue/ScopedGil.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Scoped GIL * ---------------------------------------------------------------------------- - * File : ScopedGil.h - * Created : 2017-06-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Acquire the GIL for the scope of this class. diff --git a/src/rogue/Version.cpp b/src/rogue/Version.cpp index 1f6cc82bb..92e07721d 100644 --- a/src/rogue/Version.cpp +++ b/src/rogue/Version.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue Version * ---------------------------------------------------------------------------- - * File : Version.cpp - * Created : 2017-05-17 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Version helpers for Rogue diff --git a/src/rogue/hardware/CMakeLists.txt b/src/rogue/hardware/CMakeLists.txt index e9186a15a..e7cc8aca7 100644 --- a/src/rogue/hardware/CMakeLists.txt +++ b/src/rogue/hardware/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/hardware/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/hardware/MemMap.cpp b/src/rogue/hardware/MemMap.cpp index a2b6e8e26..aa9bcaaf8 100644 --- a/src/rogue/hardware/MemMap.cpp +++ b/src/rogue/hardware/MemMap.cpp @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Raw Memory Mapped Access * ---------------------------------------------------------------------------- - * File : MemMap.cpp - * Created : 2019-11-18 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * Raw Memory Mapped Access * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/Directives.h" #include "rogue/hardware/MemMap.h" diff --git a/src/rogue/hardware/axi/AxiMemMap.cpp b/src/rogue/hardware/axi/AxiMemMap.cpp index 012a8b668..3e48867e8 100644 --- a/src/rogue/hardware/axi/AxiMemMap.cpp +++ b/src/rogue/hardware/axi/AxiMemMap.cpp @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : AXI Memory Mapped Access * ---------------------------------------------------------------------------- - * File : AxiMemMap.cpp - * Created : 2017-03-21 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * AXI Memory Mapped Access * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/Directives.h" #include "rogue/hardware/axi/AxiMemMap.h" diff --git a/src/rogue/hardware/axi/AxiStreamDma.cpp b/src/rogue/hardware/axi/AxiStreamDma.cpp index 2101a900e..f1b718d6c 100644 --- a/src/rogue/hardware/axi/AxiStreamDma.cpp +++ b/src/rogue/hardware/axi/AxiStreamDma.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : AXI DMA Interface Class * ---------------------------------------------------------------------------- - * File : AxiStreamDma.h - * Created : 2017-03-21 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Class for interfacing to AxiStreamDma Driver. diff --git a/src/rogue/hardware/axi/CMakeLists.txt b/src/rogue/hardware/axi/CMakeLists.txt index 2e5a0231e..112608603 100644 --- a/src/rogue/hardware/axi/CMakeLists.txt +++ b/src/rogue/hardware/axi/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/hardware/axi/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/hardware/axi/module.cpp b/src/rogue/hardware/axi/module.cpp index 0ae5fbf9b..dc27cc1ff 100644 --- a/src/rogue/hardware/axi/module.cpp +++ b/src/rogue/hardware/axi/module.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Created : 2017-03-21 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/hardware/module.cpp b/src/rogue/hardware/module.cpp index 2ca409cda..5cc45ecc2 100644 --- a/src/rogue/hardware/module.cpp +++ b/src/rogue/hardware/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/interfaces/CMakeLists.txt b/src/rogue/interfaces/CMakeLists.txt index 0bf1155a3..8ee5c9bfa 100644 --- a/src/rogue/interfaces/CMakeLists.txt +++ b/src/rogue/interfaces/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/interfaces/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/interfaces/ZmqClient.cpp b/src/rogue/interfaces/ZmqClient.cpp index beb835860..d40b1856d 100644 --- a/src/rogue/interfaces/ZmqClient.cpp +++ b/src/rogue/interfaces/ZmqClient.cpp @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- - * File : ZmqClient.cpp - * Created : 2019-05-02 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/Directives.h" diff --git a/src/rogue/interfaces/ZmqServer.cpp b/src/rogue/interfaces/ZmqServer.cpp index f1dd999eb..4c93f6e05 100644 --- a/src/rogue/interfaces/ZmqServer.cpp +++ b/src/rogue/interfaces/ZmqServer.cpp @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- - * File : ZmqServer.cpp - * Created : 2019-05-02 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * Rogue ZMQ Control Interface * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/Directives.h" diff --git a/src/rogue/interfaces/api/Bsp.cpp b/src/rogue/interfaces/api/Bsp.cpp index bb8a8df5d..bdae6b603 100644 --- a/src/rogue/interfaces/api/Bsp.cpp +++ b/src/rogue/interfaces/api/Bsp.cpp @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : C++ API Bsp * ---------------------------------------------------------------------------- - * File : Bsp.cpp - * Created : 2023-04-18 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * C++ API BSP (Board Support Package) * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/interfaces/api/Bsp.h" #include diff --git a/src/rogue/interfaces/api/CMakeLists.txt b/src/rogue/interfaces/api/CMakeLists.txt index 7f9140e1d..a5a691ee7 100644 --- a/src/rogue/interfaces/api/CMakeLists.txt +++ b/src/rogue/interfaces/api/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/interfaces/api/CMakeLists.txt -# Created : 2023-04-17 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/interfaces/memory/Block.cpp b/src/rogue/interfaces/memory/Block.cpp index c47b5bc3b..5ddaf5a89 100644 --- a/src/rogue/interfaces/memory/Block.cpp +++ b/src/rogue/interfaces/memory/Block.cpp @@ -1,11 +1,9 @@ -/* - *----------------------------------------------------------------------------- - * Title : Memory Block +/** * ---------------------------------------------------------------------------- - * File : Block.cpp + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: - * Interface between RemoteVariables and lower level memory transactions. + * Interface between RemoteVariables and lower level memory transactions. * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -15,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/Directives.h" diff --git a/src/rogue/interfaces/memory/CMakeLists.txt b/src/rogue/interfaces/memory/CMakeLists.txt index b213e434c..d1b18961e 100644 --- a/src/rogue/interfaces/memory/CMakeLists.txt +++ b/src/rogue/interfaces/memory/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/interfaces/memory/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/interfaces/memory/Emulate.cpp b/src/rogue/interfaces/memory/Emulate.cpp index bcb1b88bd..72b9b6bc4 100644 --- a/src/rogue/interfaces/memory/Emulate.cpp +++ b/src/rogue/interfaces/memory/Emulate.cpp @@ -1,8 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory slave emulator * ---------------------------------------------------------------------------- - * File : Emulator.pp + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * A memory space emulator. Allows user to test a Rogue tree without real hardware. diff --git a/src/rogue/interfaces/memory/Hub.cpp b/src/rogue/interfaces/memory/Hub.cpp index 7a89d07bf..02668340b 100644 --- a/src/rogue/interfaces/memory/Hub.cpp +++ b/src/rogue/interfaces/memory/Hub.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Hub * ---------------------------------------------------------------------------- - * File : Hub.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-20 - * Last update: 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * A memory interface hub. Accepts requests from multiple masters and forwards diff --git a/src/rogue/interfaces/memory/Master.cpp b/src/rogue/interfaces/memory/Master.cpp index c64491762..85a25dbb7 100644 --- a/src/rogue/interfaces/memory/Master.cpp +++ b/src/rogue/interfaces/memory/Master.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Master * ---------------------------------------------------------------------------- - * File : Master.cpp - * Created : 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory master interface. diff --git a/src/rogue/interfaces/memory/Slave.cpp b/src/rogue/interfaces/memory/Slave.cpp index cca4e13e4..ed2228b2c 100644 --- a/src/rogue/interfaces/memory/Slave.cpp +++ b/src/rogue/interfaces/memory/Slave.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Slave * ---------------------------------------------------------------------------- - * File : Slave.cpp - * Created : 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory slave interface. diff --git a/src/rogue/interfaces/memory/TcpClient.cpp b/src/rogue/interfaces/memory/TcpClient.cpp index 971ff7151..c09e05360 100644 --- a/src/rogue/interfaces/memory/TcpClient.cpp +++ b/src/rogue/interfaces/memory/TcpClient.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Client Network Bridge * ---------------------------------------------------------------------------- - * File : TcpClient.cpp - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Client Network Bridge diff --git a/src/rogue/interfaces/memory/TcpServer.cpp b/src/rogue/interfaces/memory/TcpServer.cpp index 971b3ae1f..77eb287a7 100644 --- a/src/rogue/interfaces/memory/TcpServer.cpp +++ b/src/rogue/interfaces/memory/TcpServer.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Server Network Bridge * ---------------------------------------------------------------------------- - * File : TcpServer.cpp - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Server Network Bridge diff --git a/src/rogue/interfaces/memory/Transaction.cpp b/src/rogue/interfaces/memory/Transaction.cpp index ecf4b1729..0e5a1bf3e 100644 --- a/src/rogue/interfaces/memory/Transaction.cpp +++ b/src/rogue/interfaces/memory/Transaction.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Transaction * ---------------------------------------------------------------------------- - * File : Transaction.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-20 - * Last update: 2016-09-20 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory master interface. diff --git a/src/rogue/interfaces/memory/TransactionLock.cpp b/src/rogue/interfaces/memory/TransactionLock.cpp index e7fd587d5..67706fe4c 100644 --- a/src/rogue/interfaces/memory/TransactionLock.cpp +++ b/src/rogue/interfaces/memory/TransactionLock.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Transaction Lock * ---------------------------------------------------------------------------- - * File : TransactionLock.cpp - * Created : 2018-03-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Memory Transaction lock diff --git a/src/rogue/interfaces/memory/Variable.cpp b/src/rogue/interfaces/memory/Variable.cpp index c29f1f47e..b448a84e8 100644 --- a/src/rogue/interfaces/memory/Variable.cpp +++ b/src/rogue/interfaces/memory/Variable.cpp @@ -1,8 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Memory Variable * ---------------------------------------------------------------------------- - * File : Variable.cpp + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Interface between RemoteVariables and lower level memory transactions. diff --git a/src/rogue/interfaces/memory/module.cpp b/src/rogue/interfaces/memory/module.cpp index 5cb0f7d84..e83bf5027 100644 --- a/src/rogue/interfaces/memory/module.cpp +++ b/src/rogue/interfaces/memory/module.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Created : 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/interfaces/module.cpp b/src/rogue/interfaces/module.cpp index 2d9192799..42003b546 100644 --- a/src/rogue/interfaces/module.cpp +++ b/src/rogue/interfaces/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/interfaces/stream/Buffer.cpp b/src/rogue/interfaces/stream/Buffer.cpp index 4f63e7674..8608f8202 100644 --- a/src/rogue/interfaces/stream/Buffer.cpp +++ b/src/rogue/interfaces/stream/Buffer.cpp @@ -1,15 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Buffer Container * ---------------------------------------------------------------------------- - * File : Buffer.h - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-09-16 - * Last update: 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame container - * Some concepts borrowed from CPSW by Till Straumann * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/interfaces/stream/CMakeLists.txt b/src/rogue/interfaces/stream/CMakeLists.txt index 22c5bf590..2d570e172 100644 --- a/src/rogue/interfaces/stream/CMakeLists.txt +++ b/src/rogue/interfaces/stream/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/interfaces/stream/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/interfaces/stream/Fifo.cpp b/src/rogue/interfaces/stream/Fifo.cpp index 38f4396ae..220093cdd 100644 --- a/src/rogue/interfaces/stream/Fifo.cpp +++ b/src/rogue/interfaces/stream/Fifo.cpp @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : AXI Stream FIFO * ---------------------------------------------------------------------------- - * File : Fifo.cpp - * Author : Ryan Herbst - * Created : 02/02/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * AXI Stream FIFO *----------------------------------------------------------------------------- diff --git a/src/rogue/interfaces/stream/Filter.cpp b/src/rogue/interfaces/stream/Filter.cpp index d40482989..8755fe9a9 100644 --- a/src/rogue/interfaces/stream/Filter.cpp +++ b/src/rogue/interfaces/stream/Filter.cpp @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Register Protocol (SRP) Filter * ---------------------------------------------------------------------------- - * File : Filter.cpp - * Author : Ryan Herbst - * Created : 11/01/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * AXI Stream Filter *----------------------------------------------------------------------------- diff --git a/src/rogue/interfaces/stream/Frame.cpp b/src/rogue/interfaces/stream/Frame.cpp index 176d9a164..384fa3d42 100644 --- a/src/rogue/interfaces/stream/Frame.cpp +++ b/src/rogue/interfaces/stream/Frame.cpp @@ -1,13 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream frame container * ---------------------------------------------------------------------------- - * File : Frame.h - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame container - * Some concepts borrowed from CPSW by Till Straumann * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/interfaces/stream/FrameIterator.cpp b/src/rogue/interfaces/stream/FrameIterator.cpp index c5353aadc..8deab144d 100644 --- a/src/rogue/interfaces/stream/FrameIterator.cpp +++ b/src/rogue/interfaces/stream/FrameIterator.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream iterator container * ---------------------------------------------------------------------------- - * File : FrameIterator.h - * Created : 2018-03-06 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream frame iterator diff --git a/src/rogue/interfaces/stream/FrameLock.cpp b/src/rogue/interfaces/stream/FrameLock.cpp index f103427c9..361e37703 100644 --- a/src/rogue/interfaces/stream/FrameLock.cpp +++ b/src/rogue/interfaces/stream/FrameLock.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Frame Lock * ---------------------------------------------------------------------------- - * File : FrameLock.cpp - * Created : 2018-03-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Frame lock diff --git a/src/rogue/interfaces/stream/Master.cpp b/src/rogue/interfaces/stream/Master.cpp index bdfadb0a0..80b8ec121 100644 --- a/src/rogue/interfaces/stream/Master.cpp +++ b/src/rogue/interfaces/stream/Master.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream interface master * ---------------------------------------------------------------------------- - * File : Master.h - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream interface master diff --git a/src/rogue/interfaces/stream/Pool.cpp b/src/rogue/interfaces/stream/Pool.cpp index 52237d34b..5a3e0013e 100644 --- a/src/rogue/interfaces/stream/Pool.cpp +++ b/src/rogue/interfaces/stream/Pool.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream memory pool * ---------------------------------------------------------------------------- - * File : Pool.cpp - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream memory pool diff --git a/src/rogue/interfaces/stream/RateDrop.cpp b/src/rogue/interfaces/stream/RateDrop.cpp index 92b777100..e0be70374 100644 --- a/src/rogue/interfaces/stream/RateDrop.cpp +++ b/src/rogue/interfaces/stream/RateDrop.cpp @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Stream Interface Rate Drop * ---------------------------------------------------------------------------- - * File : RateDrop.cpp - * Author : Ryan Herbst - * Created : 08/25/2020 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Drops frames at a specified rate. *----------------------------------------------------------------------------- diff --git a/src/rogue/interfaces/stream/Slave.cpp b/src/rogue/interfaces/stream/Slave.cpp index 1fd7cca17..f8b6a7d03 100644 --- a/src/rogue/interfaces/stream/Slave.cpp +++ b/src/rogue/interfaces/stream/Slave.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream interface slave * ---------------------------------------------------------------------------- - * File : Slave.cpp - * Created : 2016-09-16 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream interface slave diff --git a/src/rogue/interfaces/stream/TcpClient.cpp b/src/rogue/interfaces/stream/TcpClient.cpp index 0c8621f63..0de7abde3 100644 --- a/src/rogue/interfaces/stream/TcpClient.cpp +++ b/src/rogue/interfaces/stream/TcpClient.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Network Client * ---------------------------------------------------------------------------- - * File : TcpClient.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream Network Client diff --git a/src/rogue/interfaces/stream/TcpCore.cpp b/src/rogue/interfaces/stream/TcpCore.cpp index d0e13482b..b91ad493f 100644 --- a/src/rogue/interfaces/stream/TcpCore.cpp +++ b/src/rogue/interfaces/stream/TcpCore.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Network Core * ---------------------------------------------------------------------------- - * File : TcpCore.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream Network Core diff --git a/src/rogue/interfaces/stream/TcpServer.cpp b/src/rogue/interfaces/stream/TcpServer.cpp index 466cbe437..b680b4dd8 100644 --- a/src/rogue/interfaces/stream/TcpServer.cpp +++ b/src/rogue/interfaces/stream/TcpServer.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Stream Network Server * ---------------------------------------------------------------------------- - * File : TcpServer.h - * Created : 2019-01-30 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Stream Network Server diff --git a/src/rogue/interfaces/stream/module.cpp b/src/rogue/interfaces/stream/module.cpp index 66db30678..fb3ac84a7 100644 --- a/src/rogue/interfaces/stream/module.cpp +++ b/src/rogue/interfaces/stream/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module For Stream Interface * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/module.cpp b/src/rogue/module.cpp index 0f2d9f4ed..583a1a26d 100644 --- a/src/rogue/module.cpp +++ b/src/rogue/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/CMakeLists.txt b/src/rogue/protocols/CMakeLists.txt index ff1ad7f50..0b8ff5dcb 100644 --- a/src/rogue/protocols/CMakeLists.txt +++ b/src/rogue/protocols/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/protocols/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/batcher/CMakeLists.txt b/src/rogue/protocols/batcher/CMakeLists.txt index 2a1a3b44a..cb49f2f23 100644 --- a/src/rogue/protocols/batcher/CMakeLists.txt +++ b/src/rogue/protocols/batcher/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/protocols/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/batcher/CoreV1.cpp b/src/rogue/protocols/batcher/CoreV1.cpp index 537790bd9..fff5014f2 100644 --- a/src/rogue/protocols/batcher/CoreV1.cpp +++ b/src/rogue/protocols/batcher/CoreV1.cpp @@ -1,11 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Batcher Core, Version 1 * ---------------------------------------------------------------------------- - * File : CoreV1.h - * Author : Ryan Herbst - * Created : 10/26/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * AXI Batcher V1 (https://confluence.slac.stanford.edu/x/th1SDg) * diff --git a/src/rogue/protocols/batcher/Data.cpp b/src/rogue/protocols/batcher/Data.cpp index 555762adc..5f755af94 100644 --- a/src/rogue/protocols/batcher/Data.cpp +++ b/src/rogue/protocols/batcher/Data.cpp @@ -1,20 +1,19 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Batcher Data * ---------------------------------------------------------------------------- - * File : Data.h - * Author : Ryan Herbst - * Created : 02/08/2019 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * SLAC Batcher Data + * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory * of this distribution and at: - * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. * No part of the rogue software platform, including this file, may be * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. - *----------------------------------------------------------------------------- - **/ + * ---------------------------------------------------------------------------- +**/ #include "rogue/protocols/batcher/Data.h" #include diff --git a/src/rogue/protocols/batcher/InverterV1.cpp b/src/rogue/protocols/batcher/InverterV1.cpp index 995a13908..af14c4365 100644 --- a/src/rogue/protocols/batcher/InverterV1.cpp +++ b/src/rogue/protocols/batcher/InverterV1.cpp @@ -1,20 +1,19 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Inverter Version 1 * ---------------------------------------------------------------------------- - * File : InverterV1.h - * Author : Ryan Herbst - * Created : 10/26/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * SLAC Inverter Version 1 + * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory * of this distribution and at: - * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. * No part of the rogue software platform, including this file, may be * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. - *----------------------------------------------------------------------------- - **/ + * ---------------------------------------------------------------------------- +**/ #include "rogue/Directives.h" #include "rogue/protocols/batcher/InverterV1.h" diff --git a/src/rogue/protocols/batcher/SplitterV1.cpp b/src/rogue/protocols/batcher/SplitterV1.cpp index 625289af7..5e018b9ec 100644 --- a/src/rogue/protocols/batcher/SplitterV1.cpp +++ b/src/rogue/protocols/batcher/SplitterV1.cpp @@ -1,20 +1,19 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Splitter Version 1 * ---------------------------------------------------------------------------- - * File : SplitterV1.h - * Author : Ryan Herbst - * Created : 10/26/2018 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * SLAC Splitter Version 1 + * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory * of this distribution and at: - * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. * No part of the rogue software platform, including this file, may be * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. - *----------------------------------------------------------------------------- - **/ + * ---------------------------------------------------------------------------- +**/ #include "rogue/Directives.h" #include "rogue/protocols/batcher/SplitterV1.h" diff --git a/src/rogue/protocols/batcher/module.cpp b/src/rogue/protocols/batcher/module.cpp index 35a804b22..f683bf45f 100644 --- a/src/rogue/protocols/batcher/module.cpp +++ b/src/rogue/protocols/batcher/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/module.cpp b/src/rogue/protocols/module.cpp index 3f4de6726..467718b09 100644 --- a/src/rogue/protocols/module.cpp +++ b/src/rogue/protocols/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/packetizer/Application.cpp b/src/rogue/protocols/packetizer/Application.cpp index c76b7ae39..5d41d19c4 100644 --- a/src/rogue/protocols/packetizer/Application.cpp +++ b/src/rogue/protocols/packetizer/Application.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Application Port * ---------------------------------------------------------------------------- - * File : Application.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Application Port diff --git a/src/rogue/protocols/packetizer/CMakeLists.txt b/src/rogue/protocols/packetizer/CMakeLists.txt index 1d6fd4974..38abd2672 100644 --- a/src/rogue/protocols/packetizer/CMakeLists.txt +++ b/src/rogue/protocols/packetizer/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/protocols/packetizer/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/packetizer/Controller.cpp b/src/rogue/protocols/packetizer/Controller.cpp index b85c272e9..a70d0d99c 100644 --- a/src/rogue/protocols/packetizer/Controller.cpp +++ b/src/rogue/protocols/packetizer/Controller.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Controller * ---------------------------------------------------------------------------- - * File : Controller.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Controller diff --git a/src/rogue/protocols/packetizer/ControllerV1.cpp b/src/rogue/protocols/packetizer/ControllerV1.cpp index f794788e2..5f7fd5d4e 100644 --- a/src/rogue/protocols/packetizer/ControllerV1.cpp +++ b/src/rogue/protocols/packetizer/ControllerV1.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Controller Version 1 * ---------------------------------------------------------------------------- - * File : ControllerV1.cpp - * Created : 2018-02-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Controller V1 diff --git a/src/rogue/protocols/packetizer/ControllerV2.cpp b/src/rogue/protocols/packetizer/ControllerV2.cpp index 045ac9e47..b997fcaa6 100644 --- a/src/rogue/protocols/packetizer/ControllerV2.cpp +++ b/src/rogue/protocols/packetizer/ControllerV2.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Controller Version 1 * ---------------------------------------------------------------------------- - * File : ControllerV2.cpp - * Created : 2018-02-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Controller V1 diff --git a/src/rogue/protocols/packetizer/Core.cpp b/src/rogue/protocols/packetizer/Core.cpp index fcd5bb2ee..2d2dd9425 100644 --- a/src/rogue/protocols/packetizer/Core.cpp +++ b/src/rogue/protocols/packetizer/Core.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Core Class * ---------------------------------------------------------------------------- - * File : Core.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Core diff --git a/src/rogue/protocols/packetizer/CoreV2.cpp b/src/rogue/protocols/packetizer/CoreV2.cpp index ac6796b75..e4849cdbf 100644 --- a/src/rogue/protocols/packetizer/CoreV2.cpp +++ b/src/rogue/protocols/packetizer/CoreV2.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Core Class * ---------------------------------------------------------------------------- - * File : CoreV2.cpp - * Created : 2018-02-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Core V2 diff --git a/src/rogue/protocols/packetizer/Transport.cpp b/src/rogue/protocols/packetizer/Transport.cpp index 76fdcc2ff..9b2c4e447 100644 --- a/src/rogue/protocols/packetizer/Transport.cpp +++ b/src/rogue/protocols/packetizer/Transport.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Packetizer Transport Port * ---------------------------------------------------------------------------- - * File : Transport.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Packetizer Transport Port diff --git a/src/rogue/protocols/packetizer/module.cpp b/src/rogue/protocols/packetizer/module.cpp index d5632105f..c4647fa7d 100644 --- a/src/rogue/protocols/packetizer/module.cpp +++ b/src/rogue/protocols/packetizer/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/rssi/Application.cpp b/src/rogue/protocols/rssi/Application.cpp index c9b798aca..48ae2e990 100644 --- a/src/rogue/protocols/rssi/Application.cpp +++ b/src/rogue/protocols/rssi/Application.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Application Port * ---------------------------------------------------------------------------- - * File : Application.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI Application Port diff --git a/src/rogue/protocols/rssi/CMakeLists.txt b/src/rogue/protocols/rssi/CMakeLists.txt index ebbcb8da3..1b5d86938 100644 --- a/src/rogue/protocols/rssi/CMakeLists.txt +++ b/src/rogue/protocols/rssi/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/protocols/rssi/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/rssi/Client.cpp b/src/rogue/protocols/rssi/Client.cpp index 65bfdfb70..dd9e41c64 100644 --- a/src/rogue/protocols/rssi/Client.cpp +++ b/src/rogue/protocols/rssi/Client.cpp @@ -1,13 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Client Class * ---------------------------------------------------------------------------- - * File : Client.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: - * UDP Client + * RSSI Client Class * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/rssi/Controller.cpp b/src/rogue/protocols/rssi/Controller.cpp index 952975269..fe5830d7f 100644 --- a/src/rogue/protocols/rssi/Controller.cpp +++ b/src/rogue/protocols/rssi/Controller.cpp @@ -1,11 +1,6 @@ - /** - *----------------------------------------------------------------------------- - * Title : RSSI Controller * ---------------------------------------------------------------------------- - * File : Controller.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI Controller diff --git a/src/rogue/protocols/rssi/Header.cpp b/src/rogue/protocols/rssi/Header.cpp index db4f7f316..1958412b9 100644 --- a/src/rogue/protocols/rssi/Header.cpp +++ b/src/rogue/protocols/rssi/Header.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : RSII Header Class * ---------------------------------------------------------------------------- - * File : Header.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI Header diff --git a/src/rogue/protocols/rssi/Server.cpp b/src/rogue/protocols/rssi/Server.cpp index 7f3dfa25a..c7364d97f 100644 --- a/src/rogue/protocols/rssi/Server.cpp +++ b/src/rogue/protocols/rssi/Server.cpp @@ -1,9 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Server Class * ---------------------------------------------------------------------------- - * File : Server.h - * Created : 2017-06-13 + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory @@ -13,7 +13,7 @@ * copied, modified, propagated, or distributed except according to the terms * contained in the LICENSE.txt file. * ---------------------------------------------------------------------------- - **/ +**/ #include "rogue/Directives.h" #include "rogue/protocols/rssi/Server.h" diff --git a/src/rogue/protocols/rssi/Transport.cpp b/src/rogue/protocols/rssi/Transport.cpp index 7fbc7083b..6c026704a 100644 --- a/src/rogue/protocols/rssi/Transport.cpp +++ b/src/rogue/protocols/rssi/Transport.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : RSSI Transport Port * ---------------------------------------------------------------------------- - * File : Transport.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * RSSI Transport Port diff --git a/src/rogue/protocols/rssi/module.cpp b/src/rogue/protocols/rssi/module.cpp index e142515ba..0085be5f2 100644 --- a/src/rogue/protocols/rssi/module.cpp +++ b/src/rogue/protocols/rssi/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/srp/CMakeLists.txt b/src/rogue/protocols/srp/CMakeLists.txt index f8aba1edc..593f678d7 100644 --- a/src/rogue/protocols/srp/CMakeLists.txt +++ b/src/rogue/protocols/srp/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/protocols/srp/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/srp/Cmd.cpp b/src/rogue/protocols/srp/Cmd.cpp index 6eae0707e..870ea1881 100644 --- a/src/rogue/protocols/srp/Cmd.cpp +++ b/src/rogue/protocols/srp/Cmd.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Register Protocol (SRP) SrpV0 * ---------------------------------------------------------------------------- - * File : SrpV0.cpp - * Author : Ryan Herbst - * Created : 09/17/2016 - * Last update : 09/17/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * CMD protocol bridge, Version 0 *----------------------------------------------------------------------------- diff --git a/src/rogue/protocols/srp/SrpV0.cpp b/src/rogue/protocols/srp/SrpV0.cpp index ff13a27ae..ff9a71742 100644 --- a/src/rogue/protocols/srp/SrpV0.cpp +++ b/src/rogue/protocols/srp/SrpV0.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Register Protocol (SRP) SrpV0 * ---------------------------------------------------------------------------- - * File : SrpV0.cpp - * Author : Ryan Herbst - * Created : 09/17/2016 - * Last update : 09/17/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * SRP protocol bridge, Version 0 *----------------------------------------------------------------------------- diff --git a/src/rogue/protocols/srp/SrpV3.cpp b/src/rogue/protocols/srp/SrpV3.cpp index 3496ad9f7..754e56902 100644 --- a/src/rogue/protocols/srp/SrpV3.cpp +++ b/src/rogue/protocols/srp/SrpV3.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : SLAC Register Protocol (SRP) SrpV3 * ---------------------------------------------------------------------------- - * File : SrpV3.cpp - * Author : Ryan Herbst - * Created : 09/17/2016 - * Last update : 09/17/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * SRP protocol bridge, Version 3 *----------------------------------------------------------------------------- diff --git a/src/rogue/protocols/srp/module.cpp b/src/rogue/protocols/srp/module.cpp index f6a59a89d..1ea316b5b 100644 --- a/src/rogue/protocols/srp/module.cpp +++ b/src/rogue/protocols/srp/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/udp/CMakeLists.txt b/src/rogue/protocols/udp/CMakeLists.txt index 20d170194..f0fc97d7f 100644 --- a/src/rogue/protocols/udp/CMakeLists.txt +++ b/src/rogue/protocols/udp/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/protocols/udp/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/udp/Client.cpp b/src/rogue/protocols/udp/Client.cpp index 6a60c0add..0030ac77b 100644 --- a/src/rogue/protocols/udp/Client.cpp +++ b/src/rogue/protocols/udp/Client.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : UDP Client Class * ---------------------------------------------------------------------------- - * File : Client.h - * Created : 2017-01-07 - * Last update: 2017-01-07 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * UDP Client diff --git a/src/rogue/protocols/udp/Core.cpp b/src/rogue/protocols/udp/Core.cpp index f736439a0..0df6a7d6a 100644 --- a/src/rogue/protocols/udp/Core.cpp +++ b/src/rogue/protocols/udp/Core.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : UDP Core Class * ---------------------------------------------------------------------------- - * File : Core.h - * Created : 2018-03-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * UDP Core diff --git a/src/rogue/protocols/udp/Server.cpp b/src/rogue/protocols/udp/Server.cpp index 61fae1617..5b201ce5d 100644 --- a/src/rogue/protocols/udp/Server.cpp +++ b/src/rogue/protocols/udp/Server.cpp @@ -1,9 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : UDP Server Class * ---------------------------------------------------------------------------- - * File : Server.h - * Created : 2018-03-02 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * UDP Server diff --git a/src/rogue/protocols/udp/module.cpp b/src/rogue/protocols/udp/module.cpp index 97e8f8558..f9dea7081 100644 --- a/src/rogue/protocols/udp/module.cpp +++ b/src/rogue/protocols/udp/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/protocols/xilinx/CMakeLists.txt b/src/rogue/protocols/xilinx/CMakeLists.txt index 47c3a02ed..9b68ae6f0 100644 --- a/src/rogue/protocols/xilinx/CMakeLists.txt +++ b/src/rogue/protocols/xilinx/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/protocols/xilinx/JtagDriver.cpp b/src/rogue/protocols/xilinx/JtagDriver.cpp index da6dfb552..25300fdf0 100644 --- a/src/rogue/protocols/xilinx/JtagDriver.cpp +++ b/src/rogue/protocols/xilinx/JtagDriver.cpp @@ -1,18 +1,19 @@ -//----------------------------------------------------------------------------- -// Title : JTAG Support -//----------------------------------------------------------------------------- -// Company : SLAC National Accelerator Laboratory -//----------------------------------------------------------------------------- -// Description: JtagDriver.cpp -//----------------------------------------------------------------------------- -// This file is part of 'SLAC Firmware Standard Library'. -// It is subject to the license terms in the LICENSE.txt file found in the -// top-level directory of this distribution and at: -// https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -// No part of 'SLAC Firmware Standard Library', including this file, -// may be copied, modified, propagated, or distributed except according to -// the terms contained in the LICENSE.txt file. -//----------------------------------------------------------------------------- +/** + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * JtagDriver.cpp + * ---------------------------------------------------------------------------- + * This file is part of the rogue software platform. It is subject to + * the license terms in the LICENSE.txt file found in the top-level directory + * of this distribution and at: + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * No part of the rogue software platform, including this file, may be + * copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE.txt file. + * ---------------------------------------------------------------------------- +**/ #include "rogue/Directives.h" diff --git a/src/rogue/protocols/xilinx/Xvc.cpp b/src/rogue/protocols/xilinx/Xvc.cpp index a859d66fb..b56545f59 100644 --- a/src/rogue/protocols/xilinx/Xvc.cpp +++ b/src/rogue/protocols/xilinx/Xvc.cpp @@ -1,10 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : XVC Server Wrapper Class * ---------------------------------------------------------------------------- - * File : Xvc.h - * Created : 2022-03-23 - * Last update: 2022-03-23 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * XVC Server Wrapper Class diff --git a/src/rogue/protocols/xilinx/XvcConnection.cpp b/src/rogue/protocols/xilinx/XvcConnection.cpp index 549cb45c9..419c0a4d6 100644 --- a/src/rogue/protocols/xilinx/XvcConnection.cpp +++ b/src/rogue/protocols/xilinx/XvcConnection.cpp @@ -1,18 +1,19 @@ -//----------------------------------------------------------------------------- -// Title : JTAG Support -//----------------------------------------------------------------------------- -// Company : SLAC National Accelerator Laboratory -//----------------------------------------------------------------------------- -// Description: -//----------------------------------------------------------------------------- -// This file is part of 'SLAC Firmware Standard Library'. -// It is subject to the license terms in the LICENSE.txt file found in the -// top-level directory of this distribution and at: -// https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -// No part of 'SLAC Firmware Standard Library', including this file, -// may be copied, modified, propagated, or distributed except according to -// the terms contained in the LICENSE.txt file. -//----------------------------------------------------------------------------- +/** + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * JTAG support + * ---------------------------------------------------------------------------- + * This file is part of the rogue software platform. It is subject to + * the license terms in the LICENSE.txt file found in the top-level directory + * of this distribution and at: + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * No part of the rogue software platform, including this file, may be + * copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE.txt file. + * ---------------------------------------------------------------------------- +**/ #include "rogue/protocols/xilinx/XvcConnection.h" diff --git a/src/rogue/protocols/xilinx/XvcServer.cpp b/src/rogue/protocols/xilinx/XvcServer.cpp index 357c80457..e5c940d79 100644 --- a/src/rogue/protocols/xilinx/XvcServer.cpp +++ b/src/rogue/protocols/xilinx/XvcServer.cpp @@ -1,18 +1,19 @@ -//----------------------------------------------------------------------------- -// Title : JTAG Support -//----------------------------------------------------------------------------- -// Company : SLAC National Accelerator Laboratory -//----------------------------------------------------------------------------- -// Description: -//----------------------------------------------------------------------------- -// This file is part of 'SLAC Firmware Standard Library'. -// It is subject to the license terms in the LICENSE.txt file found in the -// top-level directory of this distribution and at: -// https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. -// No part of 'SLAC Firmware Standard Library', including this file, -// may be copied, modified, propagated, or distributed except according to -// the terms contained in the LICENSE.txt file. -//----------------------------------------------------------------------------- +/** + * ---------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- + * Description: + * + * ---------------------------------------------------------------------------- + * This file is part of the rogue software platform. It is subject to + * the license terms in the LICENSE.txt file found in the top-level directory + * of this distribution and at: + * https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. + * No part of the rogue software platform, including this file, may be + * copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE.txt file. + * ---------------------------------------------------------------------------- +**/ #include "rogue/protocols/xilinx/XvcServer.h" diff --git a/src/rogue/protocols/xilinx/module.cpp b/src/rogue/protocols/xilinx/module.cpp index aecdb9701..c83741c49 100644 --- a/src/rogue/protocols/xilinx/module.cpp +++ b/src/rogue/protocols/xilinx/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup diff --git a/src/rogue/utilities/CMakeLists.txt b/src/rogue/utilities/CMakeLists.txt index 321bd6294..4d317906c 100644 --- a/src/rogue/utilities/CMakeLists.txt +++ b/src/rogue/utilities/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/utilities/CMakeLists.txt -# Created : 2018-02-27 +#Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/utilities/Prbs.cpp b/src/rogue/utilities/Prbs.cpp index 1390f4825..f400abcb7 100644 --- a/src/rogue/utilities/Prbs.cpp +++ b/src/rogue/utilities/Prbs.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : PRBS Receive And Transmit Class * ---------------------------------------------------------------------------- - * File : Prbs.cpp - * Author : Ryan Herbst - * Created : 09/17/2016 - * Last update : 09/17/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class used to generate and receive PRBS test data. *----------------------------------------------------------------------------- diff --git a/src/rogue/utilities/StreamUnZip.cpp b/src/rogue/utilities/StreamUnZip.cpp index ed52e6c0f..4b86da611 100644 --- a/src/rogue/utilities/StreamUnZip.cpp +++ b/src/rogue/utilities/StreamUnZip.cpp @@ -1,9 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue stream decompressor * ---------------------------------------------------------------------------- - * File : StreamUnZip.cpp - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Stream modules to decompress a data stream *----------------------------------------------------------------------------- diff --git a/src/rogue/utilities/StreamZip.cpp b/src/rogue/utilities/StreamZip.cpp index ffe3ca557..9424f2331 100644 --- a/src/rogue/utilities/StreamZip.cpp +++ b/src/rogue/utilities/StreamZip.cpp @@ -1,9 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Rogue stream compressor * ---------------------------------------------------------------------------- - * File : StreamZip.cpp - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Stream modules to compress a data stream *----------------------------------------------------------------------------- diff --git a/src/rogue/utilities/fileio/CMakeLists.txt b/src/rogue/utilities/fileio/CMakeLists.txt index 91b118690..d7dd8195f 100644 --- a/src/rogue/utilities/fileio/CMakeLists.txt +++ b/src/rogue/utilities/fileio/CMakeLists.txt @@ -1,8 +1,5 @@ # ---------------------------------------------------------------------------- -# Title : ROGUE CMAKE Control -# ---------------------------------------------------------------------------- -# File : src/rogue/utilities/fileio/CMakeLists.txt -# Created : 2018-02-27 +# Company : SLAC National Accelerator Laboratory # ---------------------------------------------------------------------------- # This file is part of the rogue software package. It is subject to # the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/utilities/fileio/LegacyStreamReader.cpp b/src/rogue/utilities/fileio/LegacyStreamReader.cpp index 2a7015903..1de300fd4 100644 --- a/src/rogue/utilities/fileio/LegacyStreamReader.cpp +++ b/src/rogue/utilities/fileio/LegacyStreamReader.cpp @@ -1,9 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file reader utility. * ---------------------------------------------------------------------------- - * File : LegacyStreamReader.cpp - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to read data files generated using LegacyFileWriter *----------------------------------------------------------------------------- diff --git a/src/rogue/utilities/fileio/LegacyStreamWriter.cpp b/src/rogue/utilities/fileio/LegacyStreamWriter.cpp index 4b8b6b605..0cb59b6ed 100644 --- a/src/rogue/utilities/fileio/LegacyStreamWriter.cpp +++ b/src/rogue/utilities/fileio/LegacyStreamWriter.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file writer utility. * ---------------------------------------------------------------------------- - * File : LegacyStreamWriter.cpp - * Author : Ryan Herbst - * Created : 09/28/2016 - * Last update : 09/28/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to coordinate data file writing. * This class supports multiple stream slaves, each with the ability to diff --git a/src/rogue/utilities/fileio/StreamReader.cpp b/src/rogue/utilities/fileio/StreamReader.cpp index 8a66e33fe..40e15c1c5 100644 --- a/src/rogue/utilities/fileio/StreamReader.cpp +++ b/src/rogue/utilities/fileio/StreamReader.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file reader utility. * ---------------------------------------------------------------------------- - * File : StreamReader.cpp - * Author : Ryan Herbst - * Created : 09/28/2016 - * Last update : 09/28/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to read data files. *----------------------------------------------------------------------------- diff --git a/src/rogue/utilities/fileio/StreamWriter.cpp b/src/rogue/utilities/fileio/StreamWriter.cpp index f7425b245..a519bcc49 100644 --- a/src/rogue/utilities/fileio/StreamWriter.cpp +++ b/src/rogue/utilities/fileio/StreamWriter.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file writer utility. * ---------------------------------------------------------------------------- - * File : StreamWriter.h - * Author : Ryan Herbst - * Created : 09/28/2016 - * Last update : 09/28/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to coordinate data file writing. * This class supports multiple stream slaves, each with the ability to diff --git a/src/rogue/utilities/fileio/StreamWriterChannel.cpp b/src/rogue/utilities/fileio/StreamWriterChannel.cpp index a6235bad9..9b646bd05 100644 --- a/src/rogue/utilities/fileio/StreamWriterChannel.cpp +++ b/src/rogue/utilities/fileio/StreamWriterChannel.cpp @@ -1,12 +1,7 @@ /** - *----------------------------------------------------------------------------- - * Title : Data file writer utility. Channel interface. * ---------------------------------------------------------------------------- - * File : StreamWriterChannel.cpp - * Author : Ryan Herbst - * Created : 09/28/2016 - * Last update : 09/28/2016 - *----------------------------------------------------------------------------- + * Company : SLAC National Accelerator Laboratory + * ---------------------------------------------------------------------------- * Description : * Class to act as a slave interface to the StreamWriterChannel. Each * slave is associated with a tag. The tag is included in the bank header diff --git a/src/rogue/utilities/fileio/module.cpp b/src/rogue/utilities/fileio/module.cpp index 03655a773..9d1550874 100644 --- a/src/rogue/utilities/fileio/module.cpp +++ b/src/rogue/utilities/fileio/module.cpp @@ -1,14 +1,9 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module For Stream Interface * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: - * Python module setup + * Python Module For Stream Interface * ---------------------------------------------------------------------------- * This file is part of the rogue software platform. It is subject to * the license terms in the LICENSE.txt file found in the top-level directory diff --git a/src/rogue/utilities/module.cpp b/src/rogue/utilities/module.cpp index b962b2a54..b5efc6e16 100644 --- a/src/rogue/utilities/module.cpp +++ b/src/rogue/utilities/module.cpp @@ -1,11 +1,6 @@ /** - *----------------------------------------------------------------------------- - * Title : Python Module For Stream Interface * ---------------------------------------------------------------------------- - * File : module.cpp - * Author : Ryan Herbst, rherbst@slac.stanford.edu - * Created : 2016-08-08 - * Last update: 2016-08-08 + * Company : SLAC National Accelerator Laboratory * ---------------------------------------------------------------------------- * Description: * Python module setup