.. _program_listing_file_include_parameter_window.hpp: Program Listing for File parameter_window.hpp ============================================= |exhale_lsh| :ref:`Return to documentation for file ` (``include/parameter_window.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef RIG_RECONFIGURE_PARAMETER_WINDOW_HPP #define RIG_RECONFIGURE_PARAMETER_WINDOW_HPP #include #include #include "parameter_tree.hpp" #include "service_wrapper.hpp" #include "utils.hpp" void renderParameterWindow(const char *windowName, const std::string &curSelectedNode, ServiceWrapper &serviceWrapper, ParameterTree &filteredParameterTree, std::string &filter, Status &status); #endif //RIG_RECONFIGURE_PARAMETER_WINDOW_HPP