Class InputBase

Inheritance Relationships

Derived Types

Class Documentation

class InputBase

Subclassed by soar_ros::Input< typename T::Response::SharedPtr >, soar_ros::Input< typename T::Request::SharedPtr >, soar_ros::Input< T >

Public Functions

virtual void process_r2s() = 0

This function reads the queue and calls the parse function of the input to create new WM elements via parse function, cf. Input.