Files
pilotclient/src/blackmisc/blackmisc.h

63 lines
1.3 KiB
C

#ifndef BLACKMISC_NAMESPACES_H
#define BLACKMISC_NAMESPACES_H
// just a dummy header, namespace documentation will go here
/*! \file */
/*!
* \namespace BlackMisc
* \brief Base and utility classes available in all other projects.
*/
/*!
* \namespace BlackMisctest
* \brief Tests and samples for namespace BlackMisc.
*/
/*!
* \namespace BlackMisc::Aviation
* \brief Aviation and Avionics classes such as CHeading or CTransponder .
*/
/*!
* \namespace BlackMisc::Math
* \brief Math classes such as vectors, matrices, and utility methods.
*/
/*!
* \namespace BlackMisc::GeoPosition
* \brief Position handling as geo locations and coordinates systems.
*/
/*!
* \namespace BlackMisc::PhysicalQuantities
* \brief Classes for physical quantities and units such as length, mass, speed.
*/
/*!
* \namespace BlackMisc::Network
* \brief Classes related to the traffic network such as VATSIM user etc.
*/
/*!
* \namespace BlackMisc::Settings
* \brief Classes related to configuration settings.
*/
/*!
* \namespace BlackMisc::Predicates
* \brief Functor classes for evaluating predicate calculus expressions.
*/
/*!
* \namespace BlackMisc::Predicates::Private
* \private
*/
/*!
* \namespace BlackMisc::Iterators
* \brief Iterator classes for the containers.
*/
#endif