|
libdrmconf
0.10.4
A library to program DMR radios.
|
Base class for all elements in the codeplug file. More...
#include <anytone_filereader.hh>

Public Member Functions | |
| virtual | ~Element () |
| Destructor. | |
| virtual size_t | size () const =0 |
| Returns the storage size of the element. | |
Protected Member Functions | |
| Element (const uint8_t *ptr) | |
| Hidden constructor. | |
Protected Attributes | |
| const uint8_t * | _data |
| Pointer to the actual element. | |
Base class for all elements in the codeplug file.