|
ASCO Aerial Autonomy
|
#include <aerial_autonomy/common/controller_status.h>#include <aerial_autonomy/common/html_utils.h>#include <iostream>
Functions | |
| bool | operator== (const ControllerStatus &controller_status, const ControllerStatus::Status &status_enum) |
| bool | operator== (const ControllerStatus &lhs_controller_status, const ControllerStatus &rhs_controller_status) |
| bool | operator!= (const ControllerStatus &lhs_controller_status, const ControllerStatus &rhs_controller_status) |
| ControllerStatus & | operator<< (ControllerStatus &cs, const double &data) |
| ControllerStatus & | operator<< (ControllerStatus &cs, const std::string &data) |
| bool operator!= | ( | const ControllerStatus & | lhs_controller_status, |
| const ControllerStatus & | rhs_controller_status | ||
| ) |
| lhs_controller_status | first controller status |
| rhs_controller_status | second controller status |
| ControllerStatus& operator<< | ( | ControllerStatus & | cs, |
| const double & | data | ||
| ) |
| cs | ControllerStatus instance |
| data | data to be input to controller status |
| ControllerStatus& operator<< | ( | ControllerStatus & | cs, |
| const std::string & | data | ||
| ) |
| cs | Controller status instance |
| data | header name |
| bool operator== | ( | const ControllerStatus & | controller_status, |
| const ControllerStatus::Status & | status_enum | ||
| ) |
| controller_status | The LHS which is a controller status |
| status_enum | The RHS which is an enum |
| bool operator== | ( | const ControllerStatus & | lhs_controller_status, |
| const ControllerStatus & | rhs_controller_status | ||
| ) |
| lhs_controller_status | first controller status |
| rhs_controller_status | second controller status |
1.8.6