ifw-slm 0.1.2
 
Loading...
Searching...
No Matches
loopCompletionHandler.hpp File Reference

Interface for loop completion event handling. More...

#include <string>
#include <memory>
#include <rad/application.hpp>

Go to the source code of this file.

Classes

class  ifw::slm::LoopCompletionHandler
 Interface for handling loop completion events. More...
 

Namespaces

namespace  ifw
 
namespace  ifw::slm
 

Functions

std::unique_ptr< LoopCompletionHandlerifw::slm::CreateLoopCompletionHandler (rad::Application &appl)
 Factory function to create LoopCompletionHandler instances.
 

Detailed Description

Interface for loop completion event handling.

This interface provides a clean way for application-level loop implementations to signal completion without exposing internal framework events.