nslj.src.lang
Class NslDoutFloat0

java.lang.Object
  |
  +--EDU.gatech.cc.is.abstractrobot.ControlSystemS
        |
        +--EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
              |
              +--nslj.src.lang.NslBase
                    |
                    +--nslj.src.lang.NslData
                          |
                          +--nslj.src.lang.NslNumeric
                                |
                                +--nslj.src.lang.NslNumeric0
                                      |
                                      +--nslj.src.lang.NslFloat0
                                            |
                                            +--nslj.src.lang.NslDoutFloat0

public class NslDoutFloat0
extends NslFloat0


Fields inherited from class nslj.src.lang.NslFloat0
_data
 
Fields inherited from class nslj.src.lang.NslBase
_accessChar, _name, _parent
 
Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
abstract_robot
 
Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS
CSSTAT_DONE, CSSTAT_ERROR, CSSTAT_OK, seed
 
Constructor Summary
NslDoutFloat0(NslModule owner)
           
NslDoutFloat0(NslModule owner, float value)
           
NslDoutFloat0(NslModule owner, NslNumeric0 n)
           
NslDoutFloat0(NslModule owner, java.lang.String name)
           
NslDoutFloat0(NslModule owner, java.lang.String name, float value)
           
NslDoutFloat0(NslModule owner, java.lang.String name, NslNumeric0 value)
           
NslDoutFloat0(java.lang.String name, NslModule owner)
           
NslDoutFloat0(java.lang.String name, NslModule owner, float value)
           
NslDoutFloat0(java.lang.String name, NslModule owner, NslNumeric0 value)
           
 
Method Summary
 NslOutport getOutport()
          Get the port object
 NslPort nslGetPort()
          Get the Port object
 void nslSetBuffering(boolean v)
           
 
Methods inherited from class nslj.src.lang.NslFloat0
_getfloat, duplicateData, duplicateThis, get, getdouble, getfloat, getfloat0, getint, getNslDouble0, getNslFloat0, getNslInt0, isDataSet, resetData, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setReference, toString
 
Methods inherited from class nslj.src.lang.NslNumeric0
getDimensions, getNslSize, getSize, getSize1, getSize2, getSize3, getSize4, getSizes
 
Methods inherited from class nslj.src.lang.NslData
getDataType, getInport, getNslSizes
 
Methods inherited from class nslj.src.lang.NslBase
nslGetAccess, nslGetName, nslGetParent, nslGetParentClass, nslGetParentModule, nslGetRealName, nslNullifyParent, nslSetAccess, nslSetName, nslSetParent
 
Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
init
 
Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS
configure, Configure, getAbstractRobot, Init, quit, takeStep, TakeStep, trialEnd, TrialEnd, trialInit, TrialInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NslDoutFloat0

public NslDoutFloat0(NslModule owner)

NslDoutFloat0

public NslDoutFloat0(NslModule owner,
                     float value)

NslDoutFloat0

public NslDoutFloat0(NslModule owner,
                     NslNumeric0 n)

NslDoutFloat0

public NslDoutFloat0(NslModule owner,
                     java.lang.String name)

NslDoutFloat0

public NslDoutFloat0(java.lang.String name,
                     NslModule owner)

NslDoutFloat0

public NslDoutFloat0(NslModule owner,
                     java.lang.String name,
                     float value)

NslDoutFloat0

public NslDoutFloat0(NslModule owner,
                     java.lang.String name,
                     NslNumeric0 value)

NslDoutFloat0

public NslDoutFloat0(java.lang.String name,
                     NslModule owner,
                     float value)

NslDoutFloat0

public NslDoutFloat0(java.lang.String name,
                     NslModule owner,
                     NslNumeric0 value)
Method Detail

getOutport

public NslOutport getOutport()
Description copied from class: NslData
Get the port object
Overrides:
getOutport in class NslData
Following copied from class: nslj.src.lang.NslData
Returns:
NslOutPort

nslGetPort

public NslPort nslGetPort()
Description copied from class: NslData
Get the Port object
Overrides:
nslGetPort in class NslData
Following copied from class: nslj.src.lang.NslData
Returns:
NslPort port

nslSetBuffering

public void nslSetBuffering(boolean v)