Class SdtParameter

java.lang.Object
com.trdp.config.SdtParameter

public class SdtParameter extends Object
SDTv2 safety parameters (<sdt-parameter> element).

Defines Safety Message Identifiers (SMI), User Data Version (UDV), reception/transmission periods, and safety thresholds for SDTv2 protected communication.

  • Constructor Details

    • SdtParameter

      public SdtParameter(long smi1, Long smi2, int udv, int rxPeriod, int txPeriod, Integer nRxsafe, Integer nGuard, Long cmThr, Integer lmiMax)
  • Method Details

    • getSmi1

      public long getSmi1()
    • getSmi2

      public long getSmi2()
    • getUdv

      public int getUdv()
    • getRxPeriod

      public int getRxPeriod()
    • getTxPeriod

      public int getTxPeriod()
    • getNRxsafe

      public int getNRxsafe()
    • getNGuard

      public int getNGuard()
    • getCmThr

      public long getCmThr()
    • getLmiMax

      public int getLmiMax()
    • toString

      public String toString()
      Overrides:
      toString in class Object