VISR  0.11.7
Versatile Interactive Scene Renderer
integrity_checking.hpp File Reference
#include "export_symbols.hpp"
#include <iosfwd>

Go to the source code of this file.

Namespaces

 visr
 
 visr::impl
 
 visr::rrl
 

Functions

bool visr::rrl::checkConnectionIntegrity (Component const &component, bool hierarchical, std::ostream &messages)
 
bool visr::rrl::checkAudioConnectionIntegrity (Component const &component, bool hierarchical, std::ostream &messages)
 
bool visr::rrl::checkParameterConnectionIntegrity (Component const &component, bool hierarchical, std::ostream &messages)
 
bool visr::rrl::checkConnectionIntegrity (impl::ComponentImplementation const &component, bool hierarchical, std::ostream &messages)
 
bool visr::rrl::checkAudioConnectionIntegrity (impl::ComponentImplementation const &component, bool hierarchical, std::ostream &messages)
 
bool visr::rrl::checkParameterConnectionIntegrity (impl::ComponentImplementation const &component, bool hierarchical, std::ostream &messages)
 

Detailed Description

Checking functions for signal flow components. Functions are provided for checking the audio connections, parameter connections, or both. Functions check either only the current level of a composite signal flow (option hierarchical=false), or all contained components recursively (option hierarchical=true).