|
RTC Toolkit 5.1.0
|
A structure to hold the arguments passed with one of the Add methods. More...
#include <rtctk/componentFramework/repositoryIf.hpp>
Public Member Functions | |
| Parameters ()=default | |
| Parameters (const DataPointPath &path, void *buffer, const std::type_info &type, const std::function< void()> &callback) | |
| Allows to explicitly construct a complete parameters structure. | |
| const DataPointPath & | GetPath () const |
| void * | GetBuffer () const |
| const std::type_info & | GetType () const |
| const std::function< void()> & | GetCallback () const |
A structure to hold the arguments passed with one of the Add methods.
|
inlineexplicit |
Allows to explicitly construct a complete parameters structure.
| [in] | path | The datapoint path to read. |
| [in] | buffer | Pointer to the data object that will be filled with the read data. |
| [in] | type | The type of the object pointed to by buffer. |
| [in] | callback | The callback function to invoke once the buffer is filled. |
|
inline |
|
inline |
|
inline |
|
inline |