Files
pilotclient/src/blackmisc/blackmisc.h

72 lines
1.7 KiB
C

/* Copyright (C) 2013
* swift Project Community / Contributors
*
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
* directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project,
* including this file, may be copied, modified, propagated, or distributed except according to the terms
* contained in the LICENSE file.
*/
#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 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::Private
* \private
*/
/*!
* \namespace BlackMisc::Iterators
* \brief Iterator classes for the containers.
*/
#endif