#include <time.hpp>
◆ Time() [1/5]
◆ Time() [2/5]
◆ Time() [3/5]
      
        
          | rclcpp::Time::Time  | 
          ( | 
          const Time &  | 
          rhs | ) | 
           | 
        
      
 
 
◆ Time() [4/5]
◆ Time() [5/5]
◆ ~Time()
  
  
      
        
          | virtual rclcpp::Time::~Time  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ operator builtin_interfaces::msg::Time()
      
        
          | rclcpp::Time::operator builtin_interfaces::msg::Time  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ operator=() [1/2]
      
        
          | Time& rclcpp::Time::operator=  | 
          ( | 
          const Time &  | 
          rhs | ) | 
           | 
        
      
 
 
◆ operator=() [2/2]
      
        
          | Time& rclcpp::Time::operator=  | 
          ( | 
          const builtin_interfaces::msg::Time &  | 
          time_msg | ) | 
           | 
        
      
 
 
◆ operator==()
      
        
          | bool rclcpp::Time::operator==  | 
          ( | 
          const rclcpp::Time &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator!=()
      
        
          | bool rclcpp::Time::operator!=  | 
          ( | 
          const rclcpp::Time &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator<()
      
        
          | bool rclcpp::Time::operator<  | 
          ( | 
          const rclcpp::Time &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator<=()
      
        
          | bool rclcpp::Time::operator<=  | 
          ( | 
          const rclcpp::Time &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator>=()
      
        
          | bool rclcpp::Time::operator>=  | 
          ( | 
          const rclcpp::Time &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator>()
      
        
          | bool rclcpp::Time::operator>  | 
          ( | 
          const rclcpp::Time &  | 
          rhs | ) | 
           const | 
        
      
 
 
◆ operator+()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ nanoseconds()
◆ max()
  
  
      
        
          | static Time rclcpp::Time::max  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ seconds()
      
        
          | double rclcpp::Time::seconds  | 
          ( | 
           | ) | 
           const | 
        
      
 
- Returns
 - the seconds since epoch as a floating point number. 
 
- Warning
 - Depending on sizeof(double) there could be significant precision loss. When an exact time is required use nanoseconds() instead. 
 
 
 
◆ get_clock_type()
The documentation for this class was generated from the following file: