aboutsummaryrefslogtreecommitdiffstats
path: root/src/dls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Make data group apptypes constantsStefan Pöschel2017-08-241-3/+6
|
* Rename managers to encodersStefan Pöschel2017-08-231-15/+15
|
* DLS: small debug fixesStefan Pöschel2017-08-231-3/+2
|
* Move ANSI color tokens to common partStefan Pöschel2017-04-071-1/+1
|
* DLS: emit warning on shortened oversized textStefan Pöschel2017-02-171-1/+3
|
* Hide/Move constantsStefan Pöschel2017-02-151-1/+0
|
* Small refactoringsStefan Pöschel2017-02-151-13/+9
|
* DLS/SLS: use ANSI colors for label/filenameStefan Pöschel2017-02-111-1/+1
|
* Slight refactoringsStefan Pöschel2017-02-111-13/+13
| | | | | | | | - 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/+350