|
rogue
|
Namespaces | |
| namespace | api |
| namespace | memory |
| namespace | stream |
Classes | |
| class | ZmqClient |
| ZeroMQ client for Rogue control and update messaging. More... | |
| class | ZmqClientWrap |
Python-overridable wrapper for ZmqClient. More... | |
| class | ZmqServer |
| ZeroMQ server for Rogue control, request/reply, and publish updates. More... | |
| class | ZmqServerWrap |
Python-overridable wrapper for ZmqServer. More... | |
Typedefs | |
| typedef std::shared_ptr< rogue::interfaces::ZmqClient > | ZmqClientPtr |
| typedef std::shared_ptr< rogue::interfaces::ZmqClientWrap > | ZmqClientWrapPtr |
| typedef std::shared_ptr< rogue::interfaces::ZmqServer > | ZmqServerPtr |
| typedef std::shared_ptr< rogue::interfaces::ZmqServerWrap > | ZmqServerWrapPtr |
Functions | |
| void | setup_module () |
| typedef std::shared_ptr<rogue::interfaces::ZmqClient> rogue::interfaces::ZmqClientPtr |
Definition at line 177 of file ZmqClient.h.
| typedef std::shared_ptr<rogue::interfaces::ZmqClientWrap> rogue::interfaces::ZmqClientWrapPtr |
Definition at line 213 of file ZmqClient.h.
| typedef std::shared_ptr<rogue::interfaces::ZmqServer> rogue::interfaces::ZmqServerPtr |
Definition at line 146 of file ZmqServer.h.
| typedef std::shared_ptr<rogue::interfaces::ZmqServerWrap> rogue::interfaces::ZmqServerWrapPtr |
Definition at line 205 of file ZmqServer.h.
| void rogue::interfaces::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 31 of file module.cpp.