diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-07-15 10:13:10 +0200 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-07-15 10:13:10 +0200 |
| commit | 2aefb6902465c3c8a313f95bb1b7d9a80fe4c52a (patch) | |
| tree | 525cafbc1a9f38df2f0d2ebe6fe9fd206e5f30d0 /src/iscanner.h | |
| parent | 169ddcb09cd26fa0a685f691f63b49e70e1be93b (diff) | |
in the middle of non-linear pixels debuggingconflicting_master
Diffstat (limited to 'src/iscanner.h')
| -rw-r--r-- | src/iscanner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iscanner.h b/src/iscanner.h index e09197e..e03aaa3 100644 --- a/src/iscanner.h +++ b/src/iscanner.h @@ -23,8 +23,8 @@ public: virtual void stopAllProtocols() = 0; // TODO: think about more flexible calibration interface - virtual CalibrationTablePtr calibrationTableX() const = 0; - virtual CalibrationTablePtr calibrationTableZ() const = 0; + virtual op::CalibrationTablePtr calibrationTableX() const = 0; + virtual op::CalibrationTablePtr calibrationTableZ() const = 0; // TODO: add nullptr check everywhere where this function is used std::shared_ptr<ICamera> camera() const; |
