Functions | |
| PyObject * | create (PyObject *, PyObject *args) |
| Create an instance of SignalBase. More... | |
| PyObject * | createSignalWrapper (PyObject *, PyObject *args) |
| Create an instance of SignalWrapper. More... | |
| PyObject * | getTime (PyObject *self, PyObject *args) |
| PyObject * | setTime (PyObject *self, PyObject *args) |
| PyObject * | getName (PyObject *self, PyObject *args) |
| PyObject * | getClassName (PyObject *self, PyObject *args) |
| PyObject * | display (PyObject *self, PyObject *args) |
| PyObject * | displayDependencies (PyObject *self, PyObject *args) |
| PyObject * | getValue (PyObject *self, PyObject *args) |
| PyObject * | setValue (PyObject *self, PyObject *args) |
| PyObject * | recompute (PyObject *self, PyObject *args) |
| PyObject * | unplug (PyObject *self, PyObject *args) |
| PyObject * | isPlugged (PyObject *self, PyObject *args) |
| PyObject * | getPlugged (PyObject *self, PyObject *args) |
| static void | destroy (void *self) |
| Destroy an instance of InvertedPendulum. More... | |
| template<class T > | |
| SignalWrapper< T, int > * | createSignalWrapperTpl (const char *name, PyObject *o, std::string &error) |
| PythonSignalContainer * | getPythonSignalContainer () |
| PyObject * dynamicgraph::python::signalBase::create | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
Create an instance of SignalBase.
References destroy().
| PyObject * dynamicgraph::python::signalBase::createSignalWrapper | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
Create an instance of SignalWrapper.
References destroy(), getPythonSignalContainer(), SIGNAL_WRAPPER_TYPE, and dynamicgraph::python::PythonSignalContainer::signalRegistration().
| SignalWrapper<T, int>* dynamicgraph::python::signalBase::createSignalWrapperTpl | ( | const char * | name, |
| PyObject * | o, | ||
| std::string & | error | ||
| ) |
|
static |
Destroy an instance of InvertedPendulum.
Referenced by create(), and createSignalWrapper().
| PyObject * dynamicgraph::python::signalBase::display | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::display().
| PyObject * dynamicgraph::python::signalBase::displayDependencies | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::displayDependencies().
| PyObject * dynamicgraph::python::signalBase::getClassName | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::getClassName().
| PyObject * dynamicgraph::python::signalBase::getName | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::getName().
| PyObject * dynamicgraph::python::signalBase::getPlugged | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
| PythonSignalContainer* dynamicgraph::python::signalBase::getPythonSignalContainer | ( | ) |
| PyObject * dynamicgraph::python::signalBase::getTime | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References SignalBase< int >::getTime().
| PyObject * dynamicgraph::python::signalBase::getValue | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
| PyObject * dynamicgraph::python::signalBase::isPlugged | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::isPlugged().
| PyObject * dynamicgraph::python::signalBase::recompute | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::recompute().
| PyObject * dynamicgraph::python::signalBase::setTime | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References SignalBase< int >::setTime().
| PyObject * dynamicgraph::python::signalBase::setValue | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::set().
| PyObject * dynamicgraph::python::signalBase::unplug | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::unplug().