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 화요일, 19 11월 2024 17:23:43 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
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