Constructor
new RtkStatus(options)
Create an RTK status component
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | Object | Configuration options Properties
|
- Source
Classes
Methods
addStyles()
Add required CSS styles to the document
- Source
getRtkModeName() → {string}
Get RTK mode name
- Source
Returns:
RTK mode name
- Type:
- string
handleNtripConnected(data)
Handle NTRIP connected event
Parameters:
Name | Type | Description |
---|---|---|
data | Object | Connection data |
- Source
handleNtripDisconnected(data)
Handle NTRIP disconnected event
Parameters:
Name | Type | Description |
---|---|---|
data | Object | Disconnection data |
- Source
handlePosition(position)
Handle position update event
Parameters:
Name | Type | Description |
---|---|---|
position | Object | Position data |
- Source
handleRtcmData(data)
Handle RTCM data event
Parameters:
Name | Type | Description |
---|---|---|
data | Object | RTCM data and stats |
- Source
initializeUI()
Initialize the UI elements
- Source
registerEventListeners()
Register event listeners for GNSS and NTRIP events
- Source
updateFixQualityIndicator()
Update the fix quality indicator
- Source
updateSatelliteBars()
Update the satellite bars
- Source
updateStatus()
Update the status display
- Source