Vuo  0.4.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
VuoCompilerOutputEventPort Class Reference

Description

A conductor output port, optionally with data.

See Also
{VuoCompilerOutputEventPortClass}

Public Member Functions

 VuoCompilerOutputEventPort (VuoPort *basePort)
 Creates a conductor output port based on portClass.
 
VuoCompilerOutputDatagetData (void)
 Returns this port's data, or NULL if none.
 
- Public Member Functions inherited from VuoCompilerEventPort
void generateAllocation (Module *module, string nodeInstanceIdentifier)
 Generates code to allocate this port.
 
StoreInst * generateStore (Value *value, BasicBlock *block)
 Generates code to set the port's value to value.
 
StoreInst * generateStore (bool pushed, BasicBlock *block)
 Generates code to set the port's value to bool value.
 
string getIdentifier (void)
 Returns a unique, consistent identifier for this port.
 
VuoCompilerTypegetDataType (void)
 Returns the type of this port's data, or NULL if none.
 

Additional Inherited Members

- Protected Member Functions inherited from VuoCompilerEventPort
 VuoCompilerEventPort (VuoPort *basePort)
 Creates a conductor port from the specified portClass.
 
Constant * getBoolConstant (bool value)
 Returns constant with value value.
 
string getVariableBaseName (void)
 Distinguishes the variable for the event from the variable for the data in data-and-event ports.
 
- Protected Attributes inherited from VuoCompilerEventPort
VuoCompilerDatadata
 Optional data stored in this port.
 

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