rodbus (C++ API) 1.3.1
Loading...
Searching...
No Matches
rodbus::DatabaseCallback Class Referenceabstract

Callback used to access the internal database while it is locked. More...

#include <rodbus.hpp>

Inheritance diagram for rodbus::DatabaseCallback:
rodbus::functional::DatabaseCallbackLambda< T >

Public Member Functions

virtual void callback (Database &database)=0
 callback function More...
 

Detailed Description

Callback used to access the internal database while it is locked.

Note
this class is an "interface" and only has virtual methods, some of which may have default implementations.

Member Function Documentation

◆ callback()

virtual void rodbus::DatabaseCallback::callback ( Database database)
pure virtual

callback function

Parameters
databaseDatabase on which to perform updates

Implemented in rodbus::functional::DatabaseCallbackLambda< T >.


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