Module sim_connect

Module sim_connect 

Source

Re-exports§

pub use sys::SIMCONNECT_OBJECT_ID_USER;

Structs§

ClientDataArea
An allocated client data memory region. Dropping this struct will not deallocate the memory which has been allocated in the sim.
HResult
Rusty HRESULT wrapper.
SimConnect
A SimConnect session. This provides access to data within the MSFS sim.

Enums§

Period
Specify how often data is to be sent to the client.
SimConnectRecv
Message received from SimConnect.

Traits§

ClientDataDefinition
A trait implemented by the client_data_definition attribute.
DataDefinition
A trait implemented by the data_definition attribute.

Type Aliases§

DataXYZ
InitPosition
Result

Attribute Macros§

client_data_definition
Generate a struct which can be used with SimConnect’s client data definitions.
data_definition
Generate a struct which can be used with SimConnect’s data definitions.