mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-04 13:57:32 +00:00
Add functions to set DSTAR message field.
This commit is contained in:
parent
8a210b587b
commit
253ab84a34
3 changed files with 31 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ void sched_waveform_setDepartureRptr(uint32 slice , const char * departure_rptr
|
|||
void sched_waveform_setCompanionCall( uint32 slice, const char * companion_call);
|
||||
void sched_waveform_setOwnCall1( uint32 slice , const char * owncall1 );
|
||||
void sched_waveform_setOwnCall2(uint32 slice , const char * owncall2 );
|
||||
void sched_waveform_setMessage( uint32 slice, const char * message);
|
||||
|
||||
void sched_waveform_sendStatus(uint32 slice);
|
||||
void sched_waveform_setFD(int fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue