Convert ros::Duration / ros::WallDuration into a float. More...
#include <pybind_rosmsg_typecasters.h>
Public Member Functions | |
bool | load (handle src, bool convert) |
PYBIND11_TYPE_CASTER (T, _("Duration")) | |
Static Public Member Functions | |
static handle | cast (T &&src, return_value_policy, handle) |
Convert ros::Duration / ros::WallDuration into a float.
Definition at line 61 of file pybind_rosmsg_typecasters.h.
|
inlinestatic |
Definition at line 64 of file pybind_rosmsg_typecasters.h.
|
inline |
Definition at line 70 of file pybind_rosmsg_typecasters.h.
pybind11::detail::DurationCaster< T >::PYBIND11_TYPE_CASTER | ( | T | , |
_("Duration") | |||
) |