Module imo_001_22_area_notice :: Class BBM
[hide private]
[frames] | no frames]

Class BBM

source code

object --+    
         |    
     AIVDM --+
             |
            BBM
Known Subclasses:

Binary Broadcast Message - MessageID 8. Generically support messages of this type BBM defined in 80_330e_PAS - IEC/PAS 61162-100 Ed.1

Maritime navigation and radiocommunication equipment and systems - Digital interfaces - Part 100: Singlto IEC 61162-1 for the UAIS

NMEA BBM can be 8, 19, or 21. It can also handle the text message 14.

Instance Methods [hide private]
 
__init__(self, message_id=8)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_bbm(self, talker='EC', sequence_num=None, channel='A') source code

Inherited from AIVDM: get_aivdm, get_bits, get_bits_header, kml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  max_payload_char = 41
Maximum length of characters that can go inside the BBM payload
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, message_id=8)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)