|
rogue
|
Classes | |
| class | Application |
| Packetizer application endpoint. More... | |
| class | Controller |
| Packetizer base controller. More... | |
| class | ControllerV1 |
| Packetizer controller implementation for protocol v1. More... | |
| class | ControllerV2 |
| Packetizer controller implementation for protocol v2. More... | |
| class | Core |
| Packetizer core wiring object. More... | |
| class | CoreV2 |
| Packetizer v2 core wiring object. More... | |
| class | Transport |
| Packetizer transport endpoint. More... | |
Typedefs | |
| typedef std::shared_ptr< rogue::protocols::packetizer::Application > | ApplicationPtr |
| typedef std::shared_ptr< rogue::protocols::packetizer::Controller > | ControllerPtr |
| typedef std::shared_ptr< rogue::protocols::packetizer::ControllerV1 > | ControllerV1Ptr |
| typedef std::shared_ptr< rogue::protocols::packetizer::ControllerV2 > | ControllerV2Ptr |
| typedef std::shared_ptr< rogue::protocols::packetizer::Core > | CorePtr |
| typedef std::shared_ptr< rogue::protocols::packetizer::CoreV2 > | CoreV2Ptr |
| typedef std::shared_ptr< rogue::protocols::packetizer::Transport > | TransportPtr |
Functions | |
| void | setup_module () |
| typedef std::shared_ptr<rogue::protocols::packetizer::Application> rogue::protocols::packetizer::ApplicationPtr |
Definition at line 123 of file Application.h.
| typedef std::shared_ptr<rogue::protocols::packetizer::Controller> rogue::protocols::packetizer::ControllerPtr |
Definition at line 140 of file Controller.h.
| typedef std::shared_ptr<rogue::protocols::packetizer::ControllerV1> rogue::protocols::packetizer::ControllerV1Ptr |
Definition at line 102 of file ControllerV1.h.
| typedef std::shared_ptr<rogue::protocols::packetizer::ControllerV2> rogue::protocols::packetizer::ControllerV2Ptr |
Definition at line 113 of file ControllerV2.h.
| typedef std::shared_ptr<rogue::protocols::packetizer::Core> rogue::protocols::packetizer::CorePtr |
| typedef std::shared_ptr<rogue::protocols::packetizer::CoreV2> rogue::protocols::packetizer::CoreV2Ptr |
| typedef std::shared_ptr<rogue::protocols::packetizer::Transport> rogue::protocols::packetizer::TransportPtr |
Definition at line 109 of file Transport.h.
| void rogue::protocols::packetizer::setup_module | ( | ) |
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
Definition at line 32 of file module.cpp.