#include "WavPlayer.h"
Go to the source code of this file.
Functions | |
| void | WavPlayerInit (RTC::Manager *manager) |
Variables | |
| static const char * | wavplayer_spec [] |
| void WavPlayerInit | ( | RTC::Manager * | manager | ) |
Definition at line 157 of file WavPlayer.cpp.
const char* wavplayer_spec[] [static] |
{
"implementation_id", "WavPlayer",
"type_name", "WavPlayer",
"description", "wave file player",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 14 of file WavPlayer.cpp.