YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
FakeFrameGrabber_Controls.cpp File Reference
#include "FakeFrameGrabber.h"
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <cstdio>
#include <thread>
#include <random>
+ Include dependency graph for FakeFrameGrabber_Controls.cpp:

Go to the source code of this file.

Variables

struct { 
 
   bool   hasFeature = false 
 
   double   feature = 0.0 
 
   double   feature1 = 0.0 
 
   double   feature2 = 0.0 
 
   bool   hasOnOff = false 
 
   bool   hasAuto = false 
 
   bool   hasManual = false 
 
   bool   hasOnePush = false 
 
   bool   isActive = false 
 
   FeatureMode   mode 
 
   CameraDescriptor   camera 
 
m_controls 
 

Variable Documentation

◆ camera

Definition at line 34 of file FakeFrameGrabber_Controls.cpp.

◆ feature

double feature = 0.0

Definition at line 25 of file FakeFrameGrabber_Controls.cpp.

◆ feature1

double feature1 = 0.0

Definition at line 26 of file FakeFrameGrabber_Controls.cpp.

◆ feature2

double feature2 = 0.0

Definition at line 27 of file FakeFrameGrabber_Controls.cpp.

◆ hasAuto

bool hasAuto = false

Definition at line 29 of file FakeFrameGrabber_Controls.cpp.

◆ hasFeature

bool hasFeature = false

Definition at line 24 of file FakeFrameGrabber_Controls.cpp.

◆ hasManual

bool hasManual = false

Definition at line 30 of file FakeFrameGrabber_Controls.cpp.

◆ hasOnePush

bool hasOnePush = false

Definition at line 31 of file FakeFrameGrabber_Controls.cpp.

◆ hasOnOff

bool hasOnOff = false

Definition at line 28 of file FakeFrameGrabber_Controls.cpp.

◆ isActive

bool isActive = false

Definition at line 32 of file FakeFrameGrabber_Controls.cpp.

◆ [struct]

struct { ... } m_controls

◆ mode

Definition at line 33 of file FakeFrameGrabber_Controls.cpp.