mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Beginnings of allowing for local POCSAG message transmissions.
This commit is contained in:
parent
ec986d97ee
commit
9b2352c877
5 changed files with 45 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ public:
|
|||
CPOCSAGControl(CPOCSAGNetwork* network, CDisplay* display);
|
||||
~CPOCSAGControl();
|
||||
|
||||
void sendPage(unsigned int ric, const std::string& text);
|
||||
|
||||
unsigned int readModem(unsigned char* data);
|
||||
|
||||
void clock(unsigned int ms);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue