Package aisutils :: Module uscg :: Class UscgNmea
[hide private]
[frames] | no frames]

Class UscgNmea

source code

Instance Methods [hide private]
 
__init__(self, nmeaStr=None)
Fields: - rssi ('s'): relative signal strength indicator - signalStrength ('d') - signal strendth in dBm - timeOfArrival ('T') - time of arrive from receiver - seconds within the minute - slotNumber ('S') - Receive slot number - station ('r' or 'b') - station name or id that received the message - stationTypeCode - first letter of the station name indicating 'b'asestation or 'r'eceive only (I think) - cg_sec - receive time of the message from the logging software.
source code
Method Details [hide private]

__init__(self, nmeaStr=None)
(Constructor)

source code 

Fields:
 - rssi ('s'): relative signal strength indicator
 - signalStrength ('d') - signal strendth in dBm
 - timeOfArrival ('T') - time of arrive from receiver - seconds within the minute
 - slotNumber ('S') - Receive slot number
 - station ('r' or 'b') - station name or id that received the message
 - stationTypeCode - first letter of the station name indicating 'b'asestation or 'r'eceive only (I think)
- cg_sec - receive time of the message from the logging software.  Unix UTC second timestamp
- timestamp - python datetime object in UTC derived from the cg_sec
@todo: parse the other fields?