Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! The base class has a protected state machine. Is it possible to somehow link this machine to an machine of the current class? For example:
startTest->addTransition(FillingGas::machine, SIGNAL(finished()), alignment);
Hi,
Since the machine is a protected member variable, you can access it from subclasses.