#include <list>#include <vector>#include <OSGBaseTypes.h>#include <OSGTime.h>#include <OSGBase.h>#include <OSGLock.h>#include <OSGBaseFunctions.h>#include "OSGDgram.inl"Go to the source code of this file.
Classes | |
| class | osg::Dgram |
| Datagram used for reliable multicast. More... | |
Namespaces | |
| namespace | osg |
Defines | |
| #define | OSG_DGRAM_LEN 9216 |
| #define | OSG_DGRAM_QUEUE_LEN 500 |
| #define | OSG_DGRAMHEADER_CVSID "@(#)$Id:$" |
Typedefs | |
| typedef Dgram * | osg::DgramP |
| #define OSG_DGRAM_LEN 9216 |
Definition at line 57 of file OSGDgram.h.
Referenced by osg::GroupMCastConnection::GroupMCastConnection().
| #define OSG_DGRAM_QUEUE_LEN 500 |
Definition at line 60 of file OSGDgram.h.
Referenced by osg::GroupMCastConnection::GroupMCastConnection(), and osg::PointMCastConnection::PointMCastConnection().
| #define OSG_DGRAMHEADER_CVSID "@(#)$Id:$" |
Definition at line 152 of file OSGDgram.h.
1.6.1