Compute Graph Framework SDK Reference
5.4.5418 Release
For Test and Development only

Deprecated List
Global dw::framework::Pass::m_avgTime
Global dw::framework::Pass::m_maxTime
Global dw::framework::Pass::m_minTime
Global dw::framework::SimpleNode::addPass (std::function< std::unique_ptr< Pass >(void)> createSetup, std::function< std::unique_ptr< Pass >(void)> createTeardown, Pass *pass)
Use registerPass() instead.
Global dw::framework::SimpleNode::make_port (Args &&... args)
Use initInputPort() / initInputArrayPort() / initOutputPort() / initOutputArrayPort() and getInputPort() / getInputPort(size_t) / getOutputPort() / getOutputPort(size_t) instead.
Global dw::framework::SimpleProcessNodeT< T >::createSetupPass () override
When using SimpleProcessNodeT as the base class for a concrete node this methods shouldn't be invoked since the base class provides a default implementation for the setup pass in SimpleProcessNodeT::setupImpl.
Global dw::framework::SimpleProcessNodeT< T >::createTeardownPass () override
When using SimpleProcessNodeT as the base class for a concrete node this methods shouldn't be invoked since the base class provides a default implementation for the setup pass in SimpleProcessNodeT::teardownImpl.
Global dw::framework::SimpleSensorNodeT< T >::createSetupPass () override
When using SimpleProcessNodeT as the base class for a concrete node this methods shouldn't be invoked since the base class provides a default implementation for the setup pass in SimpleProcessNodeT::setupImpl.
Global dw::framework::SimpleSensorNodeT< T >::createTeardownPass () override
When using SimpleProcessNodeT as the base class for a concrete node this methods shouldn't be invoked since the base class provides a default implementation for the setup pass in SimpleProcessNodeT::teardownImpl.