gr-gsm/docs
piotr 437f5467a1 Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
..
doxygen Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
CMakeLists.txt Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00
README.gsm Initial commit - gsm-receiver with removed quick hacks 2014-02-04 17:57:25 +01:00

README.gsm

This is the gsm-write-a-block package meant as a guide to building
out-of-tree packages. To use the gsm blocks, the Python namespaces
is in 'gsm', which is imported as:

    import gsm

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using: 

    help(gsm)