![]() |
http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
#include <Inventor/scxml/ScXMLEventTarget.h>
#include <Inventor/SbName.h>
#include <Inventor/lists/SbList.h>
Go to the source code of this file.
Classes | |
class | ScXMLStateMachine |
Manager for processing events and setting states in SCXML structures. More... | |
Typedefs | |
typedef void | ScXMLStateMachineDeleteCB(void *userdata, ScXMLStateMachine *statemachine) |
typedef void | ScXMLStateChangeCB(void *userdata, ScXMLStateMachine *statemachine, const char *stateidentifier, SbBool enterstate, SbBool success) |
typedef void | ScXMLParallelStateChangeCB(void *userdata, ScXMLStateMachine *statemachine, int numstates, const char **stateidentifiers, SbBool enterstate, SbBool success) |
ScXMLStateChangeCB |
This callback type is for notifying listeners on when the state machine enters and exits states that are tagged as "tasks" for logging purposes. This is what the Boolean "task" attribute in the state element sets up.
The success argument is currently unsupported (will always be TRUE), but has been preemptively added to avoid a signature change later.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen