Paketname | libvrb0-dev |
Beschreibung | Virtual Ring Buffer library - development files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5.1-5 |
Sektion | universe/libdevel |
Priorität | optional |
Installierte Größe | 196 Byte |
Hängt ab von | libvrb0 (= 0.5.1-5) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | vrb |
Paketgröße | 46290 Byte |
Prüfsumme MD5 | 15644f94d7a91840c0b16203e1810de2 |
Prüfsumme SHA1 | bd490ccdb15b1f7b1b8528901c19bf9e5c78119a |
Prüfsumme SHA256 | 4f4e4aba169e0a0fb1c075f6df453c9dfae8d72560309613a56fba7f72814132 |
Link zum Herunterladen | libvrb0-dev_0.5.1-5_i386.deb |
Ausführliche Beschreibung | The Virtual Ring Buffer (VRB) is an implementation of a character
FIFO ring buffer. A ring buffer is a special memory area, because
writing beyond the end of it actually results in a write at the
beginning. Such a construct comes very handy in applications where
one end of a communications channel is required to produce or consume
data at a constant rate, but the other end cannot gurantee this. This
is a common situation in multimedia applications or Voice-over-IP
solutions, for example.
.
VRB provides direct access to the buffer so the calling program can
construct output data in place, or parse input data in place, without
the extra step of copying data to or from a calling program provided
buffer area, thus provides a highly efficient ring buffer
implementation.
.
This package contains development files for linking against libvrb0.
|