mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Regenerate the odd VW mode message after the header.
This commit is contained in:
parent
d92d41b4fd
commit
040ea4a15c
4 changed files with 96 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2016,2017 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2016,2017,2020 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -38,7 +38,10 @@ public:
|
|||
|
||||
bool processDataFRModeData(unsigned char* bytes, unsigned char fn, bool gateway = false);
|
||||
|
||||
unsigned int processVoiceFRModeAudio(unsigned char* bytes);
|
||||
bool processVoiceFRModeData(unsigned char* bytes);
|
||||
|
||||
unsigned int processVoiceFRModeAudio2(unsigned char* bytes);
|
||||
unsigned int processVoiceFRModeAudio5(unsigned char* bytes);
|
||||
|
||||
void writeHeader(unsigned char* data, const unsigned char* csd1, const unsigned char* csd2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue