net.tinyos.matlab
Class MatlabControl.MatlabFevalCommand

java.lang.Object
  extended bynet.tinyos.matlab.MatlabControl.MatlabEvalCommand
      extended bynet.tinyos.matlab.MatlabControl.MatlabFevalCommand
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
MatlabControl.MatlabBlockingFevalCommand
Enclosing class:
MatlabControl

protected class MatlabControl.MatlabFevalCommand
extends MatlabControl.MatlabEvalCommand

This class is used to execute a function in matlab and pass paramseters


Field Summary
 
Fields inherited from class net.tinyos.matlab.MatlabControl.MatlabEvalCommand
args, command, eval, useCallback
 
Constructor Summary
MatlabControl.MatlabFevalCommand(java.lang.String Command, java.lang.Object[] Args, boolean useCallback)
           
 
Methods inherited from class net.tinyos.matlab.MatlabControl.MatlabEvalCommand
run, useMatlabCommandCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatlabControl.MatlabFevalCommand

public MatlabControl.MatlabFevalCommand(java.lang.String Command,
                                        java.lang.Object[] Args,
                                        boolean useCallback)