libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
D868UVFileReader::AnalogContactElement Class Reference

Represents an analog contact within the manufacturer CPS file. More...

#include <d868uv_filereader.hh>

Inheritance diagram for D868UVFileReader::AnalogContactElement:
Collaboration diagram for D868UVFileReader::AnalogContactElement:

Public Member Functions

 AnalogContactElement (const uint8_t *ptr)
 Constructor.
uint8_t index () const
 Returns the index of the analog contact.
QString number () const
 Returns the number.
QString name () const
 Returns the name.
size_t size () const
 Returns the storage size of the element.
Public Member Functions inherited from AnytoneFileReader::Element
virtual ~Element ()
 Destructor.

Protected Attributes

uint8_t _numberLength
 Returns the length of the number.
size_t _nameLength
 Returns the length of the name.
Protected Attributes inherited from AnytoneFileReader::Element
const uint8_t * _data
 Pointer to the actual element.

Additional Inherited Members

Protected Member Functions inherited from AnytoneFileReader::Element
 Element (const uint8_t *ptr)
 Hidden constructor.

Detailed Description

Represents an analog contact within the manufacturer CPS file.

Member Function Documentation

◆ size()

size_t D868UVFileReader::AnalogContactElement::size ( ) const
virtual

Returns the storage size of the element.

Implements AnytoneFileReader::Element.


The documentation for this class was generated from the following files:
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/d868uv_filereader.hh
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/d868uv_filereader.cc