Beeper component $Date$.
More...
#include "Beeper.h"
#include <rtm/CorbaNaming.h>
#include <deque>
Go to the source code of this file.
|
#define | DEBUGP ((m_debugLevel==1 && m_loop%200==0) || m_debugLevel > 1 ) |
|
Beeper component $Date$.
$Id$
Definition in file Beeper.cpp.
#define DEBUGP ((m_debugLevel==1 && m_loop%200==0) || m_debugLevel > 1 ) |
std::deque<BeepData> beep_command_buffer |
const char* beeper_spec[] |
|
static |
Initial value:=
{
"implementation_id", "Beeper",
"type_name", "Beeper",
"description", "beeper",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.debugLevel", "0",
""
}
Definition at line 29 of file Beeper.cpp.
bool is_initialized = false |