Add functions to set DSTAR message field.

This commit is contained in:
Ed Gonzalez 2015-08-26 14:41:06 -05:00
parent 8a210b587b
commit 253ab84a34
3 changed files with 31 additions and 2 deletions

View file

@ -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);