Documentation
¶
Overview ¶
Cisco-IOS-XR-gnss-oper:gnss-receiver/nodes/node/receivers/receiver
Index ¶
- type GnssmgrBagSatellite
- func (*GnssmgrBagSatellite) Descriptor() ([]byte, []int)
- func (m *GnssmgrBagSatellite) GetAcquisitionFlag() bool
- func (m *GnssmgrBagSatellite) GetChannelNumber() uint32
- func (m *GnssmgrBagSatellite) GetEphemerisFlag() bool
- func (m *GnssmgrBagSatellite) GetPrnNumber() uint32
- func (m *GnssmgrBagSatellite) GetSignalStrength() uint32
- func (m *GnssmgrBagSatellite) GetSvType() string
- func (*GnssmgrBagSatellite) ProtoMessage()
- func (m *GnssmgrBagSatellite) Reset()
- func (m *GnssmgrBagSatellite) String() string
- func (m *GnssmgrBagSatellite) XXX_DiscardUnknown()
- func (m *GnssmgrBagSatellite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GnssmgrBagSatellite) XXX_Merge(src proto.Message)
- func (m *GnssmgrBagSatellite) XXX_Size() int
- func (m *GnssmgrBagSatellite) XXX_Unmarshal(b []byte) error
- type GnssmgrRxInfo
- func (*GnssmgrRxInfo) Descriptor() ([]byte, []int)
- func (m *GnssmgrRxInfo) GetAltitude() string
- func (m *GnssmgrRxInfo) GetAntiJamDisable() bool
- func (m *GnssmgrRxInfo) GetAvailable() bool
- func (m *GnssmgrRxInfo) GetCableDelayCompensation() int32
- func (m *GnssmgrRxInfo) GetConstellation() string
- func (m *GnssmgrRxInfo) GetElevationThreshold() uint32
- func (m *GnssmgrRxInfo) GetEnabled() bool
- func (m *GnssmgrRxInfo) GetFirmwareVersion() string
- func (m *GnssmgrRxInfo) GetHdop() uint32
- func (m *GnssmgrRxInfo) GetHoldoverDuration() uint32
- func (m *GnssmgrRxInfo) GetLatitude() int32
- func (m *GnssmgrRxInfo) GetLockStatus() string
- func (m *GnssmgrRxInfo) GetLongitude() int32
- func (m *GnssmgrRxInfo) GetMajorAlarm() string
- func (m *GnssmgrRxInfo) GetMinorAlarm() string
- func (m *GnssmgrRxInfo) GetNode() string
- func (m *GnssmgrRxInfo) GetPdop() uint32
- func (m *GnssmgrRxInfo) GetPdopThreshold() uint32
- func (m *GnssmgrRxInfo) GetPolarity1Pps() string
- func (m *GnssmgrRxInfo) GetReceiverMode() string
- func (m *GnssmgrRxInfo) GetReceiverNumber() uint32
- func (m *GnssmgrRxInfo) GetSatellite() []*GnssmgrBagSatellite
- func (m *GnssmgrRxInfo) GetSatelliteDataKnown() bool
- func (m *GnssmgrRxInfo) GetShutdown() bool
- func (m *GnssmgrRxInfo) GetSnrThreshold() uint32
- func (m *GnssmgrRxInfo) GetSurveyProgress() uint32
- func (m *GnssmgrRxInfo) GetTdop() uint32
- func (m *GnssmgrRxInfo) GetTime() uint32
- func (m *GnssmgrRxInfo) GetTraimThreshold() uint32
- func (m *GnssmgrRxInfo) GetUtcOffset() string
- func (m *GnssmgrRxInfo) GetVdop() uint32
- func (*GnssmgrRxInfo) ProtoMessage()
- func (m *GnssmgrRxInfo) Reset()
- func (m *GnssmgrRxInfo) String() string
- func (m *GnssmgrRxInfo) XXX_DiscardUnknown()
- func (m *GnssmgrRxInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GnssmgrRxInfo) XXX_Merge(src proto.Message)
- func (m *GnssmgrRxInfo) XXX_Size() int
- func (m *GnssmgrRxInfo) XXX_Unmarshal(b []byte) error
- type GnssmgrRxInfo_KEYS
- func (*GnssmgrRxInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *GnssmgrRxInfo_KEYS) GetNode() string
- func (m *GnssmgrRxInfo_KEYS) GetNumber() uint32
- func (*GnssmgrRxInfo_KEYS) ProtoMessage()
- func (m *GnssmgrRxInfo_KEYS) Reset()
- func (m *GnssmgrRxInfo_KEYS) String() string
- func (m *GnssmgrRxInfo_KEYS) XXX_DiscardUnknown()
- func (m *GnssmgrRxInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GnssmgrRxInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *GnssmgrRxInfo_KEYS) XXX_Size() int
- func (m *GnssmgrRxInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GnssmgrBagSatellite ¶
type GnssmgrBagSatellite struct { PrnNumber uint32 `protobuf:"varint,1,opt,name=prn_number,json=prnNumber,proto3" json:"prn_number,omitempty"` ChannelNumber uint32 `protobuf:"varint,2,opt,name=channel_number,json=channelNumber,proto3" json:"channel_number,omitempty"` AcquisitionFlag bool `protobuf:"varint,3,opt,name=acquisition_flag,json=acquisitionFlag,proto3" json:"acquisition_flag,omitempty"` EphemerisFlag bool `protobuf:"varint,4,opt,name=ephemeris_flag,json=ephemerisFlag,proto3" json:"ephemeris_flag,omitempty"` SvType string `protobuf:"bytes,5,opt,name=sv_type,json=svType,proto3" json:"sv_type,omitempty"` SignalStrength uint32 `protobuf:"varint,6,opt,name=signal_strength,json=signalStrength,proto3" json:"signal_strength,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GnssmgrBagSatellite) Descriptor ¶
func (*GnssmgrBagSatellite) Descriptor() ([]byte, []int)
func (*GnssmgrBagSatellite) GetAcquisitionFlag ¶
func (m *GnssmgrBagSatellite) GetAcquisitionFlag() bool
func (*GnssmgrBagSatellite) GetChannelNumber ¶
func (m *GnssmgrBagSatellite) GetChannelNumber() uint32
func (*GnssmgrBagSatellite) GetEphemerisFlag ¶
func (m *GnssmgrBagSatellite) GetEphemerisFlag() bool
func (*GnssmgrBagSatellite) GetPrnNumber ¶
func (m *GnssmgrBagSatellite) GetPrnNumber() uint32
func (*GnssmgrBagSatellite) GetSignalStrength ¶
func (m *GnssmgrBagSatellite) GetSignalStrength() uint32
func (*GnssmgrBagSatellite) GetSvType ¶
func (m *GnssmgrBagSatellite) GetSvType() string
func (*GnssmgrBagSatellite) ProtoMessage ¶
func (*GnssmgrBagSatellite) ProtoMessage()
func (*GnssmgrBagSatellite) Reset ¶
func (m *GnssmgrBagSatellite) Reset()
func (*GnssmgrBagSatellite) String ¶
func (m *GnssmgrBagSatellite) String() string
func (*GnssmgrBagSatellite) XXX_DiscardUnknown ¶
func (m *GnssmgrBagSatellite) XXX_DiscardUnknown()
func (*GnssmgrBagSatellite) XXX_Marshal ¶
func (m *GnssmgrBagSatellite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GnssmgrBagSatellite) XXX_Merge ¶
func (m *GnssmgrBagSatellite) XXX_Merge(src proto.Message)
func (*GnssmgrBagSatellite) XXX_Size ¶
func (m *GnssmgrBagSatellite) XXX_Size() int
func (*GnssmgrBagSatellite) XXX_Unmarshal ¶
func (m *GnssmgrBagSatellite) XXX_Unmarshal(b []byte) error
type GnssmgrRxInfo ¶
type GnssmgrRxInfo struct { ReceiverNumber uint32 `protobuf:"varint,50,opt,name=receiver_number,json=receiverNumber,proto3" json:"receiver_number,omitempty"` Node string `protobuf:"bytes,51,opt,name=node,proto3" json:"node,omitempty"` Enabled bool `protobuf:"varint,52,opt,name=enabled,proto3" json:"enabled,omitempty"` Shutdown bool `protobuf:"varint,53,opt,name=shutdown,proto3" json:"shutdown,omitempty"` AntiJamDisable bool `protobuf:"varint,54,opt,name=anti_jam_disable,json=antiJamDisable,proto3" json:"anti_jam_disable,omitempty"` Constellation string `protobuf:"bytes,55,opt,name=constellation,proto3" json:"constellation,omitempty"` SnrThreshold uint32 `protobuf:"varint,56,opt,name=snr_threshold,json=snrThreshold,proto3" json:"snr_threshold,omitempty"` ElevationThreshold uint32 `protobuf:"varint,57,opt,name=elevation_threshold,json=elevationThreshold,proto3" json:"elevation_threshold,omitempty"` PdopThreshold uint32 `protobuf:"varint,58,opt,name=pdop_threshold,json=pdopThreshold,proto3" json:"pdop_threshold,omitempty"` TraimThreshold uint32 `protobuf:"varint,59,opt,name=traim_threshold,json=traimThreshold,proto3" json:"traim_threshold,omitempty"` CableDelayCompensation int32 `` /* 133-byte string literal not displayed */ Polarity1Pps string `protobuf:"bytes,61,opt,name=polarity1pps,proto3" json:"polarity1pps,omitempty"` Available bool `protobuf:"varint,62,opt,name=available,proto3" json:"available,omitempty"` LockStatus string `protobuf:"bytes,63,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"` ReceiverMode string `protobuf:"bytes,64,opt,name=receiver_mode,json=receiverMode,proto3" json:"receiver_mode,omitempty"` SurveyProgress uint32 `protobuf:"varint,65,opt,name=survey_progress,json=surveyProgress,proto3" json:"survey_progress,omitempty"` HoldoverDuration uint32 `protobuf:"varint,66,opt,name=holdover_duration,json=holdoverDuration,proto3" json:"holdover_duration,omitempty"` MajorAlarm string `protobuf:"bytes,67,opt,name=major_alarm,json=majorAlarm,proto3" json:"major_alarm,omitempty"` MinorAlarm string `protobuf:"bytes,68,opt,name=minor_alarm,json=minorAlarm,proto3" json:"minor_alarm,omitempty"` Pdop uint32 `protobuf:"varint,69,opt,name=pdop,proto3" json:"pdop,omitempty"` Hdop uint32 `protobuf:"varint,70,opt,name=hdop,proto3" json:"hdop,omitempty"` Vdop uint32 `protobuf:"varint,71,opt,name=vdop,proto3" json:"vdop,omitempty"` Tdop uint32 `protobuf:"varint,72,opt,name=tdop,proto3" json:"tdop,omitempty"` Latitude int32 `protobuf:"zigzag32,73,opt,name=latitude,proto3" json:"latitude,omitempty"` Longitude int32 `protobuf:"zigzag32,74,opt,name=longitude,proto3" json:"longitude,omitempty"` Altitude string `protobuf:"bytes,75,opt,name=altitude,proto3" json:"altitude,omitempty"` Time uint32 `protobuf:"varint,76,opt,name=time,proto3" json:"time,omitempty"` UtcOffset string `protobuf:"bytes,77,opt,name=utc_offset,json=utcOffset,proto3" json:"utc_offset,omitempty"` FirmwareVersion string `protobuf:"bytes,78,opt,name=firmware_version,json=firmwareVersion,proto3" json:"firmware_version,omitempty"` SatelliteDataKnown bool `protobuf:"varint,79,opt,name=satellite_data_known,json=satelliteDataKnown,proto3" json:"satellite_data_known,omitempty"` Satellite []*GnssmgrBagSatellite `protobuf:"bytes,80,rep,name=satellite,proto3" json:"satellite,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GnssmgrRxInfo) Descriptor ¶
func (*GnssmgrRxInfo) Descriptor() ([]byte, []int)
func (*GnssmgrRxInfo) GetAltitude ¶
func (m *GnssmgrRxInfo) GetAltitude() string
func (*GnssmgrRxInfo) GetAntiJamDisable ¶
func (m *GnssmgrRxInfo) GetAntiJamDisable() bool
func (*GnssmgrRxInfo) GetAvailable ¶
func (m *GnssmgrRxInfo) GetAvailable() bool
func (*GnssmgrRxInfo) GetCableDelayCompensation ¶
func (m *GnssmgrRxInfo) GetCableDelayCompensation() int32
func (*GnssmgrRxInfo) GetConstellation ¶
func (m *GnssmgrRxInfo) GetConstellation() string
func (*GnssmgrRxInfo) GetElevationThreshold ¶
func (m *GnssmgrRxInfo) GetElevationThreshold() uint32
func (*GnssmgrRxInfo) GetEnabled ¶
func (m *GnssmgrRxInfo) GetEnabled() bool
func (*GnssmgrRxInfo) GetFirmwareVersion ¶
func (m *GnssmgrRxInfo) GetFirmwareVersion() string
func (*GnssmgrRxInfo) GetHdop ¶
func (m *GnssmgrRxInfo) GetHdop() uint32
func (*GnssmgrRxInfo) GetHoldoverDuration ¶
func (m *GnssmgrRxInfo) GetHoldoverDuration() uint32
func (*GnssmgrRxInfo) GetLatitude ¶
func (m *GnssmgrRxInfo) GetLatitude() int32
func (*GnssmgrRxInfo) GetLockStatus ¶
func (m *GnssmgrRxInfo) GetLockStatus() string
func (*GnssmgrRxInfo) GetLongitude ¶
func (m *GnssmgrRxInfo) GetLongitude() int32
func (*GnssmgrRxInfo) GetMajorAlarm ¶
func (m *GnssmgrRxInfo) GetMajorAlarm() string
func (*GnssmgrRxInfo) GetMinorAlarm ¶
func (m *GnssmgrRxInfo) GetMinorAlarm() string
func (*GnssmgrRxInfo) GetNode ¶
func (m *GnssmgrRxInfo) GetNode() string
func (*GnssmgrRxInfo) GetPdop ¶
func (m *GnssmgrRxInfo) GetPdop() uint32
func (*GnssmgrRxInfo) GetPdopThreshold ¶
func (m *GnssmgrRxInfo) GetPdopThreshold() uint32
func (*GnssmgrRxInfo) GetPolarity1Pps ¶
func (m *GnssmgrRxInfo) GetPolarity1Pps() string
func (*GnssmgrRxInfo) GetReceiverMode ¶
func (m *GnssmgrRxInfo) GetReceiverMode() string
func (*GnssmgrRxInfo) GetReceiverNumber ¶
func (m *GnssmgrRxInfo) GetReceiverNumber() uint32
func (*GnssmgrRxInfo) GetSatellite ¶
func (m *GnssmgrRxInfo) GetSatellite() []*GnssmgrBagSatellite
func (*GnssmgrRxInfo) GetSatelliteDataKnown ¶
func (m *GnssmgrRxInfo) GetSatelliteDataKnown() bool
func (*GnssmgrRxInfo) GetShutdown ¶
func (m *GnssmgrRxInfo) GetShutdown() bool
func (*GnssmgrRxInfo) GetSnrThreshold ¶
func (m *GnssmgrRxInfo) GetSnrThreshold() uint32
func (*GnssmgrRxInfo) GetSurveyProgress ¶
func (m *GnssmgrRxInfo) GetSurveyProgress() uint32
func (*GnssmgrRxInfo) GetTdop ¶
func (m *GnssmgrRxInfo) GetTdop() uint32
func (*GnssmgrRxInfo) GetTime ¶
func (m *GnssmgrRxInfo) GetTime() uint32
func (*GnssmgrRxInfo) GetTraimThreshold ¶
func (m *GnssmgrRxInfo) GetTraimThreshold() uint32
func (*GnssmgrRxInfo) GetUtcOffset ¶
func (m *GnssmgrRxInfo) GetUtcOffset() string
func (*GnssmgrRxInfo) GetVdop ¶
func (m *GnssmgrRxInfo) GetVdop() uint32
func (*GnssmgrRxInfo) ProtoMessage ¶
func (*GnssmgrRxInfo) ProtoMessage()
func (*GnssmgrRxInfo) Reset ¶
func (m *GnssmgrRxInfo) Reset()
func (*GnssmgrRxInfo) String ¶
func (m *GnssmgrRxInfo) String() string
func (*GnssmgrRxInfo) XXX_DiscardUnknown ¶
func (m *GnssmgrRxInfo) XXX_DiscardUnknown()
func (*GnssmgrRxInfo) XXX_Marshal ¶
func (m *GnssmgrRxInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GnssmgrRxInfo) XXX_Merge ¶
func (m *GnssmgrRxInfo) XXX_Merge(src proto.Message)
func (*GnssmgrRxInfo) XXX_Size ¶
func (m *GnssmgrRxInfo) XXX_Size() int
func (*GnssmgrRxInfo) XXX_Unmarshal ¶
func (m *GnssmgrRxInfo) XXX_Unmarshal(b []byte) error
type GnssmgrRxInfo_KEYS ¶
type GnssmgrRxInfo_KEYS struct { Node string `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Number uint32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GnssmgrRxInfo_KEYS) Descriptor ¶
func (*GnssmgrRxInfo_KEYS) Descriptor() ([]byte, []int)
func (*GnssmgrRxInfo_KEYS) GetNode ¶
func (m *GnssmgrRxInfo_KEYS) GetNode() string
func (*GnssmgrRxInfo_KEYS) GetNumber ¶
func (m *GnssmgrRxInfo_KEYS) GetNumber() uint32
func (*GnssmgrRxInfo_KEYS) ProtoMessage ¶
func (*GnssmgrRxInfo_KEYS) ProtoMessage()
func (*GnssmgrRxInfo_KEYS) Reset ¶
func (m *GnssmgrRxInfo_KEYS) Reset()
func (*GnssmgrRxInfo_KEYS) String ¶
func (m *GnssmgrRxInfo_KEYS) String() string
func (*GnssmgrRxInfo_KEYS) XXX_DiscardUnknown ¶
func (m *GnssmgrRxInfo_KEYS) XXX_DiscardUnknown()
func (*GnssmgrRxInfo_KEYS) XXX_Marshal ¶
func (m *GnssmgrRxInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GnssmgrRxInfo_KEYS) XXX_Merge ¶
func (m *GnssmgrRxInfo_KEYS) XXX_Merge(src proto.Message)
func (*GnssmgrRxInfo_KEYS) XXX_Size ¶
func (m *GnssmgrRxInfo_KEYS) XXX_Size() int
func (*GnssmgrRxInfo_KEYS) XXX_Unmarshal ¶
func (m *GnssmgrRxInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.