diff --git a/reactor/Cargo.lock b/reactor/Cargo.lock new file mode 100644 index 0000000..1ab52f1 --- /dev/null +++ b/reactor/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "reactor" +version = "0.1.0" diff --git a/reactor/Cargo.toml b/reactor/Cargo.toml new file mode 100644 index 0000000..71fe067 --- /dev/null +++ b/reactor/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "reactor" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] diff --git a/reactor/core/coordinator.go b/reactor/needs_port/core/coordinator.go similarity index 100% rename from reactor/core/coordinator.go rename to reactor/needs_port/core/coordinator.go diff --git a/reactor/core/device.go b/reactor/needs_port/core/device.go similarity index 100% rename from reactor/core/device.go rename to reactor/needs_port/core/device.go diff --git a/reactor/device/atlas.go b/reactor/needs_port/device/atlas.go similarity index 100% rename from reactor/device/atlas.go rename to reactor/needs_port/device/atlas.go diff --git a/reactor/device/controller.go b/reactor/needs_port/device/controller.go similarity index 100% rename from reactor/device/controller.go rename to reactor/needs_port/device/controller.go diff --git a/reactor/device/do.go b/reactor/needs_port/device/do.go similarity index 100% rename from reactor/device/do.go rename to reactor/needs_port/device/do.go diff --git a/reactor/device/manager.go b/reactor/needs_port/device/manager.go similarity index 100% rename from reactor/device/manager.go rename to reactor/needs_port/device/manager.go diff --git a/reactor/device/mappings.go b/reactor/needs_port/device/mappings.go similarity index 100% rename from reactor/device/mappings.go rename to reactor/needs_port/device/mappings.go diff --git a/reactor/device/ph.go b/reactor/needs_port/device/ph.go similarity index 100% rename from reactor/device/ph.go rename to reactor/needs_port/device/ph.go diff --git a/reactor/device/pwm.go b/reactor/needs_port/device/pwm.go similarity index 100% rename from reactor/device/pwm.go rename to reactor/needs_port/device/pwm.go diff --git a/reactor/device/rtd.go b/reactor/needs_port/device/rtd.go similarity index 100% rename from reactor/device/rtd.go rename to reactor/needs_port/device/rtd.go diff --git a/reactor/device/sensor.go b/reactor/needs_port/device/sensor.go similarity index 100% rename from reactor/device/sensor.go rename to reactor/needs_port/device/sensor.go diff --git a/reactor/i2c/bus.go b/reactor/needs_port/i2c/bus.go similarity index 100% rename from reactor/i2c/bus.go rename to reactor/needs_port/i2c/bus.go diff --git a/reactor/system/hwinfo.go b/reactor/needs_port/system/hwinfo.go similarity index 100% rename from reactor/system/hwinfo.go rename to reactor/needs_port/system/hwinfo.go diff --git a/reactor/src/main.rs b/reactor/src/main.rs new file mode 100644 index 0000000..be2ee7b --- /dev/null +++ b/reactor/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("First reactor port"); +} diff --git a/reactor/target/.rustc_info.json b/reactor/target/.rustc_info.json new file mode 100644 index 0000000..fbe42f3 --- /dev/null +++ b/reactor/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":4338310799556088597,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.68.2 (9eb3afe9e 2023-03-27) (Arch Linux rust 1:1.68.2-1)\nbinary: rustc\ncommit-hash: 9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0\ncommit-date: 2023-03-27\nhost: x86_64-unknown-linux-gnu\nrelease: 1.68.2\nLLVM version: 15.0.7\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/reactor/target/CACHEDIR.TAG b/reactor/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/reactor/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/reactor/target/debug/.cargo-lock b/reactor/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/dep-test-bin-reactor b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/dep-test-bin-reactor new file mode 100644 index 0000000..5fdf103 Binary files /dev/null and b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/dep-test-bin-reactor differ diff --git a/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/invoked.timestamp b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/test-bin-reactor b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/test-bin-reactor new file mode 100644 index 0000000..fad0804 --- /dev/null +++ b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/test-bin-reactor @@ -0,0 +1 @@ +e22874b204dc1c4d \ No newline at end of file diff --git a/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/test-bin-reactor.json b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/test-bin-reactor.json new file mode 100644 index 0000000..229f3d7 --- /dev/null +++ b/reactor/target/debug/.fingerprint/reactor-455a2ff9b73b7a20/test-bin-reactor.json @@ -0,0 +1 @@ +{"rustc":146169267576008299,"features":"[]","target":1121030462635718733,"profile":1021633075455700787,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/reactor-455a2ff9b73b7a20/dep-test-bin-reactor"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/bin-reactor b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/bin-reactor new file mode 100644 index 0000000..3fa2c8c --- /dev/null +++ b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/bin-reactor @@ -0,0 +1 @@ +2a60fcbe9c9c5a82 \ No newline at end of file diff --git a/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/bin-reactor.json b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/bin-reactor.json new file mode 100644 index 0000000..5a3c8bd --- /dev/null +++ b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/bin-reactor.json @@ -0,0 +1 @@ +{"rustc":146169267576008299,"features":"[]","target":1121030462635718733,"profile":7309141686862299243,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/reactor-6876817230622ebe/dep-bin-reactor"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/dep-bin-reactor b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/dep-bin-reactor new file mode 100644 index 0000000..5fdf103 Binary files /dev/null and b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/dep-bin-reactor differ diff --git a/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/invoked.timestamp b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/reactor/target/debug/.fingerprint/reactor-6876817230622ebe/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/reactor/target/debug/deps/libreactor-455a2ff9b73b7a20.rmeta b/reactor/target/debug/deps/libreactor-455a2ff9b73b7a20.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/reactor/target/debug/deps/libreactor-6876817230622ebe.rmeta b/reactor/target/debug/deps/libreactor-6876817230622ebe.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/reactor/target/debug/deps/reactor-455a2ff9b73b7a20.d b/reactor/target/debug/deps/reactor-455a2ff9b73b7a20.d new file mode 100644 index 0000000..e164f78 --- /dev/null +++ b/reactor/target/debug/deps/reactor-455a2ff9b73b7a20.d @@ -0,0 +1,5 @@ +/home/keegan/src/FRMS/reactor/target/debug/deps/reactor-455a2ff9b73b7a20.rmeta: src/main.rs + +/home/keegan/src/FRMS/reactor/target/debug/deps/reactor-455a2ff9b73b7a20.d: src/main.rs + +src/main.rs: diff --git a/reactor/target/debug/deps/reactor-6876817230622ebe.d b/reactor/target/debug/deps/reactor-6876817230622ebe.d new file mode 100644 index 0000000..61d78e7 --- /dev/null +++ b/reactor/target/debug/deps/reactor-6876817230622ebe.d @@ -0,0 +1,5 @@ +/home/keegan/src/FRMS/reactor/target/debug/deps/reactor-6876817230622ebe.rmeta: src/main.rs + +/home/keegan/src/FRMS/reactor/target/debug/deps/reactor-6876817230622ebe.d: src/main.rs + +src/main.rs: diff --git a/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/dep-graph.bin b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/dep-graph.bin new file mode 100644 index 0000000..fc6d943 Binary files /dev/null and b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/dep-graph.bin differ diff --git a/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/query-cache.bin b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/query-cache.bin new file mode 100644 index 0000000..cb77b55 Binary files /dev/null and b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/query-cache.bin differ diff --git a/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/work-products.bin b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/work-products.bin new file mode 100644 index 0000000..c5a9604 Binary files /dev/null and b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k-3cw9hfxaotrhi/work-products.bin differ diff --git a/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k.lock b/reactor/target/debug/incremental/reactor-1ymkrv0vtkepx/s-gjy8n6hi0q-1j7bs3k.lock new file mode 100644 index 0000000..e69de29 diff --git a/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/dep-graph.bin b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/dep-graph.bin new file mode 100644 index 0000000..cbf5155 Binary files /dev/null and b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/dep-graph.bin differ diff --git a/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/query-cache.bin b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/query-cache.bin new file mode 100644 index 0000000..dff5c31 Binary files /dev/null and b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/query-cache.bin differ diff --git a/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/work-products.bin b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/work-products.bin new file mode 100644 index 0000000..c5a9604 Binary files /dev/null and b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz-1gch6a22wi43/work-products.bin differ diff --git a/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz.lock b/reactor/target/debug/incremental/reactor-37zs4a8mhwumq/s-gjy8n6hj1c-1yijpfz.lock new file mode 100644 index 0000000..e69de29