aboutsummaryrefslogtreecommitdiffstats
path: root/src/dls.h
Commit message (Collapse)AuthorAgeFilesLines
* DLS: allow to use separate DL Plus item state fileStefan Pöschel2019-07-231-2/+2
|
* DLS: move label parsing to separate functionStefan Pöschel2019-07-231-0/+2
|
* DLS: add support to request DLS file re-readStefan Pöschel2018-11-111-0/+1
| | | | | | | | | | | A re-read of any of the used DLS files can now be requested by storing a file with the same filename which is suffixed by `.REQUEST_DLS_REREAD`. When the next PAD is going to be encoded and such a file is present, the encoder changes the current DLS file to the related DLS file, if needed (only applies if multiple DLS files are used). The DLS file is re-read and the request file is deleted. The DLS is also immediately inserted into the PAD transmission.
* Fix pedantic warnings and MakefileStefan Pöschel2017-08-241-3/+3
| | | | | | - fix pedantic warnings (binary literals) - remove orphaned path from compiler call - add C++11 standard and `-Wpedantic` to compiler call
* Make data group apptypes constantsStefan Pöschel2017-08-241-0/+3
|
* Rename managers to encodersStefan Pöschel2017-08-231-4/+4
|
* Move ANSI color tokens to common partStefan Pöschel2017-04-071-0/+1
|
* Hide/Move constantsStefan Pöschel2017-02-151-7/+6
|
* Small refactoringsStefan Pöschel2017-02-151-1/+11
|
* Slight refactoringsStefan Pöschel2017-02-111-14/+5
| | | | | | | | - DLSManager: store PADPacketizer ref - DABCharset: convert enum to enum class - DL cmd prefix: output reserved instead of charset (does not make a difference) - MOT header: get charset from enum class - .gitignore: add Eclipse files
* Move DLS stuff to new DLSManagerStefan Pöschel2017-02-111-0/+155