ADTF
Loading...
Searching...
No Matches
ddl::mapping::Updateable Class Reference

Updateable interface class. More...

#include <mapper_interfaces.h>

Inherited by ddl::mapping::Target.

Public Member Functions

virtual void updateBegin (std::chrono::nanoseconds)
 Function callback interface that is called before a value will be updated.
 
virtual void updateEnd ()
 Function callback interface that is called after a value was updated.
 
virtual void reset ()
 Function callback interface that is called if a value is about to be reset.
 

Detailed Description

Updateable interface class.

Member Function Documentation

◆ reset()

virtual void ddl::mapping::Updateable::reset ( )
inlinevirtual

Function callback interface that is called if a value is about to be reset.

Reimplemented in ddl::mapping::MemoryTarget.

◆ updateEnd()

virtual void ddl::mapping::Updateable::updateEnd ( )
inlinevirtual

Function callback interface that is called after a value was updated.

Reimplemented in ddl::mapping::DDLTarget.


The documentation for this class was generated from the following file: