Compare commits
2 Commits
31844e4fe2
...
49b56024c9
Author | SHA1 | Date | |
---|---|---|---|
49b56024c9 | |||
11d5266be1
|
@@ -347,9 +347,7 @@ pub mod tests {
|
||||
torquing: true,
|
||||
},
|
||||
);
|
||||
sim_testbench
|
||||
.step_until(Duration::from_millis(100))
|
||||
.unwrap();
|
||||
sim_testbench.step_until(Duration::from_millis(100)).unwrap();
|
||||
check_mgt_hk(
|
||||
&mut sim_testbench,
|
||||
MgtHkSet {
|
||||
|
@@ -1,10 +1,7 @@
|
||||
use delegate::delegate;
|
||||
use std::sync::mpsc;
|
||||
|
||||
use nexosim::{
|
||||
simulation::ExecutionError,
|
||||
time::{Deadline, MonotonicTime},
|
||||
};
|
||||
use nexosim::{simulation::ExecutionError, time::{Deadline, MonotonicTime}};
|
||||
use satrs_minisim::{SimReply, SimRequest};
|
||||
|
||||
use crate::{controller::SimController, create_sim_controller, ThreadingModel};
|
||||
|
Reference in New Issue
Block a user