JackUtils 0.5
Provides simplified Jack API for clients :)
Loading...
Searching...
No Matches
Data Fields
ju_var_s Struct Reference

Variable shared structure. More...

#include <ju_vars.h>

Data Fields

const struct ju_varclass_vp
 pointer to the class
 
union {
   void *   p
 
   int   i
 
   ju_sample_t   f
 
data [5]
 
ju_cstr_t name
 more than enough... More...
 

Detailed Description

Variable shared structure.

Any custom structure MUST NOT be bigger than this!

Remember that name of variable and it's serialized value MUST NOT contain special characters : '=' and '
'!

Field Documentation

◆ name

ju_cstr_t ju_var_s::name

more than enough...

do NOT change variable name after creation! It used for file writing and reading! DO NOT use special characters in variables name!!!


The documentation for this struct was generated from the following file: