nslj.src.lang
Class NslDoutFloat3

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.NslNumeric3
                                      |
                                      +--nslj.src.lang.NslFloat3
                                            |
                                            +--nslj.src.lang.NslDoutFloat3

public class NslDoutFloat3
extends NslFloat3


Fields inherited from class nslj.src.lang.NslFloat3
_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
NslDoutFloat3(NslModule owner)
           
NslDoutFloat3(NslModule owner, float[][][] d)
           
NslDoutFloat3(NslModule owner, int size1, int size2, int size3)
           
NslDoutFloat3(NslModule owner, NslNumeric3 n)
           
NslDoutFloat3(NslModule owner, java.lang.String name)
           
NslDoutFloat3(NslModule owner, java.lang.String name, int size1, int size2, int size3)
           
NslDoutFloat3(NslModule owner, java.lang.String name, NslNumeric3 n)
           
NslDoutFloat3(java.lang.String name, NslModule owner)
           
NslDoutFloat3(java.lang.String name, NslModule owner, int size1, int size2, int size3)
           
NslDoutFloat3(java.lang.String name, NslModule owner, NslNumeric3 n)
           
 
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.NslFloat3
duplicateData, duplicateThis, get, get, get, get, getdouble, getdouble1, getdouble2, getdouble3, getfloat, getfloat1, getfloat2, getfloat3, getint, getint1, getint2, getint3, getNslDouble3, getNslFloat3, getNslInt3, getNslSizes, getSector, getSize1, getSize2, getSize3, getSizes, isDataSet, nslMemAlloc, print, resetData, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setReference, setReference, setSector, toString
 
Methods inherited from class nslj.src.lang.NslNumeric3
getDimensions
 
Methods inherited from class nslj.src.lang.NslData
getDataType, getInport, getNslSizes, getSize4
 
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

NslDoutFloat3

public NslDoutFloat3(NslModule owner,
                     float[][][] d)

NslDoutFloat3

public NslDoutFloat3(NslModule owner,
                     NslNumeric3 n)

NslDoutFloat3

public NslDoutFloat3(NslModule owner,
                     int size1,
                     int size2,
                     int size3)

NslDoutFloat3

public NslDoutFloat3(NslModule owner)

NslDoutFloat3

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

NslDoutFloat3

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

NslDoutFloat3

public NslDoutFloat3(NslModule owner,
                     java.lang.String name,
                     int size1,
                     int size2,
                     int size3)

NslDoutFloat3

public NslDoutFloat3(java.lang.String name,
                     NslModule owner,
                     int size1,
                     int size2,
                     int size3)

NslDoutFloat3

public NslDoutFloat3(NslModule owner,
                     java.lang.String name,
                     NslNumeric3 n)

NslDoutFloat3

public NslDoutFloat3(java.lang.String name,
                     NslModule owner,
                     NslNumeric3 n)
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)