#include <OscReceivedElements.h>
Public Types | |
typedef ReceivedBundleElementIterator | const_iterator |
Public Member Functions | |
ReceivedBundle (const ReceivedPacket &packet) | |
ReceivedBundle (const ReceivedBundleElement &bundleElement) | |
uint64 | TimeTag () const |
unsigned long | ElementCount () const |
ReceivedBundleElementIterator | ElementsBegin () const |
ReceivedBundleElementIterator | ElementsEnd () const |
osc::ReceivedBundle::ReceivedBundle | ( | const ReceivedPacket & | packet ) | [explicit] |
osc::ReceivedBundle::ReceivedBundle | ( | const ReceivedBundleElement & | bundleElement ) | [explicit] |
unsigned long osc::ReceivedBundle::ElementCount | ( | ) | const [inline] |
ReceivedBundleElementIterator osc::ReceivedBundle::ElementsBegin | ( | ) | const [inline] |
ReceivedBundleElementIterator osc::ReceivedBundle::ElementsEnd | ( | ) | const [inline] |
uint64 osc::ReceivedBundle::TimeTag | ( | ) | const |