libdrmconf  0.10.4
A library to program DMR radios.
Public Member Functions | Protected Attributes | List of all members
D868UVFileReader::RadioIDElement Class Reference

Decodes a radio ID from the manufacturer CPS file. More...

#include <d868uv_filereader.hh>

Inheritance diagram for D868UVFileReader::RadioIDElement:
Inheritance graph
[legend]
Collaboration diagram for D868UVFileReader::RadioIDElement:
Collaboration graph
[legend]

Public Member Functions

 RadioIDElement (const uint8_t *ptr)
 Constructor for radio ID element.
 
uint8_t index () const
 Returns the index of the ID.
 
uint32_t id () const
 Returns the ID.
 
QString name () const
 Returns the name of the radio ID.
 
size_t size () const
 Returns the storage size of the element.
 
- Public Member Functions inherited from AnytoneFileReader::Element
virtual ~Element ()
 Destructor.
 

Protected Attributes

size_t _nameLength
 Holds 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

Decodes a radio ID from the manufacturer CPS file.


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