Commit Graph

24 Commits

Author SHA1 Message Date
54f84ed7af this kinda works
Some checks failed
CI / Rust checks (push) Failing after 1m17s
Security / Audit (push) Failing after 7m24s
2024-10-20 19:44:04 +02:00
3a74467bb5 allow unused in lib
Some checks failed
CI / Rust checks (push) Failing after 1m0s
2024-10-20 12:22:24 +02:00
bee3553d9e Updated SDK
Some checks failed
CI / Rust checks (push) Failing after 6s
2024-10-20 12:01:48 +02:00
Mihai Dinculescu
d89fa524c2 Rework events and add proper support for client events
Added

- Client events are now implemented through `SimConnect::subscribe_to_client_event`, `SimConnect::unsubscribe_from_client_event` and `SimConnect::unsubscribe_from_all_client_events`.
- `subscribe_to_client_events.rs` example has been added.
- `SimConnectError::EventAlreadySubscribedTo` and `SimConnectError::EventNotSubscribedTo` error variants have been added.

Changed

- A second call to `SimConnect::subscribe_to_system_event` for the same event will now return an error of type `SimConnectError::EventAlreadySubscribedTo` instead of `SimConnectError::SimConnectException`.
- The call to `SimConnect::unsubscribe_from_system_event` is now a NOOP when the system event is not subscribed to.
- `SimConnectError::UnimplementedMessageType` has been renamed to `SimConnectError::UnimplementedNotification`.

Removed

- `SimConnect::register_event` has been replaced by the new client event functions.
- `NotificationGroup` has been removed in favor of an internally managed notification group.
2023-05-01 19:13:30 +01:00
Mihai Dinculescu
93ab001d48 Automatically clean up request_facilities_list requests once completed 2023-02-22 18:41:01 +00:00
Mihai Dinculescu
0a05fd38c9 Derive and for most enums 2022-10-29 15:51:49 +01:00
Mihai Dinculescu
8cc948816d Rename the github repo to simconnect-sdk-rs 2022-10-29 15:46:15 +01:00
Mihai Dinculescu
708f6b2ac5 Announce v0.2.0 2022-10-29 14:27:54 +01:00
Mihai Dinculescu
2809917a93 Add suport for system events 2022-10-29 13:48:00 +01:00
Mihai Dinculescu
f47a597557 Improve error handling 2022-10-24 19:45:28 +01:00
Mihai Dinculescu
7186d61467 Tweak tracing information 2022-10-24 19:28:27 +01:00
Mihai Dinculescu
44f3766588 Derive for several enums 2022-10-22 10:18:33 +01:00
Mihai Dinculescu
34411bf63e Fix the docs.rs build take 2 2022-10-22 10:18:26 +01:00
Mihai Dinculescu
ea9236f3f6 Prepare for publishing 2022-10-20 21:46:38 +01:00
Mihai Dinculescu
4ac94cdb96 Add support for String 2022-10-20 15:42:51 +01:00
Mihai Dinculescu
3a7237addf Add support for to the macro 2022-10-19 13:18:26 +01:00
Mihai Dinculescu
a868d09b6e Cleanup the docs 2022-10-19 11:14:51 +01:00
Mihai Dinculescu
a46e9860a3 Add CI 2022-10-19 09:18:12 +01:00
Mihai Dinculescu
0db9847030 Add unsubscribe to objects 2022-10-18 21:56:07 +01:00
Mihai Dinculescu
a2002e02cd Add unsubscribe to facilities 2022-10-17 22:44:02 +01:00
Mihai Dinculescu
6be70c8566 Add support for facilities 2022-10-15 22:51:57 +01:00
Mihai Dinculescu
307b83ea95 Improve the examples 2022-10-12 23:27:19 +01:00
Mihai Dinculescu
9b7e3b97db Add the derive proc macro 2022-10-10 20:22:16 +01:00
Mihai Dinculescu
7f89887508 Proc macro preparation 2022-10-09 09:38:53 +01:00