Go to the source code of this file.
Functions | |
int | info (const std::vector< std::string > &options) |
int | main (int argc, char **argv) |
int | play (const std::vector< std::string > &options) |
int | record (const std::vector< std::string > &options) |
int | test (const std::vector< std::string > &options) |
int info | ( | const std::vector< std::string > & | options | ) |
Definition at line 19 of file cmd_info.cpp.
int play | ( | const std::vector< std::string > & | options | ) |
Definition at line 29 of file cmd_play.cpp.
int record | ( | const std::vector< std::string > & | options | ) |
Definition at line 27 of file cmd_record.cpp.
int test | ( | const std::vector< std::string > & | options | ) |
Definition at line 9 of file cmd_test.cpp.