mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
add get desc
This commit is contained in:
parent
477267e278
commit
6b7e0afb91
@ -182,7 +182,7 @@ int main(int argc, char *argv[])
|
||||
void help()
|
||||
{
|
||||
puts(
|
||||
"Usage: ./vmrcli.exe [-h] [-i] [-k] [-D] [-v] [-c] [-m] [-s] <api commands>\n"
|
||||
"Usage: .\\vmrcli.exe [-h] [-i] [-k] [-D] [-v] [-c] [-m] [-s] <api commands>\n"
|
||||
"Where: \n"
|
||||
"\th: Prints the help message\n"
|
||||
"\ti: Enable interactive mode\n"
|
||||
@ -340,7 +340,8 @@ void parse_command(PT_VMR vmr, char *command)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* @brief Get the value of a float or string parameter.
|
||||
* Stores its type and value into a result struct
|
||||
*
|
||||
* @param vmr Pointer to the iVMR interface
|
||||
* @param command A parsed 'get' command as a string
|
||||
|
Loading…
Reference in New Issue
Block a user