You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/mo-services-impl/nmf-platform-generic-impl/src/main/java/esa/mo/platform/impl/provider/gen/CameraAdapterInterface.java
+6
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ public interface CameraAdapterInterface {
41
41
*/
42
42
booleanisUnitAvailable();
43
43
44
+
/**
45
+
* @return true if the camera has only a fixed set of resolutions. They can
46
+
* then be retrieved with the getAvailableResolutions() method.
47
+
*/
48
+
booleanhasFixedResolutions();
49
+
44
50
/**
45
51
* @return The resolutions supported by the Camera Adapter
Copy file name to clipboardExpand all lines: core/mo-services-impl/nmf-platform-generic-impl/src/main/java/esa/mo/platform/impl/provider/gen/CameraProviderServiceImpl.java
+16-13
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public class CameraProviderServiceImpl extends CameraInheritanceSkeleton {
Copy file name to clipboardExpand all lines: mission/simulator/platform-services-impl/src/main/java/esa/mo/platform/impl/provider/softsim/CameraSoftSimAdapter.java
+5
Original file line number
Diff line number
Diff line change
@@ -191,4 +191,9 @@ public boolean isUnitAvailable()
0 commit comments