Scala Monitoring and Control System API
com.lafros.macs.pd.an.AnyPd

trait AnyCmdInterpreterContext

[source: com/lafros/macs/pd/an/AnyPd.scala]

protected trait AnyCmdInterpreterContext
extends AnyContext
command-interpreter context, accessible from the PD's interpretCmd implementation.
Direct Known Subclasses:
ConstantlessPd.CmdInterpreterContext, Pd.CmdInterpreterContext, NonPollablePd.CmdInterpreterContext

Values and Variables inherited from AnyContext
driver (abstract)
Method Summary
abstract def programInfo : scala.Option[Info]
as of the last sampling boundary.
abstract def startProgram (program : Program) : Unit
runs the specified program, after terminating any currently running one.
abstract def terminateProgram : Unit
terminates the currently running program, or does nothing if no program is running.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def programInfo : scala.Option[Info]
as of the last sampling boundary.

abstract def startProgram(program : Program) : Unit
runs the specified program, after terminating any currently running one.

abstract def terminateProgram : Unit
terminates the currently running program, or does nothing if no program is running.


Copyright 2009 Latterfrosken Software Development Limited