#include <Encoder.h>
Inheritance diagram for Atlas::Objects::Encoder:
Public Member Functions | |
Encoder (Atlas::Bridge *b) | |
The default constructor. | |
virtual | ~Encoder () |
The default destructor. | |
virtual void | streamMessage (const Atlas::Objects::Root *o) |
Send an object to the bridge. |
This Encoder can be used to send objects in the Atlas::Objects hierarchy to a certain Bridge (e.g. a codec).
Simply call the StreamMessage member with a pointer to the object to be sent.
|
The default constructor.
|
|
Send an object to the bridge.
|
Copyright 2000 the respective authors.
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.