
Public Member Functions | |
| bool | executeInternalCommand (const std::string &cmd) | 
| void | issueConfigCmd (const std::string &cmd) | 
| void | onInit () | 
| void | serviceLoopCb (const ros::TimerEvent &event) | 
  Public Member Functions inherited from nodelet::Nodelet | |
| void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) | 
| Nodelet () | |
| virtual | ~Nodelet () | 
Private Attributes | |
| ros::ServiceClient | client_ | 
| ros::Timer | serviceCbTimer_ | 
Additional Inherited Members | |
  Protected Member Functions inherited from nodelet::Nodelet | |
| ros::CallbackQueueInterface & | getMTCallbackQueue () const | 
| ros::NodeHandle & | getMTNodeHandle () const | 
| ros::NodeHandle & | getMTPrivateNodeHandle () const | 
| const V_string & | getMyArgv () const | 
| const std::string & | getName () const | 
| ros::NodeHandle & | getNodeHandle () const | 
| ros::NodeHandle & | getPrivateNodeHandle () const | 
| const M_string & | getRemappingArgs () const | 
| ros::CallbackQueueInterface & | getSTCallbackQueue () const | 
| std::string | getSuffixedName (const std::string &suffix) const | 
Nodelet which configures Oem7 receiver. Sends Oem7 commands using 'Oem7Cmd' service. The commands are obtained from Global parameters.
Definition at line 53 of file oem7_config_nodelet.cpp.
      
  | 
  inline | 
Executes Driver-specific command, like PAUSE.
Definition at line 105 of file oem7_config_nodelet.cpp.
      
  | 
  inline | 
Issues Oem7 configuration command
| cmd | The command to issue | 
Definition at line 137 of file oem7_config_nodelet.cpp.
      
  | 
  inlinevirtual | 
Oem7Cmd service Initializes the Config nodelet: Connects to Oem7 Cmd service and launches the configuration.
Implements nodelet::Nodelet.
Definition at line 63 of file oem7_config_nodelet.cpp.
      
  | 
  inline | 
Service loop, obtains and sends the configuration commands sequentially, waiting for a response from a previous command before sending the next one.
Definition at line 76 of file oem7_config_nodelet.cpp.
      
  | 
  private | 
Definition at line 56 of file oem7_config_nodelet.cpp.
      
  | 
  private | 
Timer used to execute main service callback.
Definition at line 55 of file oem7_config_nodelet.cpp.