MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getStateInformation

Method getStateInformation

Source/Plugin/CtrlrProcessor.cpp:404–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void CtrlrProcessor::getStateInformation (MemoryBlock& destData)
405{
406 _DBG("CtrlrProcessor::getStateInformation");
407 ScopedPointer <XmlElement> xmlState(ctrlrManager->saveState());
408 if (xmlState)
409 {
410 CtrlrProcessor::copyXmlToBinary (*xmlState, destData);
411 }
412}
413
414void CtrlrProcessor::setStateInformation (const void* data, int sizeInBytes)
415{

Callers 1

saveStateNowMethod · 0.45

Calls 1

saveStateMethod · 0.45

Tested by

no test coverage detected