Skip to content

Commit

Permalink
code cleanup;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed May 9, 2022
1 parent c4d1796 commit 89d89f3
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions CWIdTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const struct {
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the CWIdTX class.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions CalRSSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the CalRSSI class.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions IO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const uint16_t DC_OFFSET = 2048U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the IO class.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions IODue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ extern "C" {
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Hardware interrupt handler.
/// </summary>
Expand Down Expand Up @@ -151,6 +152,7 @@ void IO::getUDID(uint8_t* buffer)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes hardware interrupts.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions IOSTM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ extern "C" {
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Hardware interrupt handler.
/// </summary>
Expand Down Expand Up @@ -306,6 +307,7 @@ void IO::getUDID(uint8_t* buffer)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes hardware interrupts.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions RSSIBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the RSSIBuffer class.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions STM_UART.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the STM_UART class.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions SampleBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the SampleBuffer class.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions SerialBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the SerialBuffer class.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions SerialDue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

#if (defined(__SAM3X8E__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)) && defined(ARDUINO_SAM_DUE)
/// <summary>
///
Expand Down
2 changes: 2 additions & 0 deletions SerialPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const uint8_t PROTOCOL_VERSION = 2U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the SerialPort class.
/// </summary>
Expand Down Expand Up @@ -671,6 +672,7 @@ void SerialPort::writeDump(const uint8_t* data, uint16_t length)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Write acknowlegement.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions SerialSTM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ void InitUART5(int speed)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
///
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions dmr/CalDMR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const uint8_t SHORTLC_1K[] = { 0x33U, 0x3AU, 0xA0U, 0x30U, 0x00U, 0x55U, 0xA6U,
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the CalDMR class.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions dmr/DMRDMORX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const uint8_t CONTROL_DATA = 0x40U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRDMORX class.
/// </summary>
Expand Down Expand Up @@ -122,6 +123,7 @@ void DMRDMORX::setColorCode(uint8_t colorCode)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Helper to perform sample processing.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions dmr/DMRDMOTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const uint8_t PR_FILL[] =
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRDMOTX class.
/// </summary>
Expand Down Expand Up @@ -204,6 +205,7 @@ uint8_t DMRDMOTX::getSpace() const
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
///
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions dmr/DMRIdleRX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const uint8_t CONTROL_DATA = 0x40U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRIdleRX class.
/// </summary>
Expand Down Expand Up @@ -104,6 +105,7 @@ void DMRIdleRX::setColorCode(uint8_t colorCode)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Helper to perform sample processing.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions dmr/DMRRX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ using namespace dmr;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRRX class.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions dmr/DMRSlotRX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const uint8_t CONTROL_DATA = 0x40U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRSlotRX class.
/// </summary>
Expand Down Expand Up @@ -287,6 +288,7 @@ void DMRSlotRX::setRxDelay(uint8_t delay)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Frame synchronization correlator.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions dmr/DMRSlotType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const uint32_t DECODING_TABLE_1987[] = {
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRSlotType class.
/// </summary>
Expand Down Expand Up @@ -286,6 +287,7 @@ void DMRSlotType::encode(uint8_t colorCode, uint8_t dataType, uint8_t* frame) co
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
///
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions dmr/DMRTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const uint32_t ABORT_COUNT = 6U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the DMRTX class.
/// </summary>
Expand Down Expand Up @@ -398,6 +399,7 @@ uint32_t DMRTX::getFrameCount()
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
///
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions p25/CalP25.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ unsigned char LDU2_1K[] = { 0x00,
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the CalP25 class.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions p25/P25RX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const uint8_t NOAVEPTR = 99U;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the P25RX class.
/// </summary>
Expand Down Expand Up @@ -213,6 +214,7 @@ void P25RX::setCorrCount(uint8_t count)
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Helper to process P25 samples.
/// </summary>
Expand Down
2 changes: 2 additions & 0 deletions p25/P25TX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const q15_t P25_LEVELD = -1220;
// ---------------------------------------------------------------------------
// Public Class Members
// ---------------------------------------------------------------------------

/// <summary>
/// Initializes a new instance of the P25TX class.
/// </summary>
Expand Down Expand Up @@ -271,6 +272,7 @@ uint8_t P25TX::getSpace() const
// ---------------------------------------------------------------------------
// Private Class Members
// ---------------------------------------------------------------------------

/// <summary>
///
/// </summary>
Expand Down

0 comments on commit 89d89f3

Please sign in to comment.