Vuo  2.1.2
Functions
VuoOrientation.c File Reference

Description

VuoOrientation implementation.

Definition in file VuoOrientation.c.

Go to the source code of this file.

Functions

VuoOrientation VuoOrientation_makeFromJson (json_object *js)
 
json_objectVuoOrientation_getJson (const VuoOrientation value)
 
VuoList_VuoOrientation VuoOrientation_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoOrientation_getSummary (const VuoOrientation value)
 
bool VuoOrientation_areEqual (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if the two values are equal. More...
 
bool VuoOrientation_isLessThan (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if valueA is less than valueB. More...