Merge pull request 'smaller fix and TODO' (#33) from smaller-fixes-and-todo into main
Reviewed-on: #33
This commit is contained in:
commit
7396b4bdc5
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -634,7 +634,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ops-sat-rs"
|
name = "ops-sat-rs"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"delegate 0.12.0",
|
"delegate 0.12.0",
|
||||||
|
@ -217,6 +217,9 @@ fn main() {
|
|||||||
.expect("creating TCP SPP client failed");
|
.expect("creating TCP SPP client failed");
|
||||||
|
|
||||||
let timestamp_helper = TimeStampHelper::default();
|
let timestamp_helper = TimeStampHelper::default();
|
||||||
|
// TODO: If the host feature is active, we should use an image executor
|
||||||
|
// which only displays the execution parameters and does not try
|
||||||
|
// to call the batch application which does not exist.
|
||||||
let mut camera_handler: Ims100BatchHandler = Ims100BatchHandler::new_with_default_img_executor(
|
let mut camera_handler: Ims100BatchHandler = Ims100BatchHandler::new_with_default_img_executor(
|
||||||
CAMERA_HANDLER,
|
CAMERA_HANDLER,
|
||||||
HOME_PATH.get().unwrap(),
|
HOME_PATH.get().unwrap(),
|
||||||
|
Loading…
Reference in New Issue
Block a user