Class VisionModuleChange<T>
java.lang.Object
org.photonvision.vision.processes.VisionModuleChange<T>
-
Constructor Summary
ConstructorDescriptionVisionModuleChange
(String propName, T newPropValue, CVPipelineSettings currentSettings, io.javalin.websocket.WsContext originContext) -
Method Summary
Modifier and TypeMethodDescriptionio.javalin.websocket.WsContext
-
Constructor Details
-
VisionModuleChange
public VisionModuleChange(String propName, T newPropValue, CVPipelineSettings currentSettings, io.javalin.websocket.WsContext originContext)
-
-
Method Details
-
getPropName
-
getNewPropValue
-
getCurrentSettings
-
getOriginContext
public io.javalin.websocket.WsContext getOriginContext()
-