Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
WavPlayer
WavPlayerService_impl.h
Go to the documentation of this file.
1
// -*-C++-*-
2
#ifndef WAVPLAYSERVICESVC_IMPL_H
3
#define WAVPLAYSERVICESVC_IMPL_H
4
5
#include "hrpsys/idl/WavPlayerService.hh"
6
7
using namespace
OpenHRP
;
8
9
class
WavPlayerService_impl
10
:
public
virtual
POA_OpenHRP::WavPlayerService,
11
public
virtual
PortableServer::RefCountServantBase
12
{
13
public
:
14
WavPlayerService_impl
();
15
virtual
~
WavPlayerService_impl
();
16
//
17
void
playWav(
const
char
*
filename
);
18
void
playWavNoWait(
const
char
*filename);
19
private
:
20
};
21
22
#endif
OpenHRP
filename
char * filename
WavPlayerService_impl
Definition:
WavPlayerService_impl.h:9
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51