casa
5.7.0-16
|
#include <grpcViewerAdaptor.qo.h>
Public Member Functions | |
grpcViewerState (QtViewer *v) | |
~grpcViewerState () | |
Public Attributes | |
std::string | uri |
std::unique_ptr< grpc::Server > | server |
std::unique_ptr< grpcImageViewer > | viewer_service |
std::unique_ptr< grpcShutdown > | shutdown_service |
Definition at line 290 of file grpcViewerAdaptor.qo.h.
|
inline |
Definition at line 292 of file grpcViewerAdaptor.qo.h.
|
inline |
Definition at line 303 of file grpcViewerAdaptor.qo.h.
References casa::SynthesisUtils::getenv(), and server.
std::unique_ptr<grpc::Server> casa::grpcViewerState::server |
Definition at line 298 of file grpcViewerAdaptor.qo.h.
Referenced by ~grpcViewerState().
std::unique_ptr<grpcShutdown> casa::grpcViewerState::shutdown_service |
Definition at line 301 of file grpcViewerAdaptor.qo.h.
std::string casa::grpcViewerState::uri |
Definition at line 296 of file grpcViewerAdaptor.qo.h.
std::unique_ptr<grpcImageViewer> casa::grpcViewerState::viewer_service |
Definition at line 300 of file grpcViewerAdaptor.qo.h.