Uses of Interface
com.trdp.pd.PdPublisherHandle
Packages that use PdPublisherHandle
-
Uses of PdPublisherHandle in com.trdp.config
Methods in com.trdp.config that return types with arguments of type PdPublisherHandleModifier and TypeMethodDescriptionTrdpSessionFactory.ConfiguredPdSession.getPublishers()Returns all registered publishers, keyed by ComID. -
Uses of PdPublisherHandle in com.trdp.pd
Methods in com.trdp.pd that return PdPublisherHandleModifier and TypeMethodDescriptionTrdpPdSession.addPublisher(int comId, String destinationAddress, int destinationPort, long intervalUs) Registers a publisher for the given ComId.TrdpPdSession.removePublisher(int comId) Removes the publisher for the given ComId.