Workspace 6.21.5
Classes | Namespaces | Functions | Variables
pythonlogcapture.h File Reference
#include "Python.h"
#include "Workspace/Application/logmanager.h"
Include dependency graph for pythonlogcapture.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  WsCapture
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Python
 
namespace  CSIRO::Python::LogCapture
 

Functions

PyMODINIT_FUNC init_wsCapture (void)
 
void install_wsCapture ()
 
PyObject * WsCapture_flush (PyObject *, PyObject *)
 
PyObject * WsCapture_write (PyObject *, PyObject *args)
 

Variables

PyMethodDef WsCapture_methods []
 
PyTypeObject WsCaptureType