|
Dev Essential
|
interface definition for source triggers. More...
#include <mapping_engine.h>
Public Member Functions | |
| virtual | ~ISourceTrigger ()=default |
| DTOR. | |
| virtual bool | update (std::chrono::nanoseconds time, std::shared_ptr< const Memory > memory)=0 |
| Update the source with current time and memory (if memory source) | |
interface definition for source triggers.
|
pure virtual |
Update the source with current time and memory (if memory source)
| time | the time for the source |
| memory | the current memory buffer for the source |