#include <ros/ros.h>#include <bwi_msgs/DoorHandlerInterface.h>#include <segbot_simulation_apps/door_handler.h>
Go to the source code of this file.
Functions | |
| bool | execute (bwi_msgs::DoorHandlerInterface::Request &req, bwi_msgs::DoorHandlerInterface::Response &res) |
| void | executeSingleTimeout (const ros::TimerEvent &, bwi_msgs::DoorHandlerInterface::Request req, boost::shared_ptr< ros::Timer > timer) |
| int | main (int argc, char *argv[]) |
Variables | |
| boost::shared_ptr < segbot_simulation_apps::DoorHandler > | gh_ |
| std::vector< boost::shared_ptr < ros::Timer > > | timeout_queue_ |
| bool execute | ( | bwi_msgs::DoorHandlerInterface::Request & | req, |
| bwi_msgs::DoorHandlerInterface::Response & | res | ||
| ) |
Definition at line 21 of file nodes/door_handler.cpp.
| void executeSingleTimeout | ( | const ros::TimerEvent & | , |
| bwi_msgs::DoorHandlerInterface::Request | req, | ||
| boost::shared_ptr< ros::Timer > | timer | ||
| ) |
Definition at line 9 of file nodes/door_handler.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 52 of file nodes/door_handler.cpp.
| boost::shared_ptr<segbot_simulation_apps::DoorHandler> gh_ |
Definition at line 6 of file nodes/door_handler.cpp.
| std::vector<boost::shared_ptr<ros::Timer> > timeout_queue_ |
Definition at line 7 of file nodes/door_handler.cpp.