Interface: SimbriefOfp
Simbrief OFP
Properties
alternate
• alternate: Record
<never
, never
> | SimbriefAirport
Alternate airport
Defined in
src/sdk/simbrief/SimbriefTypes.ts:103
destination
• destination: SimbriefAirport
Destination airport
Defined in
src/sdk/simbrief/SimbriefTypes.ts:100
fetch
• fetch: Object
Fetch info
Type declaration
Name | Type | Description |
---|---|---|
status | `Error: ${string}` | "Success" | Request status |
userid | string | User ID |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:80
fuel
• fuel: Object
Planned fuel weight
Type declaration
Name | Type | Description |
---|---|---|
plan_ramp | string | Fuel weight when fully fueled at the ramp |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:112
general
• general: Object
General data
Type declaration
Name | Type | Description |
---|---|---|
flight_number | string | Record <never , never > | Flight number |
icao_airline | string | Record <never , never > | ICAO airline |
initial_altitude | string | Initial altitude, used as cruise level for now |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:133
navlog
• navlog: Object
Navlog
Type declaration
Name | Type | Description |
---|---|---|
fix | SimbriefNavlogFix [] | Navlog fixes |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:106
origin
• origin: SimbriefAirport
Origin airport
Defined in
src/sdk/simbrief/SimbriefTypes.ts:97
params
• params: Object
OFP parameters.
Type declaration
Name | Type | Description |
---|---|---|
request_id | "string" | Request ID for the OFP. |
units | string | Unit of the weights in the OFP. |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:89
weights
• weights: Object
Payload data
Type declaration
Name | Type | Description |
---|---|---|
cargo | string | Cargo weight in the unit as reported under params.units |
est_zfw | string | Zfw in the unit as reported under params.units |
pax_count | string | pax count |
payload | string | Payload weight in the unit as reported under params.units |
Defined in
src/sdk/simbrief/SimbriefTypes.ts:118