Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
CaptureController
CaptureController/CameraCaptureService_impl.h
Go to the documentation of this file.
1
// -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2
#ifndef __CAMERA_CAPTURE_SERVICE_H__
3
#define __CAMERA_CAPTURE_SERVICE_H__
4
5
#include "hrpsys/idl/Img.hh"
6
7
class
CaptureController
;
8
9
class
CameraCaptureService_impl
10
:
public
virtual
POA_Img::CameraCaptureService,
11
public
virtual
PortableServer::RefCountServantBase
12
{
13
public
:
17
CameraCaptureService_impl
(
CaptureController
*cc);
18
22
virtual
~CameraCaptureService_impl
();
23
24
void
take_one_frame
();
25
void
start_continuous
();
26
void
stop_continuous
();
27
private
:
28
CaptureController
*
m_cc
;
29
};
30
31
#endif
CameraCaptureService_impl
Definition:
CaptureController/CameraCaptureService_impl.h:9
CameraCaptureService_impl::start_continuous
void start_continuous()
Definition:
CaptureController/CameraCaptureService_impl.cpp:20
CameraCaptureService_impl::stop_continuous
void stop_continuous()
Definition:
CaptureController/CameraCaptureService_impl.cpp:25
CameraCaptureService_impl::CameraCaptureService_impl
CameraCaptureService_impl(CaptureController *cc)
constructor
Definition:
CaptureController/CameraCaptureService_impl.cpp:6
CameraCaptureService_impl::~CameraCaptureService_impl
virtual ~CameraCaptureService_impl()
destructor
Definition:
CaptureController/CameraCaptureService_impl.cpp:11
CameraCaptureService_impl::m_cc
CaptureController * m_cc
Definition:
CaptureController/CameraCaptureService_impl.h:28
CameraCaptureService_impl::take_one_frame
void take_one_frame()
Definition:
CaptureController/CameraCaptureService_impl.cpp:15
CaptureController
sample RT component which has one data input port and one data output port
Definition:
CaptureController.h:37
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:49