doc, small fixes
This commit is contained in:
@@ -20,15 +20,21 @@
|
||||
#include "pitransparentdevice.h"
|
||||
|
||||
|
||||
/*! \class PITransparentDevice
|
||||
* \brief PIIODevice that pass write to read
|
||||
*
|
||||
* \section PITransparentDevice_sec0 Synopsis
|
||||
* This class pass all data from \a write() function to \a read().
|
||||
* %PITransparentDevice contains internal queue and works in
|
||||
* packets mode. If you write 3 different packets into this device,
|
||||
* read will return this 3 packets.
|
||||
*/
|
||||
//! \class PITransparentDevice pitransparentdevice.h
|
||||
//! \details
|
||||
//! \~english
|
||||
//! This class pass all data from \a write() function to \a read().
|
||||
//! %PITransparentDevice contains internal queue and works in
|
||||
//! packets mode. If you write 3 different packets into this device,
|
||||
//! read will return this 3 packets.
|
||||
//!
|
||||
//! \~russian
|
||||
//! Этот класс транслирует все данные с метода \a write() на метод
|
||||
//! \a read(). %PITransparentDevice содержит внутреннюю очередь и работает
|
||||
//! в пакетном режиме. Если запишется 3 различных пакета в устройство,
|
||||
//! то чтение вернет по очереди эти 3 пакета.
|
||||
//!
|
||||
|
||||
|
||||
REGISTER_DEVICE(PITransparentDevice)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user