merged AI doc, some new pages
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
/*! \file piunits_class_information.h
|
||||
* \ingroup Core
|
||||
* \~\brief
|
||||
* \~english Information units
|
||||
* \~russian Единицы измерения информации
|
||||
*/
|
||||
//! \~\file piunits_class_information.h
|
||||
//! \~\ingroup Units
|
||||
//! \~\brief
|
||||
//! \~english Information unit family descriptor
|
||||
//! \~russian Описатель семейства единиц информации
|
||||
//!
|
||||
//! \~\details
|
||||
//! \~english
|
||||
//! Declares %PIUnits::Class::Information and its public type identifiers for information values.
|
||||
//! \~russian
|
||||
//! Объявляет %PIUnits::Class::Information и его публичные идентификаторы типов для значений информации.
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
Information units
|
||||
@@ -28,11 +33,18 @@
|
||||
|
||||
#include "piunits_base.h"
|
||||
|
||||
//! \class PIUnits::Class::Information
|
||||
//! \~\ingroup Units
|
||||
//! \~\brief
|
||||
//! \~english Descriptor of information units and their public type identifiers.
|
||||
//! \~russian Описатель единиц информации и их публичных идентификаторов типов.
|
||||
DECLARE_UNIT_CLASS_BEGIN(Information, 0x100)
|
||||
//! \~english Supported information unit type identifiers.
|
||||
//! \~russian Поддерживаемые идентификаторы типов единиц информации.
|
||||
enum {
|
||||
Bit = typeStart,
|
||||
Byte,
|
||||
_LastType,
|
||||
Bit = typeStart, /** \~english Bit \~russian Бит */
|
||||
Byte, /** \~english Byte \~russian Байт */
|
||||
_LastType, /** \~english Sentinel after the last unit type \~russian Служебное значение после последнего типа */
|
||||
};
|
||||
DECLARE_UNIT_CLASS_END(Information)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user