class methods
Documentation from code comments
an OSC bundle of ofxOscMessages and/or other ofxOscBundles
addBundle(...)
void ofxOscBundle::addBundle(const ofxOscBundle &element)
Documentation from code comments
add another bundle to the bundle
addMessage(...)
void ofxOscBundle::addMessage(const ofxOscMessage &message)
Documentation from code comments
add a message to the bundle
copy(...)
ofxOscBundle & ofxOscBundle::copy(const ofxOscBundle &other)
Documentation from code comments
for operator= and copy constructor
getBundleAt(...)
const ofxOscBundle & ofxOscBundle::getBundleAt(size_t i)
Documentation from code comments
\return the bundle at the given index
getBundleAt(...)
ofxOscBundle & ofxOscBundle::getBundleAt(size_t i)
Documentation from code comments
\return the bundle at the given index
getBundleCount()
int ofxOscBundle::getBundleCount()
Documentation from code comments
\return the current bundle count
getMessageAt(...)
const ofxOscMessage & ofxOscBundle::getMessageAt(size_t i)
Documentation from code comments
\return the message at the given index
getMessageAt(...)
ofxOscMessage & ofxOscBundle::getMessageAt(size_t i)
Documentation from code comments
\return the message at the given index
getMessageCount()
int ofxOscBundle::getMessageCount()
Documentation from code comments
\return the current message count
Last updated Friday, 02 May 2025 18:55:50 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue