Vuo  2.3.2
Public Member Functions | List of all members
VuoCompilerInputData Class Reference

Description

The data for a data-and-event input port.

Definition at line 19 of file VuoCompilerInputData.hh.

Public Member Functions

 VuoCompilerInputData (VuoCompilerInputDataClass *dataClass)
 Creates a port data instance based on the specified dataClass. More...
 
void setInitialValue (string initialValueAsString)
 Sets the initial value of the port data. More...
 
string getInitialValue (void)
 Returns the string representation of the initial value of the port data. More...
 
- Public Member Functions inherited from VuoCompilerNodeArgument
virtual ~VuoCompilerNodeArgument (void)
 Destructor. More...
 
- Public Member Functions inherited from VuoBaseDetail< VuoPort >
 VuoBaseDetail (string description, VuoPort *base)
 Creates a detail class. More...
 
VuoPortgetBase (void) const
 Returns the detail class instance's base class instance. More...
 
void setBase (VuoPort *base)
 Sets the detail class instance's base class instance. More...
 

Additional Inherited Members

- Protected Member Functions inherited from VuoCompilerData
 VuoCompilerData (VuoCompilerDataClass *dataClass)
 Creates an instance of data for a data-and-event port. More...
 
- Protected Member Functions inherited from VuoCompilerNodeArgument
 VuoCompilerNodeArgument (VuoPort *basePort)
 Creates an argument instance based on the specified argumentClass. More...
 

Constructor & Destructor Documentation

◆ VuoCompilerInputData()

VuoCompilerInputData::VuoCompilerInputData ( VuoCompilerInputDataClass dataClass)

Creates a port data instance based on the specified dataClass.

Definition at line 16 of file VuoCompilerInputData.cc.

Member Function Documentation

◆ getInitialValue()

string VuoCompilerInputData::getInitialValue ( void  )

Returns the string representation of the initial value of the port data.

Definition at line 38 of file VuoCompilerInputData.cc.

◆ setInitialValue()

void VuoCompilerInputData::setInitialValue ( string  initialValueAsString)

Sets the initial value of the port data.

This is the value it has from the time that the composition begins executing until the first time the port data is overwritten.

Parameters
initialValueAsStringString representation of the initial value.

Definition at line 30 of file VuoCompilerInputData.cc.


The documentation for this class was generated from the following files: