mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Change silence handling (again) and handle CSBKs.
This commit is contained in:
parent
95b1473ebe
commit
9e7cde9fff
6 changed files with 163 additions and 95 deletions
5
CSBK.h
5
CSBK.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015,2016 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
|
||||
|
|
@ -45,13 +45,16 @@ public:
|
|||
|
||||
// For BS Dwn Act
|
||||
unsigned int getBSId() const;
|
||||
|
||||
unsigned int getSrcId() const;
|
||||
unsigned int getDstId() const;
|
||||
|
||||
private:
|
||||
CSBKO m_CSBKO;
|
||||
unsigned char m_FID;
|
||||
unsigned int m_bsId;
|
||||
unsigned int m_srcId;
|
||||
unsigned int m_dstId;
|
||||
bool m_valid;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue