add parse_command

implement get logic
This commit is contained in:
2024-06-25 23:32:32 +01:00
parent e986a3e388
commit 304f26d64c
3 changed files with 92 additions and 9 deletions

View File

@@ -19,6 +19,8 @@ long type(T_VBVMR_INTERFACE *iVMR, long *type);
long version(T_VBVMR_INTERFACE *iVMR, long *version);
bool pdirty(T_VBVMR_INTERFACE *iVMR);
long get_parameter_float(T_VBVMR_INTERFACE *iVMR, char *param, float *f);
long get_parameter_string(T_VBVMR_INTERFACE *iVMR, char *param, char *s);
long set_parameters(T_VBVMR_INTERFACE *iVMR, char *command);
bool mdirty(T_VBVMR_INTERFACE *iVMR);