reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
python_time.h
Go to the documentation of this file.
1
35PyObject* py_lf_time_logical(PyObject* self, PyObject* args);
36PyObject* py_lf_time_logical_elapsed(PyObject* self, PyObject* args);
37PyObject* py_lf_time_physical(PyObject* self, PyObject* args);
38PyObject* py_lf_time_physical_elapsed(PyObject* self, PyObject* args);
39PyObject* py_lf_time_start(PyObject* self, PyObject* args);
40
41extern PyTypeObject PyTimeType;
42
43extern PyMethodDef PyTimeTypeMethods[];
44extern PyTypeObject PyTimeType;
PyObject * py_lf_time_start(PyObject *self, PyObject *args)
Definition python_time.c:69
PyObject * py_lf_time_logical_elapsed(PyObject *self, PyObject *args)
Definition python_time.c:50
PyTypeObject PyTimeType
Definition python_time.h:44
PyMethodDef PyTimeTypeMethods[]
Definition python_time.c:73
PyObject * py_lf_time_physical(PyObject *self, PyObject *args)
Definition python_time.c:57
PyObject * py_lf_time_physical_elapsed(PyObject *self, PyObject *args)
Definition python_time.c:62
PyObject * py_lf_time_logical(PyObject *self, PyObject *args)
Definition python_time.c:43