Class BusInterface
java.lang.Object
com.trdp.config.BusInterface
Configuration for a single network bus interface (
<bus-interface> element).
Each bus interface has a network ID (1..4), an optional host IP for static addressing, TRDP process settings, PD/MD communication parameters, and a list of telegrams. Process, PD, and MD configuration are never null — if absent from XML, fully-defaulted instances with IEC 61375-2-3 standard defaults are used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusInterface(int networkId, String name, String hostIp, String leaderIp, TrdpProcessConfig trdpProcess, PdComParameter pdComParameter, MdComParameter mdComParameter, List<TelegramConfig> telegrams) -
Method Summary
-
Constructor Details
-
BusInterface
public BusInterface(int networkId, String name, String hostIp, String leaderIp, TrdpProcessConfig trdpProcess, PdComParameter pdComParameter, MdComParameter mdComParameter, List<TelegramConfig> telegrams)
-
-
Method Details
-
getNetworkId
public int getNetworkId() -
getName
-
getHostIp
-
getLeaderIp
-
getTrdpProcess
-
getPdComParameter
-
getMdComParameter
-
getTelegrams
-
toString
-