Atlas_Codec

Langue: en

Version: 172041 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Atlas::Codec - Atlas stream codec.

SYNOPSIS


#include <Codec.h>

Inherits Atlas::Bridge.

Inherited by Atlas::Codecs::Bach, Atlas::Codecs::Packed, and Atlas::Codecs::XML.

Public Member Functions


virtual void poll (bool can_get=true)=0

Detailed Description

Atlas stream codec.

This class presents an interface for sending and receiving Atlas messages. Each outgoing message is converted to a byte stream and piped through an optional chain of filters for compression or other transformations, then passed to a socket for transmission. Incoming messages are read from the socket, piped through the filters in the opposite direction and passed to a user specified Bridge callback class.

See also:

Bridge
Negotiate

Author

Generated automatically by Doxygen for Atlas-C++ from the source code.