Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoTimeFormat.c File Reference

Description

VuoTimeFormat implementation.

Functions

VuoTimeFormat VuoTimeFormat_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoTimeFormat_getJson (const VuoTimeFormat value)
 Encodes value as a JSON object.
 
VuoList_VuoTimeFormat VuoTimeFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoTimeFormat_getSummary (const VuoTimeFormat value)
 Returns a compact string representation of value.
 
bool VuoTimeFormat_areEqual (const VuoTimeFormat valueA, const VuoTimeFormat valueB)
 Returns true if the two values are equal.
 
bool VuoTimeFormat_isLessThan (const VuoTimeFormat valueA, const VuoTimeFormat valueB)
 Returns true if valueA is less than valueB.