VISR  0.11.8
Versatile Interactive Scene Renderer
visr::rrl::test Namespace Reference

Functions

 BOOST_AUTO_TEST_CASE (CheckAtomicComponent)
 
 BOOST_AUTO_TEST_CASE (CheckCompositeComponent)
 
 BOOST_AUTO_TEST_CASE (CheckTwoLevelCompositeComponent)
 
 BOOST_AUTO_TEST_CASE (CheckRecursiveCompositeComponentNoAtom)
 
 BOOST_AUTO_TEST_CASE (CheckRecursiveCompositeComponent)
 
 BOOST_AUTO_TEST_CASE (CheckParamConnection)
 

Function Documentation

visr::rrl::test::BOOST_AUTO_TEST_CASE ( CheckParamConnection  )
visr::rrl::test::BOOST_AUTO_TEST_CASE ( CheckAtomicComponent  )
visr::rrl::test::BOOST_AUTO_TEST_CASE ( CheckCompositeComponent  )
visr::rrl::test::BOOST_AUTO_TEST_CASE ( CheckTwoLevelCompositeComponent  )
visr::rrl::test::BOOST_AUTO_TEST_CASE ( CheckRecursiveCompositeComponentNoAtom  )

Check the instantiation of a recursive hierachical signal flow that hast a composite component at the lowest level which interconnect the input to the output. The flattening algorithms results in a direct interconnection of the top-level capture to the top-level playback port.

visr::rrl::test::BOOST_AUTO_TEST_CASE ( CheckRecursiveCompositeComponent  )

Check the instantiation of a recursive hierachical signal flow that instantiates a single component at the lowest level and interconnects the inputs and outputs through all composite levels.