$Id$

os/com/ascom/README.txt

This folder contains every part that is only relevant for the AsCom class.
Basic stuff that is needed without respect to the existence of tx and rx parts is located here.

Cfg.h is the main config file where some defines from variant tree are used to define some types.
It additionally includes pvCfg.h which introduces header includes that only exist if a specific feature is enabled.


tx/rx
-----
This tx/rx folders contain every part that is relevant for the transmission/reception part of ascom.

The basic includes for tx/rx relevant types are always located in the tx/rx directories, wheras there are many aspect and additional support files
that only influence one of these basic types. These files are located in the subsubfolders {tx,rx}/<typename>/<support_file>

subsubfolders
-------------
Inside the *ConfigType subfolders of tx/rx, almost any file that is responsible for the construction of the respective
*ConfigType struct is located here.

In these *ConfigType folders there are many aspects that have a file instance with _Var suffix and one with _Const suffix.
The *_Var instances add additional member attributes to the config, the *_Const only add member methods.



