Nooba Plugin API  0.12
API for the Nooba Video Surveillance System
 All Classes Namespaces Functions Enumerations Enumerator
ProcParams Class Reference

Structure that uses to pass frame relevant data from the Frontend application to base plugin. More...

#include <noobapluginapi.h>

Public Member Functions

 ProcParams (const ProcParams &rhs)
 
ProcParamsoperator= (const ProcParams &rhs)
 
void setFrameId (int id)
 
int frameId () const
 
void setFrameRate (double rate)
 
double frameRate () const
 
void setErrorState (bool isError)
 
bool isError () const
 
void setErrorMsg (const QString &errMsg)
 
QString errMsg () const
 
nooba::VideoState currentVideoState () const
 currentVideoState gives the current video state More...
 
bool setVidState (nooba::VideoState state)
 setVideoState Currently Nothing happens by calling this. Only changes the internal variable. No effect on the actual state. More...
 

Detailed Description

Structure that uses to pass frame relevant data from the Frontend application to base plugin.

Member Function Documentation

nooba::VideoState ProcParams::currentVideoState ( ) const

currentVideoState gives the current video state

Returns
bool ProcParams::setVidState ( nooba::VideoState  state)

setVideoState Currently Nothing happens by calling this. Only changes the internal variable. No effect on the actual state.

Parameters
state
Returns
bool setting the video state was sucessful or not

The documentation for this class was generated from the following files: