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 Wednesday, 08 March 2023 18:07:08 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
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