-
Notifications
You must be signed in to change notification settings - Fork 28
Knowledgebase Programming: swift JSON formats
Lars Toenning edited this page Oct 9, 2023
·
1 revision
{
"aircraftIcao": {
"combinedType": "L2J",
"dbKey": 5631,
"designator": "F22",
...
},
"route": "",
"takeoffTimeActual": "",
"takeoffTimePlanned": "Di Nov 13 23:47:00 2018 GMT",
"timestampMSecsSinceEpoch": -1
}
{
"type": "BlackMisc::Aviation::CFlightPlan",
"value": {
"aircraftIcao": {
"combinedType": "L2J",
"voiceCapabilities": {
"voiceCapabilities": 2
}
},
"route": "",
"takeoffTimeActual": "",
"takeoffTimePlanned": "Mo Nov 12 23:47:00 2018 GMT",
"timestampMSecsSinceEpoch": -1
}
}
{
"lastserver": {
"type": "BlackMisc::Network::CServer",
"value": {
"address": "fsd.swift-project.org",
"description": "Client project testserver",
...
}
}
}
tbw.
- Home
- API documentation (Doxygen generated)
- Future of swift
- Style and Coding Standard
- Release Checklist
- Build swift
- Run swift as a developer
- Knowledgebase
- External resources
- Open Research Questions
- Aviation
- Programming
- Simulation
- Architecture