You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/p25/lc/tsbk
Bryan Biedenkapp 5fad767288
rename TSBK_RAW to OSP_TSBK_RAW; add similar raw support to CSBK outbounds;
3 years ago
..
IOSP_ACK_RSP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_ACK_RSP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_CALL_ALRT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_CALL_ALRT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_EXT_FNCT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_EXT_FNCT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_GRP_AFF.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_GRP_AFF.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_GRP_VCH.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_GRP_VCH.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_MSG_UPDT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_MSG_UPDT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_RAD_MON.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_RAD_MON.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_STS_UPDT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_STS_UPDT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_UU_ANS.cpp fix issue with target address being target ID for IOSP_UU_VCH; 3 years ago
IOSP_UU_ANS.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_UU_VCH.cpp fix issue with target address being target ID for IOSP_UU_VCH; 3 years ago
IOSP_UU_VCH.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
IOSP_U_REG.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
IOSP_U_REG.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_AUTH_FNE_RST.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_AUTH_FNE_RST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_AUTH_RESP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_AUTH_RESP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_AUTH_SU_DMD.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_AUTH_SU_DMD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_CAN_SRV_REQ.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_CAN_SRV_REQ.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_EMERG_ALRM_REQ.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_EMERG_ALRM_REQ.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_GRP_AFF_Q_RSP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_GRP_AFF_Q_RSP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_LOC_REG_REQ.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_LOC_REG_REQ.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_SNDCP_CH_REQ.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_SNDCP_CH_REQ.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
ISP_U_DEREG_REQ.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
ISP_U_DEREG_REQ.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_IOSP_ACK_RSP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_IOSP_ACK_RSP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_IOSP_CALL_ALRT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_IOSP_CALL_ALRT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_IOSP_EXT_FNCT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_IOSP_EXT_FNCT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_IOSP_GRP_AFF.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_IOSP_GRP_AFF.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_IOSP_MSG_UPDT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_IOSP_MSG_UPDT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_IOSP_STS_UPDT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_IOSP_STS_UPDT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_ISP_AUTH_RESP_M.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_ISP_AUTH_RESP_M.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_ISP_AUTH_SU_DMD.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_ISP_AUTH_SU_DMD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_ISP_CAN_SRV_REQ.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
MBT_ISP_CAN_SRV_REQ.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_ADJ_STS_BCAST.cpp P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_ADJ_STS_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_AUTH_DMD.cpp P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_AUTH_DMD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_NET_STS_BCAST.cpp P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_NET_STS_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_RFSS_STS_BCAST.cpp P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
MBT_OSP_RFSS_STS_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_ADJ_STS_BCAST.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_ADJ_STS_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_AUTH_FNE_RESP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_AUTH_FNE_RESP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_DENY_RSP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_DENY_RSP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_DVM_GIT_HASH.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_DVM_GIT_HASH.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_DVM_LC_CALL_TERM.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_DVM_LC_CALL_TERM.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_GRP_AFF_Q.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_GRP_AFF_Q.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_GRP_VCH_GRANT_UPD.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_GRP_VCH_GRANT_UPD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_IDEN_UP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_IDEN_UP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_IDEN_UP_VU.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_IDEN_UP_VU.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_LOC_REG_RSP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_LOC_REG_RSP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_MOT_CC_BSI.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_MOT_CC_BSI.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_MOT_GRG_ADD.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_MOT_GRG_ADD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_MOT_GRG_DEL.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_MOT_GRG_DEL.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_MOT_GRG_VCH_GRANT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_MOT_GRG_VCH_GRANT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_MOT_GRG_VCH_UPD.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_MOT_GRG_VCH_UPD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_MOT_PSH_CCH.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_MOT_PSH_CCH.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_NET_STS_BCAST.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_NET_STS_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_QUE_RSP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_QUE_RSP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_RFSS_STS_BCAST.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_RFSS_STS_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_SCCB.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_SCCB.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_SCCB_EXP.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_SCCB_EXP.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_SNDCP_CH_ANN.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_SNDCP_CH_ANN.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_SNDCP_CH_GNT.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_SNDCP_CH_GNT.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_SYNC_BCAST.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_SYNC_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_SYS_SRV_BCAST.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_SYS_SRV_BCAST.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_TIME_DATE_ANN.cpp re-add TIME_DATE_ANN OSP as an optional packet; 3 years ago
OSP_TIME_DATE_ANN.h re-add TIME_DATE_ANN OSP as an optional packet; 3 years ago
OSP_TSBK_RAW.cpp rename TSBK_RAW to OSP_TSBK_RAW; add similar raw support to CSBK outbounds; 3 years ago
OSP_TSBK_RAW.h rename TSBK_RAW to OSP_TSBK_RAW; add similar raw support to CSBK outbounds; 3 years ago
OSP_U_DEREG_ACK.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_U_DEREG_ACK.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
OSP_U_REG_CMD.cpp change C++ standard from C++0x to standard C++11; begin swapping C nomenclature for NULL to nullptr where applicable; start removing instances of raw pointers were acceptable in favor of memory safe std::unique_ptr, std::shared_ptr; 3 years ago
OSP_U_REG_CMD.h P25 code refactor to move TSBK handling to a "factory-based paradigm"; 3 years ago
TSBKFactory.cpp convert more behaviors from C-like to C++11 (replace NULL with nullptr mostly); make some pointer safe changes to DMR; 3 years ago
TSBKFactory.h rename TSBK_RAW to OSP_TSBK_RAW; add similar raw support to CSBK outbounds; 3 years ago

Powered by TurnKey Linux.