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

Description

The data type for a data-and-event output port.

See Also
{VuoCompilerOutputData}

Public Member Functions

 VuoCompilerOutputDataClass (string name, Type *type)
 Creates a data type for a data-and-event output port.
 
VuoCompilerDatanewData (void)
 Creates data based on this data type.
 
- Public Member Functions inherited from VuoCompilerDataClass
VuoTypegetVuoType (void)
 Returns the VuoType for this port data, as set in setVuoType.
 
void setVuoType (VuoType *vuoType)
 Sets the VuoType for this port data.
 
Type * getType (void)
 Returns the LLVM type for this port data's Vuo type.
 
- Public Member Functions inherited from VuoCompilerNodeArgumentClass
bool isInEventFunction (void)
 Returns true if this is known to be one of the parameters in its node class's event function.
 
size_t getIndexInEventFunction (void)
 Returns the index of this port's parameter in its node class's event function.
 
void setIndexInEventFunction (size_t indexInEventFunction)
 Indicates that this is the parameter at index indexInEventFunction in its node class's event function.
 
bool isInInitFunction (void)
 Returns true if this is known to be one of the parameters in its node class's init function.
 
size_t getIndexInInitFunction (void)
 Returns the index of this port's parameter in its node class's init function.
 
void setIndexInInitFunction (size_t indexInInitFunction)
 Indicates that this is the parameter at index indexInInitFunction in its node class's init function.
 
bool isInCallbackStartFunction (void)
 Returns true if this is known to be one of the parameters in its node class's callback start function.
 
size_t getIndexInCallbackStartFunction (void)
 Returns the index of this port's parameter in its node class's callback start function.
 
void setIndexInCallbackStartFunction (size_t indexInCallbackStartFunction)
 Indicates that this is the parameter at index indexInCallbackStartFunction in its node class's callback start function.
 
- Public Member Functions inherited from VuoBaseDetail< VuoPortClass >
 VuoBaseDetail (string description, VuoPortClass *base)
 Creates a VuoPortClass detail class.
 
VuoPortClassgetBase (void) const
 Returns the VuoPortClass detail class instance's base class instance.
 
void setBase (VuoPortClass *base)
 Sets the VuoPortClass detail class instance's base class instance.
 

Additional Inherited Members

- Protected Member Functions inherited from VuoCompilerDataClass
 VuoCompilerDataClass (string name, Type *type)
 Creates a data type for a data-and-event port.
 
- Protected Attributes inherited from VuoCompilerNodeArgumentClass
Type * type
 The parameter's type.
 
bool inEventFunction
 Does this parameter appear in the node's event function?
 
size_t indexInEventFunction
 Where this parameter appears in the node's event function's parameter list.
 
bool inInitFunction
 Does this parameter appear in the node's init function?
 
size_t indexInInitFunction
 Where this parameter appears in the node's init function's parameter list.
 
bool inCallbackStartFunction
 Does this parameter appear in the node's callback start function?
 
size_t indexInCallbackStartFunction
 Where this parameter appears in the node's callback start function's parameter list.
 

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