Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2020 Changes in this version + var File_pkg_api_v1_ridpb_rid_proto protoreflect.FileDescriptor + var HorizontalAccuracy_name = map[int32]string + var HorizontalAccuracy_value = map[string]int32 + var RIDAircraftType_name = map[int32]string + var RIDAircraftType_value = map[string]int32 + var RIDHeight_RIDHeightReference_name = map[int32]string + var RIDHeight_RIDHeightReference_value = map[string]int32 + var RIDOperationalStatus_name = map[int32]string + var RIDOperationalStatus_value = map[string]int32 + var SpeedAccuracy_name = map[int32]string + var SpeedAccuracy_value = map[string]int32 + var VerticalAccuracy_name = map[int32]string + var VerticalAccuracy_value = map[string]int32 + func RegisterDiscoveryAndSynchronizationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterDiscoveryAndSynchronizationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterDiscoveryAndSynchronizationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterDiscoveryAndSynchronizationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterDiscoveryAndSynchronizationServiceServer(s *grpc.Server, srv DiscoveryAndSynchronizationServiceServer) + type CreateIdentificationServiceAreaParameters struct + Extents *Volume4D + FlightsUrl string + func (*CreateIdentificationServiceAreaParameters) Descriptor() ([]byte, []int) + func (*CreateIdentificationServiceAreaParameters) ProtoMessage() + func (x *CreateIdentificationServiceAreaParameters) GetExtents() *Volume4D + func (x *CreateIdentificationServiceAreaParameters) GetFlightsUrl() string + func (x *CreateIdentificationServiceAreaParameters) ProtoReflect() protoreflect.Message + func (x *CreateIdentificationServiceAreaParameters) Reset() + func (x *CreateIdentificationServiceAreaParameters) String() string + type CreateIdentificationServiceAreaRequest struct + Id string + Params *CreateIdentificationServiceAreaParameters + func (*CreateIdentificationServiceAreaRequest) Descriptor() ([]byte, []int) + func (*CreateIdentificationServiceAreaRequest) ProtoMessage() + func (x *CreateIdentificationServiceAreaRequest) GetId() string + func (x *CreateIdentificationServiceAreaRequest) GetParams() *CreateIdentificationServiceAreaParameters + func (x *CreateIdentificationServiceAreaRequest) ProtoReflect() protoreflect.Message + func (x *CreateIdentificationServiceAreaRequest) Reset() + func (x *CreateIdentificationServiceAreaRequest) String() string + type CreateSubscriptionParameters struct + Callbacks *SubscriptionCallbacks + Extents *Volume4D + func (*CreateSubscriptionParameters) Descriptor() ([]byte, []int) + func (*CreateSubscriptionParameters) ProtoMessage() + func (x *CreateSubscriptionParameters) GetCallbacks() *SubscriptionCallbacks + func (x *CreateSubscriptionParameters) GetExtents() *Volume4D + func (x *CreateSubscriptionParameters) ProtoReflect() protoreflect.Message + func (x *CreateSubscriptionParameters) Reset() + func (x *CreateSubscriptionParameters) String() string + type CreateSubscriptionRequest struct + Id string + Params *CreateSubscriptionParameters + func (*CreateSubscriptionRequest) Descriptor() ([]byte, []int) + func (*CreateSubscriptionRequest) ProtoMessage() + func (x *CreateSubscriptionRequest) GetId() string + func (x *CreateSubscriptionRequest) GetParams() *CreateSubscriptionParameters + func (x *CreateSubscriptionRequest) ProtoReflect() protoreflect.Message + func (x *CreateSubscriptionRequest) Reset() + func (x *CreateSubscriptionRequest) String() string + type DeleteIdentificationServiceAreaRequest struct + Id string + Version string + func (*DeleteIdentificationServiceAreaRequest) Descriptor() ([]byte, []int) + func (*DeleteIdentificationServiceAreaRequest) ProtoMessage() + func (x *DeleteIdentificationServiceAreaRequest) GetId() string + func (x *DeleteIdentificationServiceAreaRequest) GetVersion() string + func (x *DeleteIdentificationServiceAreaRequest) ProtoReflect() protoreflect.Message + func (x *DeleteIdentificationServiceAreaRequest) Reset() + func (x *DeleteIdentificationServiceAreaRequest) String() string + type DeleteIdentificationServiceAreaResponse struct + ServiceArea *IdentificationServiceArea + Subscribers []*SubscriberToNotify + func (*DeleteIdentificationServiceAreaResponse) Descriptor() ([]byte, []int) + func (*DeleteIdentificationServiceAreaResponse) ProtoMessage() + func (x *DeleteIdentificationServiceAreaResponse) GetServiceArea() *IdentificationServiceArea + func (x *DeleteIdentificationServiceAreaResponse) GetSubscribers() []*SubscriberToNotify + func (x *DeleteIdentificationServiceAreaResponse) ProtoReflect() protoreflect.Message + func (x *DeleteIdentificationServiceAreaResponse) Reset() + func (x *DeleteIdentificationServiceAreaResponse) String() string + type DeleteSubscriptionRequest struct + Id string + Version string + func (*DeleteSubscriptionRequest) Descriptor() ([]byte, []int) + func (*DeleteSubscriptionRequest) ProtoMessage() + func (x *DeleteSubscriptionRequest) GetId() string + func (x *DeleteSubscriptionRequest) GetVersion() string + func (x *DeleteSubscriptionRequest) ProtoReflect() protoreflect.Message + func (x *DeleteSubscriptionRequest) Reset() + func (x *DeleteSubscriptionRequest) String() string + type DeleteSubscriptionResponse struct + Subscription *Subscription + func (*DeleteSubscriptionResponse) Descriptor() ([]byte, []int) + func (*DeleteSubscriptionResponse) ProtoMessage() + func (x *DeleteSubscriptionResponse) GetSubscription() *Subscription + func (x *DeleteSubscriptionResponse) ProtoReflect() protoreflect.Message + func (x *DeleteSubscriptionResponse) Reset() + func (x *DeleteSubscriptionResponse) String() string + type DiscoveryAndSynchronizationServiceClient interface + CreateIdentificationServiceArea func(ctx context.Context, in *CreateIdentificationServiceAreaRequest, ...) (*PutIdentificationServiceAreaResponse, error) + CreateSubscription func(ctx context.Context, in *CreateSubscriptionRequest, opts ...grpc.CallOption) (*PutSubscriptionResponse, error) + DeleteIdentificationServiceArea func(ctx context.Context, in *DeleteIdentificationServiceAreaRequest, ...) (*DeleteIdentificationServiceAreaResponse, error) + DeleteSubscription func(ctx context.Context, in *DeleteSubscriptionRequest, opts ...grpc.CallOption) (*DeleteSubscriptionResponse, error) + GetIdentificationServiceArea func(ctx context.Context, in *GetIdentificationServiceAreaRequest, ...) (*GetIdentificationServiceAreaResponse, error) + GetSubscription func(ctx context.Context, in *GetSubscriptionRequest, opts ...grpc.CallOption) (*GetSubscriptionResponse, error) + SearchIdentificationServiceAreas func(ctx context.Context, in *SearchIdentificationServiceAreasRequest, ...) (*SearchIdentificationServiceAreasResponse, error) + SearchSubscriptions func(ctx context.Context, in *SearchSubscriptionsRequest, opts ...grpc.CallOption) (*SearchSubscriptionsResponse, error) + UpdateIdentificationServiceArea func(ctx context.Context, in *UpdateIdentificationServiceAreaRequest, ...) (*PutIdentificationServiceAreaResponse, error) + UpdateSubscription func(ctx context.Context, in *UpdateSubscriptionRequest, opts ...grpc.CallOption) (*PutSubscriptionResponse, error) + func NewDiscoveryAndSynchronizationServiceClient(cc grpc.ClientConnInterface) DiscoveryAndSynchronizationServiceClient + type DiscoveryAndSynchronizationServiceServer interface + CreateIdentificationServiceArea func(context.Context, *CreateIdentificationServiceAreaRequest) (*PutIdentificationServiceAreaResponse, error) + CreateSubscription func(context.Context, *CreateSubscriptionRequest) (*PutSubscriptionResponse, error) + DeleteIdentificationServiceArea func(context.Context, *DeleteIdentificationServiceAreaRequest) (*DeleteIdentificationServiceAreaResponse, error) + DeleteSubscription func(context.Context, *DeleteSubscriptionRequest) (*DeleteSubscriptionResponse, error) + GetIdentificationServiceArea func(context.Context, *GetIdentificationServiceAreaRequest) (*GetIdentificationServiceAreaResponse, error) + GetSubscription func(context.Context, *GetSubscriptionRequest) (*GetSubscriptionResponse, error) + SearchIdentificationServiceAreas func(context.Context, *SearchIdentificationServiceAreasRequest) (*SearchIdentificationServiceAreasResponse, error) + SearchSubscriptions func(context.Context, *SearchSubscriptionsRequest) (*SearchSubscriptionsResponse, error) + UpdateIdentificationServiceArea func(context.Context, *UpdateIdentificationServiceAreaRequest) (*PutIdentificationServiceAreaResponse, error) + UpdateSubscription func(context.Context, *UpdateSubscriptionRequest) (*PutSubscriptionResponse, error) + type ErrorResponse struct + Message string + func (*ErrorResponse) Descriptor() ([]byte, []int) + func (*ErrorResponse) ProtoMessage() + func (x *ErrorResponse) GetMessage() string + func (x *ErrorResponse) ProtoReflect() protoreflect.Message + func (x *ErrorResponse) Reset() + func (x *ErrorResponse) String() string + type GeoPolygon struct + Vertices []*LatLngPoint + func (*GeoPolygon) Descriptor() ([]byte, []int) + func (*GeoPolygon) ProtoMessage() + func (x *GeoPolygon) GetVertices() []*LatLngPoint + func (x *GeoPolygon) ProtoReflect() protoreflect.Message + func (x *GeoPolygon) Reset() + func (x *GeoPolygon) String() string + type GetFlightDetailsResponse struct + Details *RIDFlightDetails + func (*GetFlightDetailsResponse) Descriptor() ([]byte, []int) + func (*GetFlightDetailsResponse) ProtoMessage() + func (x *GetFlightDetailsResponse) GetDetails() *RIDFlightDetails + func (x *GetFlightDetailsResponse) ProtoReflect() protoreflect.Message + func (x *GetFlightDetailsResponse) Reset() + func (x *GetFlightDetailsResponse) String() string + type GetFlightsResponse struct + Flights []*RIDFlight + Timestamp *timestamp.Timestamp + func (*GetFlightsResponse) Descriptor() ([]byte, []int) + func (*GetFlightsResponse) ProtoMessage() + func (x *GetFlightsResponse) GetFlights() []*RIDFlight + func (x *GetFlightsResponse) GetTimestamp() *timestamp.Timestamp + func (x *GetFlightsResponse) ProtoReflect() protoreflect.Message + func (x *GetFlightsResponse) Reset() + func (x *GetFlightsResponse) String() string + type GetIdentificationServiceAreaRequest struct + Id string + func (*GetIdentificationServiceAreaRequest) Descriptor() ([]byte, []int) + func (*GetIdentificationServiceAreaRequest) ProtoMessage() + func (x *GetIdentificationServiceAreaRequest) GetId() string + func (x *GetIdentificationServiceAreaRequest) ProtoReflect() protoreflect.Message + func (x *GetIdentificationServiceAreaRequest) Reset() + func (x *GetIdentificationServiceAreaRequest) String() string + type GetIdentificationServiceAreaResponse struct + ServiceArea *IdentificationServiceArea + func (*GetIdentificationServiceAreaResponse) Descriptor() ([]byte, []int) + func (*GetIdentificationServiceAreaResponse) ProtoMessage() + func (x *GetIdentificationServiceAreaResponse) GetServiceArea() *IdentificationServiceArea + func (x *GetIdentificationServiceAreaResponse) ProtoReflect() protoreflect.Message + func (x *GetIdentificationServiceAreaResponse) Reset() + func (x *GetIdentificationServiceAreaResponse) String() string + type GetSubscriptionRequest struct + Id string + func (*GetSubscriptionRequest) Descriptor() ([]byte, []int) + func (*GetSubscriptionRequest) ProtoMessage() + func (x *GetSubscriptionRequest) GetId() string + func (x *GetSubscriptionRequest) ProtoReflect() protoreflect.Message + func (x *GetSubscriptionRequest) Reset() + func (x *GetSubscriptionRequest) String() string + type GetSubscriptionResponse struct + Subscription *Subscription + func (*GetSubscriptionResponse) Descriptor() ([]byte, []int) + func (*GetSubscriptionResponse) ProtoMessage() + func (x *GetSubscriptionResponse) GetSubscription() *Subscription + func (x *GetSubscriptionResponse) ProtoReflect() protoreflect.Message + func (x *GetSubscriptionResponse) Reset() + func (x *GetSubscriptionResponse) String() string + type HorizontalAccuracy int32 + const HorizontalAccuracy_HA_UNKNOWN + const HorizontalAccuracy_H_A005_NM + const HorizontalAccuracy_H_A01_NM + const HorizontalAccuracy_H_A03_NM + const HorizontalAccuracy_H_A05_NM + const HorizontalAccuracy_H_A10M + const HorizontalAccuracy_H_A10_NM + const HorizontalAccuracy_H_A10_NM_PLUS + const HorizontalAccuracy_H_A1M + const HorizontalAccuracy_H_A1_NM + const HorizontalAccuracy_H_A2_NM + const HorizontalAccuracy_H_A30M + const HorizontalAccuracy_H_A3M + const HorizontalAccuracy_H_A4_NM + func (HorizontalAccuracy) Descriptor() protoreflect.EnumDescriptor + func (HorizontalAccuracy) EnumDescriptor() ([]byte, []int) + func (HorizontalAccuracy) Type() protoreflect.EnumType + func (x HorizontalAccuracy) Enum() *HorizontalAccuracy + func (x HorizontalAccuracy) Number() protoreflect.EnumNumber + func (x HorizontalAccuracy) String() string + type IdentificationServiceArea struct + FlightsUrl string + Id string + Owner string + TimeEnd *timestamp.Timestamp + TimeStart *timestamp.Timestamp + Version string + func (*IdentificationServiceArea) Descriptor() ([]byte, []int) + func (*IdentificationServiceArea) ProtoMessage() + func (x *IdentificationServiceArea) GetFlightsUrl() string + func (x *IdentificationServiceArea) GetId() string + func (x *IdentificationServiceArea) GetOwner() string + func (x *IdentificationServiceArea) GetTimeEnd() *timestamp.Timestamp + func (x *IdentificationServiceArea) GetTimeStart() *timestamp.Timestamp + func (x *IdentificationServiceArea) GetVersion() string + func (x *IdentificationServiceArea) ProtoReflect() protoreflect.Message + func (x *IdentificationServiceArea) Reset() + func (x *IdentificationServiceArea) String() string + type LatLngPoint struct + Lat float64 + Lng float64 + func (*LatLngPoint) Descriptor() ([]byte, []int) + func (*LatLngPoint) ProtoMessage() + func (x *LatLngPoint) GetLat() float64 + func (x *LatLngPoint) GetLng() float64 + func (x *LatLngPoint) ProtoReflect() protoreflect.Message + func (x *LatLngPoint) Reset() + func (x *LatLngPoint) String() string + type PutIdentificationServiceAreaNotificationParameters struct + Extents *Volume4D + ServiceArea *IdentificationServiceArea + Subscriptions []*SubscriptionState + func (*PutIdentificationServiceAreaNotificationParameters) Descriptor() ([]byte, []int) + func (*PutIdentificationServiceAreaNotificationParameters) ProtoMessage() + func (x *PutIdentificationServiceAreaNotificationParameters) GetExtents() *Volume4D + func (x *PutIdentificationServiceAreaNotificationParameters) GetServiceArea() *IdentificationServiceArea + func (x *PutIdentificationServiceAreaNotificationParameters) GetSubscriptions() []*SubscriptionState + func (x *PutIdentificationServiceAreaNotificationParameters) ProtoReflect() protoreflect.Message + func (x *PutIdentificationServiceAreaNotificationParameters) Reset() + func (x *PutIdentificationServiceAreaNotificationParameters) String() string + type PutIdentificationServiceAreaResponse struct + ServiceArea *IdentificationServiceArea + Subscribers []*SubscriberToNotify + func (*PutIdentificationServiceAreaResponse) Descriptor() ([]byte, []int) + func (*PutIdentificationServiceAreaResponse) ProtoMessage() + func (x *PutIdentificationServiceAreaResponse) GetServiceArea() *IdentificationServiceArea + func (x *PutIdentificationServiceAreaResponse) GetSubscribers() []*SubscriberToNotify + func (x *PutIdentificationServiceAreaResponse) ProtoReflect() protoreflect.Message + func (x *PutIdentificationServiceAreaResponse) Reset() + func (x *PutIdentificationServiceAreaResponse) String() string + type PutSubscriptionResponse struct + ServiceAreas []*IdentificationServiceArea + Subscription *Subscription + func (*PutSubscriptionResponse) Descriptor() ([]byte, []int) + func (*PutSubscriptionResponse) ProtoMessage() + func (x *PutSubscriptionResponse) GetServiceAreas() []*IdentificationServiceArea + func (x *PutSubscriptionResponse) GetSubscription() *Subscription + func (x *PutSubscriptionResponse) ProtoReflect() protoreflect.Message + func (x *PutSubscriptionResponse) Reset() + func (x *PutSubscriptionResponse) String() string + type RIDAircraftPosition struct + AccuracyH HorizontalAccuracy + AccuracyV VerticalAccuracy + Alt float32 + Extrapolated bool + Lat float64 + Lng float64 + PressureAltitude float32 + func (*RIDAircraftPosition) Descriptor() ([]byte, []int) + func (*RIDAircraftPosition) ProtoMessage() + func (x *RIDAircraftPosition) GetAccuracyH() HorizontalAccuracy + func (x *RIDAircraftPosition) GetAccuracyV() VerticalAccuracy + func (x *RIDAircraftPosition) GetAlt() float32 + func (x *RIDAircraftPosition) GetExtrapolated() bool + func (x *RIDAircraftPosition) GetLat() float64 + func (x *RIDAircraftPosition) GetLng() float64 + func (x *RIDAircraftPosition) GetPressureAltitude() float32 + func (x *RIDAircraftPosition) ProtoReflect() protoreflect.Message + func (x *RIDAircraftPosition) Reset() + func (x *RIDAircraftPosition) String() string + type RIDAircraftState struct + GroupCeiling float32 + GroupCount int32 + GroupFloor float32 + GroupRadius float32 + GroupTimeEnd *timestamp.Timestamp + GroupTimeStart *timestamp.Timestamp + Height *RIDHeight + OperationalStatus RIDOperationalStatus + Position *RIDAircraftPosition + Speed float32 + SpeedAccuracy SpeedAccuracy + Timestamp *timestamp.Timestamp + TimestampAccuracy float32 + Track float32 + VerticalSpeed float32 + func (*RIDAircraftState) Descriptor() ([]byte, []int) + func (*RIDAircraftState) ProtoMessage() + func (x *RIDAircraftState) GetGroupCeiling() float32 + func (x *RIDAircraftState) GetGroupCount() int32 + func (x *RIDAircraftState) GetGroupFloor() float32 + func (x *RIDAircraftState) GetGroupRadius() float32 + func (x *RIDAircraftState) GetGroupTimeEnd() *timestamp.Timestamp + func (x *RIDAircraftState) GetGroupTimeStart() *timestamp.Timestamp + func (x *RIDAircraftState) GetHeight() *RIDHeight + func (x *RIDAircraftState) GetOperationalStatus() RIDOperationalStatus + func (x *RIDAircraftState) GetPosition() *RIDAircraftPosition + func (x *RIDAircraftState) GetSpeed() float32 + func (x *RIDAircraftState) GetSpeedAccuracy() SpeedAccuracy + func (x *RIDAircraftState) GetTimestamp() *timestamp.Timestamp + func (x *RIDAircraftState) GetTimestampAccuracy() float32 + func (x *RIDAircraftState) GetTrack() float32 + func (x *RIDAircraftState) GetVerticalSpeed() float32 + func (x *RIDAircraftState) ProtoReflect() protoreflect.Message + func (x *RIDAircraftState) Reset() + func (x *RIDAircraftState) String() string + type RIDAircraftType int32 + const RIDAircraftType_AEROPLANE + const RIDAircraftType_AIRSHIP + const RIDAircraftType_CAPTIVE_BALLOON + const RIDAircraftType_FREE_BALLOON + const RIDAircraftType_FREE_FALL_OR_PARACHUTE + const RIDAircraftType_GLIDER + const RIDAircraftType_GROUND_OBSTACLE + const RIDAircraftType_GYROPLANE + const RIDAircraftType_KITE + const RIDAircraftType_NOT_DECLARED + const RIDAircraftType_ORNITHOPTER + const RIDAircraftType_OTHER + const RIDAircraftType_ROCKET + const RIDAircraftType_ROTORCRAFT + const RIDAircraftType_TETHERED_POWERED_AIRCRAFT + const RIDAircraftType_VTOL + func (RIDAircraftType) Descriptor() protoreflect.EnumDescriptor + func (RIDAircraftType) EnumDescriptor() ([]byte, []int) + func (RIDAircraftType) Type() protoreflect.EnumType + func (x RIDAircraftType) Enum() *RIDAircraftType + func (x RIDAircraftType) Number() protoreflect.EnumNumber + func (x RIDAircraftType) String() string + type RIDAuthData struct + Data string + Format string + func (*RIDAuthData) Descriptor() ([]byte, []int) + func (*RIDAuthData) ProtoMessage() + func (x *RIDAuthData) GetData() string + func (x *RIDAuthData) GetFormat() string + func (x *RIDAuthData) ProtoReflect() protoreflect.Message + func (x *RIDAuthData) Reset() + func (x *RIDAuthData) String() string + type RIDFlight struct + AircraftType RIDAircraftType + CurrentState *RIDAircraftState + Id string + RecentPositions []*RIDRecentAircraftPosition + Simulated bool + Volumes []*Volume4D + func (*RIDFlight) Descriptor() ([]byte, []int) + func (*RIDFlight) ProtoMessage() + func (x *RIDFlight) GetAircraftType() RIDAircraftType + func (x *RIDFlight) GetCurrentState() *RIDAircraftState + func (x *RIDFlight) GetId() string + func (x *RIDFlight) GetRecentPositions() []*RIDRecentAircraftPosition + func (x *RIDFlight) GetSimulated() bool + func (x *RIDFlight) GetVolumes() []*Volume4D + func (x *RIDFlight) ProtoReflect() protoreflect.Message + func (x *RIDFlight) Reset() + func (x *RIDFlight) String() string + type RIDFlightDetails struct + AuthData *RIDAuthData + Id string + OperationDescription string + OperatorId string + OperatorLocation *LatLngPoint + RegistrationNumber string + SerialNumber string + func (*RIDFlightDetails) Descriptor() ([]byte, []int) + func (*RIDFlightDetails) ProtoMessage() + func (x *RIDFlightDetails) GetAuthData() *RIDAuthData + func (x *RIDFlightDetails) GetId() string + func (x *RIDFlightDetails) GetOperationDescription() string + func (x *RIDFlightDetails) GetOperatorId() string + func (x *RIDFlightDetails) GetOperatorLocation() *LatLngPoint + func (x *RIDFlightDetails) GetRegistrationNumber() string + func (x *RIDFlightDetails) GetSerialNumber() string + func (x *RIDFlightDetails) ProtoReflect() protoreflect.Message + func (x *RIDFlightDetails) Reset() + func (x *RIDFlightDetails) String() string + type RIDHeight struct + Distance float32 + Reference RIDHeight_RIDHeightReference + func (*RIDHeight) Descriptor() ([]byte, []int) + func (*RIDHeight) ProtoMessage() + func (x *RIDHeight) GetDistance() float32 + func (x *RIDHeight) GetReference() RIDHeight_RIDHeightReference + func (x *RIDHeight) ProtoReflect() protoreflect.Message + func (x *RIDHeight) Reset() + func (x *RIDHeight) String() string + type RIDHeight_RIDHeightReference int32 + const RIDHeight_RID_HEIGHT_REFERENCE_GROUND_LEVEL + const RIDHeight_RID_HEIGHT_REFERENCE_TAKEOFF_LOCATION + func (RIDHeight_RIDHeightReference) Descriptor() protoreflect.EnumDescriptor + func (RIDHeight_RIDHeightReference) EnumDescriptor() ([]byte, []int) + func (RIDHeight_RIDHeightReference) Type() protoreflect.EnumType + func (x RIDHeight_RIDHeightReference) Enum() *RIDHeight_RIDHeightReference + func (x RIDHeight_RIDHeightReference) Number() protoreflect.EnumNumber + func (x RIDHeight_RIDHeightReference) String() string + type RIDOperationalStatus int32 + const RIDOperationalStatus_AIRBORNE + const RIDOperationalStatus_GROUND + const RIDOperationalStatus_UNDECLARED + func (RIDOperationalStatus) Descriptor() protoreflect.EnumDescriptor + func (RIDOperationalStatus) EnumDescriptor() ([]byte, []int) + func (RIDOperationalStatus) Type() protoreflect.EnumType + func (x RIDOperationalStatus) Enum() *RIDOperationalStatus + func (x RIDOperationalStatus) Number() protoreflect.EnumNumber + func (x RIDOperationalStatus) String() string + type RIDRecentAircraftPosition struct + Position *RIDAircraftPosition + Time *timestamp.Timestamp + func (*RIDRecentAircraftPosition) Descriptor() ([]byte, []int) + func (*RIDRecentAircraftPosition) ProtoMessage() + func (x *RIDRecentAircraftPosition) GetPosition() *RIDAircraftPosition + func (x *RIDRecentAircraftPosition) GetTime() *timestamp.Timestamp + func (x *RIDRecentAircraftPosition) ProtoReflect() protoreflect.Message + func (x *RIDRecentAircraftPosition) Reset() + func (x *RIDRecentAircraftPosition) String() string + type SearchIdentificationServiceAreasRequest struct + Area string + EarliestTime *timestamp.Timestamp + LatestTime *timestamp.Timestamp + func (*SearchIdentificationServiceAreasRequest) Descriptor() ([]byte, []int) + func (*SearchIdentificationServiceAreasRequest) ProtoMessage() + func (x *SearchIdentificationServiceAreasRequest) GetArea() string + func (x *SearchIdentificationServiceAreasRequest) GetEarliestTime() *timestamp.Timestamp + func (x *SearchIdentificationServiceAreasRequest) GetLatestTime() *timestamp.Timestamp + func (x *SearchIdentificationServiceAreasRequest) ProtoReflect() protoreflect.Message + func (x *SearchIdentificationServiceAreasRequest) Reset() + func (x *SearchIdentificationServiceAreasRequest) String() string + type SearchIdentificationServiceAreasResponse struct + ServiceAreas []*IdentificationServiceArea + func (*SearchIdentificationServiceAreasResponse) Descriptor() ([]byte, []int) + func (*SearchIdentificationServiceAreasResponse) ProtoMessage() + func (x *SearchIdentificationServiceAreasResponse) GetServiceAreas() []*IdentificationServiceArea + func (x *SearchIdentificationServiceAreasResponse) ProtoReflect() protoreflect.Message + func (x *SearchIdentificationServiceAreasResponse) Reset() + func (x *SearchIdentificationServiceAreasResponse) String() string + type SearchSubscriptionsRequest struct + Area string + func (*SearchSubscriptionsRequest) Descriptor() ([]byte, []int) + func (*SearchSubscriptionsRequest) ProtoMessage() + func (x *SearchSubscriptionsRequest) GetArea() string + func (x *SearchSubscriptionsRequest) ProtoReflect() protoreflect.Message + func (x *SearchSubscriptionsRequest) Reset() + func (x *SearchSubscriptionsRequest) String() string + type SearchSubscriptionsResponse struct + Subscriptions []*Subscription + func (*SearchSubscriptionsResponse) Descriptor() ([]byte, []int) + func (*SearchSubscriptionsResponse) ProtoMessage() + func (x *SearchSubscriptionsResponse) GetSubscriptions() []*Subscription + func (x *SearchSubscriptionsResponse) ProtoReflect() protoreflect.Message + func (x *SearchSubscriptionsResponse) Reset() + func (x *SearchSubscriptionsResponse) String() string + type SpeedAccuracy int32 + const SpeedAccuracy_SA_UNKNOWN + const SpeedAccuracy_S_A03MPS + const SpeedAccuracy_S_A10MPS + const SpeedAccuracy_S_A10MPS_PLUS + const SpeedAccuracy_S_A1MPS + const SpeedAccuracy_S_A3MPS + func (SpeedAccuracy) Descriptor() protoreflect.EnumDescriptor + func (SpeedAccuracy) EnumDescriptor() ([]byte, []int) + func (SpeedAccuracy) Type() protoreflect.EnumType + func (x SpeedAccuracy) Enum() *SpeedAccuracy + func (x SpeedAccuracy) Number() protoreflect.EnumNumber + func (x SpeedAccuracy) String() string + type SubscriberToNotify struct + Subscriptions []*SubscriptionState + Url string + func (*SubscriberToNotify) Descriptor() ([]byte, []int) + func (*SubscriberToNotify) ProtoMessage() + func (x *SubscriberToNotify) GetSubscriptions() []*SubscriptionState + func (x *SubscriberToNotify) GetUrl() string + func (x *SubscriberToNotify) ProtoReflect() protoreflect.Message + func (x *SubscriberToNotify) Reset() + func (x *SubscriberToNotify) String() string + type Subscription struct + Callbacks *SubscriptionCallbacks + Id string + NotificationIndex int32 + Owner string + TimeEnd *timestamp.Timestamp + TimeStart *timestamp.Timestamp + Version string + func (*Subscription) Descriptor() ([]byte, []int) + func (*Subscription) ProtoMessage() + func (x *Subscription) GetCallbacks() *SubscriptionCallbacks + func (x *Subscription) GetId() string + func (x *Subscription) GetNotificationIndex() int32 + func (x *Subscription) GetOwner() string + func (x *Subscription) GetTimeEnd() *timestamp.Timestamp + func (x *Subscription) GetTimeStart() *timestamp.Timestamp + func (x *Subscription) GetVersion() string + func (x *Subscription) ProtoReflect() protoreflect.Message + func (x *Subscription) Reset() + func (x *Subscription) String() string + type SubscriptionCallbacks struct + IdentificationServiceAreaUrl string + func (*SubscriptionCallbacks) Descriptor() ([]byte, []int) + func (*SubscriptionCallbacks) ProtoMessage() + func (x *SubscriptionCallbacks) GetIdentificationServiceAreaUrl() string + func (x *SubscriptionCallbacks) ProtoReflect() protoreflect.Message + func (x *SubscriptionCallbacks) Reset() + func (x *SubscriptionCallbacks) String() string + type SubscriptionState struct + NotificationIndex int32 + SubscriptionId string + func (*SubscriptionState) Descriptor() ([]byte, []int) + func (*SubscriptionState) ProtoMessage() + func (x *SubscriptionState) GetNotificationIndex() int32 + func (x *SubscriptionState) GetSubscriptionId() string + func (x *SubscriptionState) ProtoReflect() protoreflect.Message + func (x *SubscriptionState) Reset() + func (x *SubscriptionState) String() string + type UnimplementedDiscoveryAndSynchronizationServiceServer struct + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) CreateIdentificationServiceArea(context.Context, *CreateIdentificationServiceAreaRequest) (*PutIdentificationServiceAreaResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) CreateSubscription(context.Context, *CreateSubscriptionRequest) (*PutSubscriptionResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) DeleteIdentificationServiceArea(context.Context, *DeleteIdentificationServiceAreaRequest) (*DeleteIdentificationServiceAreaResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) DeleteSubscription(context.Context, *DeleteSubscriptionRequest) (*DeleteSubscriptionResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) GetIdentificationServiceArea(context.Context, *GetIdentificationServiceAreaRequest) (*GetIdentificationServiceAreaResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) GetSubscription(context.Context, *GetSubscriptionRequest) (*GetSubscriptionResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) SearchIdentificationServiceAreas(context.Context, *SearchIdentificationServiceAreasRequest) (*SearchIdentificationServiceAreasResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) SearchSubscriptions(context.Context, *SearchSubscriptionsRequest) (*SearchSubscriptionsResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) UpdateIdentificationServiceArea(context.Context, *UpdateIdentificationServiceAreaRequest) (*PutIdentificationServiceAreaResponse, error) + func (*UnimplementedDiscoveryAndSynchronizationServiceServer) UpdateSubscription(context.Context, *UpdateSubscriptionRequest) (*PutSubscriptionResponse, error) + type UpdateIdentificationServiceAreaParameters struct + Extents *Volume4D + FlightsUrl string + func (*UpdateIdentificationServiceAreaParameters) Descriptor() ([]byte, []int) + func (*UpdateIdentificationServiceAreaParameters) ProtoMessage() + func (x *UpdateIdentificationServiceAreaParameters) GetExtents() *Volume4D + func (x *UpdateIdentificationServiceAreaParameters) GetFlightsUrl() string + func (x *UpdateIdentificationServiceAreaParameters) ProtoReflect() protoreflect.Message + func (x *UpdateIdentificationServiceAreaParameters) Reset() + func (x *UpdateIdentificationServiceAreaParameters) String() string + type UpdateIdentificationServiceAreaRequest struct + Id string + Params *UpdateIdentificationServiceAreaParameters + Version string + func (*UpdateIdentificationServiceAreaRequest) Descriptor() ([]byte, []int) + func (*UpdateIdentificationServiceAreaRequest) ProtoMessage() + func (x *UpdateIdentificationServiceAreaRequest) GetId() string + func (x *UpdateIdentificationServiceAreaRequest) GetParams() *UpdateIdentificationServiceAreaParameters + func (x *UpdateIdentificationServiceAreaRequest) GetVersion() string + func (x *UpdateIdentificationServiceAreaRequest) ProtoReflect() protoreflect.Message + func (x *UpdateIdentificationServiceAreaRequest) Reset() + func (x *UpdateIdentificationServiceAreaRequest) String() string + type UpdateSubscriptionParameters struct + Callbacks *SubscriptionCallbacks + Extents *Volume4D + func (*UpdateSubscriptionParameters) Descriptor() ([]byte, []int) + func (*UpdateSubscriptionParameters) ProtoMessage() + func (x *UpdateSubscriptionParameters) GetCallbacks() *SubscriptionCallbacks + func (x *UpdateSubscriptionParameters) GetExtents() *Volume4D + func (x *UpdateSubscriptionParameters) ProtoReflect() protoreflect.Message + func (x *UpdateSubscriptionParameters) Reset() + func (x *UpdateSubscriptionParameters) String() string + type UpdateSubscriptionRequest struct + Id string + Params *UpdateSubscriptionParameters + Version string + func (*UpdateSubscriptionRequest) Descriptor() ([]byte, []int) + func (*UpdateSubscriptionRequest) ProtoMessage() + func (x *UpdateSubscriptionRequest) GetId() string + func (x *UpdateSubscriptionRequest) GetParams() *UpdateSubscriptionParameters + func (x *UpdateSubscriptionRequest) GetVersion() string + func (x *UpdateSubscriptionRequest) ProtoReflect() protoreflect.Message + func (x *UpdateSubscriptionRequest) Reset() + func (x *UpdateSubscriptionRequest) String() string + type VerticalAccuracy int32 + const VerticalAccuracy_VA_UNKNOWN + const VerticalAccuracy_V_A10M + const VerticalAccuracy_V_A150M + const VerticalAccuracy_V_A150M_PLUS + const VerticalAccuracy_V_A1M + const VerticalAccuracy_V_A25M + const VerticalAccuracy_V_A3M + const VerticalAccuracy_V_A45M + func (VerticalAccuracy) Descriptor() protoreflect.EnumDescriptor + func (VerticalAccuracy) EnumDescriptor() ([]byte, []int) + func (VerticalAccuracy) Type() protoreflect.EnumType + func (x VerticalAccuracy) Enum() *VerticalAccuracy + func (x VerticalAccuracy) Number() protoreflect.EnumNumber + func (x VerticalAccuracy) String() string + type Volume3D struct + AltitudeHi float32 + AltitudeLo float32 + Footprint *GeoPolygon + func (*Volume3D) Descriptor() ([]byte, []int) + func (*Volume3D) ProtoMessage() + func (x *Volume3D) GetAltitudeHi() float32 + func (x *Volume3D) GetAltitudeLo() float32 + func (x *Volume3D) GetFootprint() *GeoPolygon + func (x *Volume3D) ProtoReflect() protoreflect.Message + func (x *Volume3D) Reset() + func (x *Volume3D) String() string + type Volume4D struct + SpatialVolume *Volume3D + TimeEnd *timestamp.Timestamp + TimeStart *timestamp.Timestamp + func (*Volume4D) Descriptor() ([]byte, []int) + func (*Volume4D) ProtoMessage() + func (x *Volume4D) GetSpatialVolume() *Volume3D + func (x *Volume4D) GetTimeEnd() *timestamp.Timestamp + func (x *Volume4D) GetTimeStart() *timestamp.Timestamp + func (x *Volume4D) ProtoReflect() protoreflect.Message + func (x *Volume4D) Reset() + func (x *Volume4D) String() string