AirspacePlanningProvider

This Service Interface exposes the technical operation that allows the consumer (operational supervisor, technical supervisor...) to get the current state of Airspace planning data on request. It is typically used when starting the Service, for initialisation.

Operations

If airspaceStatusRequested is filled, this operation allows a consumer to get the applicable airspace planning data related to all the relevant airspaces (ARES and/or CDR according to its request).
Only the ARES and CDR having at least 1 timesheet are received as a response to this request.

If airspaceName is filled, this operation allows a consumer to get the applicable airspace planning data related to the designated airspace (ARES or CDR).
If the designated airspace doesn’t have any timesheet, no airspace planning data is received..

Synchronous
SYNCHRONOUS
Precondition
Either airspaceStatusRequested or airspaceName should be filled.
TI Protocol Methods
transfer
Processing Consideration
Interface Binding Description

Information is exchanged in Protobuf format. Protocol buffers or Protobuf are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data similar to XML, but smaller, faster, and simpler.

Interface Provision Side
TI Primitive Message Exchange Pattern
Service Interface Binding
Network Interface Binding