Missing documentation for Tag members that return numeric and raw data handlers

Issue #150 closed
Paolo Brandoli repo owner created an issue

The following members of the Tag class don't have any documentation:

  • ReadingDataHandlerNumeric* getReadingDataHandlerNumeric(size_t bufferId) const;
  • ReadingDataHandlerNumeric* getReadingDataHandlerRaw(size_t bufferId) const;
  • WritingDataHandlerNumeric* getWritingDataHandlerNumeric(size_t bufferId);
  • WritingDataHandlerNumeric* getWritingDataHandlerRaw(size_t bufferId);

Comments (5)

  1. Log in to comment