CCAFFEINE
0.8.8
|
#include <GUIService.h>
Public Member Functions | |
virtual void | load (::std::string &arguments)=0 |
Use scenario: registerUsesPort("GUIService",...); GUIService* GUIPort = dynamic_cast<GUIService*>(getPort("GUIService")); GUIPort->load("gov.sandia.sophia.PlottingBean http://x.sandia.gov/plotData.txt"); Put in code that deals with the plotting here ... "GUIService" is the string port type to request in both classic and neo. The type to then dynamic_cast to once retrieved as a port of some flavor is GUIService.
Component's eye view of the ccaffeine GUI world.