~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/py_cpp/PyConverter.hh

  • Committer: Christopher Hunt
  • Date: 2015-06-18 14:48:59 UTC
  • mfrom: (697.69.1 merge)
  • mto: (697.69.2 merge_hunt)
  • mto: This revision was merged to the branch mainline in revision 708.
  • Revision ID: christopher.hunt08@imperial.ac.uk-20150618144859-rki5ma1lv8722w41
Merged in latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 */
56
56
PyObject* py_wrap_data(PyObject* self, PyObject* args);
57
57
 
 
58
/** Python function to wrap job header data as a MAUS::JobHeaderData
 
59
 *
 
60
 *  Takes one argument, returns a PyObject* which is the new job header data
 
61
 */
 
62
PyObject* py_wrap_job_header_data(PyObject* self, PyObject* args);
 
63
 
 
64
/** Python function to wrap job footer data as a MAUS::JobFooterData
 
65
 *
 
66
 *  Takes one argument, returns a PyObject* which is the new job footer data
 
67
 */
 
68
PyObject* py_wrap_job_footer_data(PyObject* self, PyObject* args);
 
69
 
 
70
/** Python function to wrap run header data as a MAUS::RunHeaderData
 
71
 *
 
72
 *  Takes one argument, returns a PyObject* which is the new run header data
 
73
 */
 
74
PyObject* py_wrap_run_header_data(PyObject* self, PyObject* args);
 
75
 
 
76
/** Python function to wrap run footer data as a MAUS::RunFooterData
 
77
 *
 
78
 *  Takes one argument, returns a PyObject* which is the new run footer data
 
79
 */
 
80
PyObject* py_wrap_run_footer_data(PyObject* self, PyObject* args);
 
81
 
58
82
/** Python function to wrap data as a PyObject
59
83
 *
60
84
 *  Takes one argument, returns a PyObject* which is the new data