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 
10  : public virtual POA_OpenHRP::WavPlayerService,
11  public virtual PortableServer::RefCountServantBase
12 {
13 public:
15  virtual ~WavPlayerService_impl();
16  //
17  void playWav(const char *filename);
18  void playWavNoWait(const char *filename);
19 private:
20 };
21 
22 #endif
char * filename


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51