1
0
forked from ROMEO/nexosim

Accept an arbitrary argument for remote init

This commit is contained in:
Serge Barral
2024-07-29 18:02:06 +02:00
parent cb7caa10e9
commit 1b0395f693
8 changed files with 159 additions and 67 deletions

View File

@ -1,4 +1,5 @@
mod controller_service;
mod init_service;
mod monitor_service;
use std::time::Duration;
@ -9,6 +10,7 @@ use tai_time::MonotonicTime;
use super::codegen::simulation::{Error, ErrorCode};
pub(crate) use controller_service::ControllerService;
pub(crate) use init_service::InitService;
pub(crate) use monitor_service::MonitorService;
/// Transforms an error code and a message into a Protobuf error.