Commits
29 29 | |
30 30 | |
31 31 | |
32 32 | |
33 33 | |
34 34 | |
35 35 | |
36 36 | |
37 37 | |
38 38 | |
39 + | |
39 40 | |
40 41 | namespace casa { |
41 42 | |
42 43 | |
43 44 | QtPlotServer::QtPlotServer( const char *server_string, const char *event_sink, const char *logfile ) { |
44 45 | static const auto debug = getenv("GRPC_DEBUG"); |
45 46 | |
46 47 | grpcPlotServerState *state = new grpcPlotServerState( event_sink, this ); |
47 48 | |
48 49 | //*** |