psana_python/src/PdsProcInfo.cpp File Reference

#include "psana_python/PdsProcInfo.h"
#include "psana_python/PdsSrc.h"

Go to the source code of this file.

Functions

PyObjectPdsProcInfo_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds)
PyObjectPdsProcInfo_processId (PyObject *self, PyObject *)
PyObjectPdsProcInfo_ipAddr (PyObject *self, PyObject *)
PyObjectPdsProcInfo_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds)
PyObjectPdsProcInfo_processId (PyObject *self, PyObject *)
PyObjectPdsProcInfo_ipAddr (PyObject *self, PyObject *)

Variables

PyMethodDef methods []
char typedoc []


Function Documentation

PyObject* @825::PdsProcInfo_ipAddr ( PyObject self,
PyObject  
) [static]

Definition at line 100 of file PdsProcInfo.cpp.

References pytools::PyDataType< ConcreteType, CppType >::cppObject().

PyObject* @824::PdsProcInfo_ipAddr ( PyObject self,
PyObject  
) [static]

PyObject* @825::PdsProcInfo_new ( PyTypeObject *  subtype,
PyObject args,
PyObject kwds 
) [static]

Definition at line 72 of file PdsProcInfo.cpp.

References plot_analyze::args, pytools::PyDataType< ConcreteType, CppType >::m_obj, and Type::Type().

PyObject* @824::PdsProcInfo_new ( PyTypeObject *  subtype,
PyObject args,
PyObject kwds 
) [static]

Referenced by psana_python::PdsProcInfo::initType().

PyObject* @825::PdsProcInfo_processId ( PyObject self,
PyObject  
) [static]

Definition at line 93 of file PdsProcInfo.cpp.

References pytools::PyDataType< ConcreteType, CppType >::cppObject().

PyObject* @824::PdsProcInfo_processId ( PyObject self,
PyObject  
) [static]


Variable Documentation

PyMethodDef methods[] [static]

Initial value:

 {
    { "processId",   PdsProcInfo_processId,  METH_NOARGS, "self.processId() -> int\n\nReturns process ID number." },
    { "ipAddr",      PdsProcInfo_ipAddr,     METH_NOARGS, "self.ipAddr() -> int\n\nReturns IP address as integer number." },
    {0, 0, 0, 0}
   }

Definition at line 40 of file PdsProcInfo.cpp.

char typedoc[] [static]

Initial value:

 "Class which defines detector-level addresses.\n"
      "Constructor takes three arguments, all of them "
      "should be integer numbers: level, process ID, and IP address."

Definition at line 46 of file PdsProcInfo.cpp.


Generated on 19 Dec 2016 for PSDMSoftware by  doxygen 1.4.7