|
rogue
|
#include "rogue/Directives.h"#include <memory>#include <string>#include <thread>#include "rogue/Logging.h"#include <boost/python.hpp>Go to the source code of this file.
Classes | |
| class | rogue::interfaces::ZmqClient |
| ZeroMQ client for Rogue control and update messaging. More... | |
| class | rogue::interfaces::ZmqClientWrap |
Python-overridable wrapper for ZmqClient. More... | |
Namespaces | |
| namespace | rogue |
| namespace | rogue::interfaces |
Typedefs | |
| typedef std::shared_ptr< rogue::interfaces::ZmqClient > | rogue::interfaces::ZmqClientPtr |
| typedef std::shared_ptr< rogue::interfaces::ZmqClientWrap > | rogue::interfaces::ZmqClientWrapPtr |