Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoRealRegulation.h File Reference

Description

VuoRealRegulation C type definition.

Classes

struct  VuoRealRegulation
 Parameters describing how to regulate a real number. More...
 

Functions

VuoRealRegulation VuoRealRegulation_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoRealRegulation_getJson (const VuoRealRegulation value)
 Encodes value as a JSON object.
 
char * VuoRealRegulation_getSummary (const VuoRealRegulation value)
 Returns a compact string representation of value.
 
VuoRealRegulation VuoRealRegulation_make (VuoText name, VuoReal minimumValue, VuoReal maximumValue, VuoReal defaultValue, VuoReal smoothDuration)
 Returns a Real Regulation with the specified values.
 
VuoRealRegulation VuoRealRegulation_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoRealRegulation_getString (const VuoRealRegulation value)
 Automatically generated function.
 
void VuoRealRegulation_retain (VuoRealRegulation value)
 Automatically generated function.
 
void VuoRealRegulation_release (VuoRealRegulation value)
 Automatically generated function.