realtime_tools Logo
  • C++ API
    • Page Hierarchy
    • Class Hierarchy
    • File Hierarchy
    • Full C++ API
      • Namespaces
      • Classes and Structs
      • Functions
      • Variables
      • Typedefs
      • Directories
      • Files
      • Pages
        • Deprecated List
  • Standard Documents
  • Documentation
  • Index
realtime_tools
  • C++ API
  • Deprecated List
  • View page source

Deprecated List

Member realtime_tools::RealtimeBoxBase< T, mutex_type >::get  (T &in) const

Use get(const std::function<void(const T &)> & func) instead!

Member realtime_tools::RealtimeBoxBase< T, mutex_type >::set  (const T &value)

Use set(const std::function<void(T &)> & func) instead!

Member realtime_tools::RealtimeBoxBase< T, mutex_type >::tryGet  () const

Use try_get() instead!

Member realtime_tools::RealtimeBoxBase< T, mutex_type >::tryGet  (const std::function< void(const T &)> &func)

Use try_get(const std::function<void(const T &)> & func) instead!

Member realtime_tools::RealtimeBoxBase< T, mutex_type >::trySet  (const T &value)

Use try_set(const T & value) instead!

Member realtime_tools::RealtimeBoxBase< T, mutex_type >::trySet  (const std::function< void(T &)> &func)

Use try_set(const std::function<void(T &)> & func) instead!

Member realtime_tools::RealtimeClock::getSystemTime  (const rclcpp::Time &realtime_time=rclcpp::Time())

use now() instead.

Previous Next

© Copyright 2024, ros2_control development team.

Built with Sphinx using a theme provided by Read the Docs.