RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
rtctk::componentFramework::OldbAdapter::MethodsRecord Struct Reference

Structure of method pointers to methods that implement certain OLDB operations for a specific datapoint type. More...

#include <oldbAdapter.hpp>

Public Attributes

void(OldbAdapter::* read_metadata_method )(detail::ReadMetaDataRequest &)
 
void(OldbAdapter::* write_metadata_method )(detail::WriteMetaDataRequest &)
 
void(OldbAdapter::* delete_method )(const elt::mal::Uri &)
 
void(OldbAdapter::* subscribe_method )(detail::ValueSubscribeRequest &)
 

Detailed Description

Structure of method pointers to methods that implement certain OLDB operations for a specific datapoint type.

This is effectively the table entry for S_TYPE_DISPATCH_TABLE.

Member Data Documentation

◆ delete_method

void(OldbAdapter::* rtctk::componentFramework::OldbAdapter::MethodsRecord::delete_method) (const elt::mal::Uri &)

◆ read_metadata_method

void(OldbAdapter::* rtctk::componentFramework::OldbAdapter::MethodsRecord::read_metadata_method) (detail::ReadMetaDataRequest &)

◆ subscribe_method

void(OldbAdapter::* rtctk::componentFramework::OldbAdapter::MethodsRecord::subscribe_method) (detail::ValueSubscribeRequest &)

◆ write_metadata_method

void(OldbAdapter::* rtctk::componentFramework::OldbAdapter::MethodsRecord::write_metadata_method) (detail::WriteMetaDataRequest &)

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