Click or drag to resize

IDistanceProvider Methods

The IDistanceProvider type exposes the following members.

Methods
 NameDescription
Public methodAcceptApiInstance Is called during plugin initialization on CompreDriveControl start and allows the plugin to receive an API interface of the CompreDriveControl instance it is loaded into.
(Inherited from ICommandAcceptor)
Public methodExecuteCommand Execute the given command.
(Inherited from ICommandAcceptor)
Public methodGetAvailableCommands Get the commands available to run.
(Inherited from ICommandAcceptor)
Public methodGetDistance Get the current distance in [m].
Public methodInitialize Called once after the plugin is loaded to allow initialization.
(Inherited from IInitializeRequired)
Public methodPerformTare Perform a tare operation, setting the current value to the given value.
Public methodShutdown Called before the program shuts down to allow freeing plugin resources.
(Inherited from IInitializeRequired)
Top
See Also