Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
SocCamera::tcBadPixelHandler< BprCoreProvider > Class Template Reference

#include <BadPixelHandler.h>

Inheritance diagram for SocCamera::tcBadPixelHandler< BprCoreProvider >:
Collaboration diagram for SocCamera::tcBadPixelHandler< BprCoreProvider >:

Public Types

enum  teOperation { eeGetM, eeSetM, eeGet, eeSet }
 

Public Member Functions

 tcBadPixelHandler (BprCoreProvider *apSensor, tcAbstractHandler *apNextHandler=NULL, std::map< std::string, tcAbstractHandler * > *apMap=NULL)
 
virtual std::string execute (std::string &arCommandString, std::string &arParameters)
 
virtual teNackCode execute (teOperation aeOp, int32 &arValue)
 
void update (tsUpdate asMessage)
 
- Public Member Functions inherited from SocCamera::tcAbstractHandler
 tcAbstractHandler (tcSensorBoard *apSensor, tcAbstractHandler *apNextHandler=NULL)
 
virtual ~tcAbstractHandler ()
 
void appendHandler (tcAbstractHandler *apNextHandler)
 
tcAbstractHandlerprependHandler (tcAbstractHandler *apFirstHandler)
 
virtual void SetIOChannel (tcIOChannel *apChannel)
 
void unregisterFromFile ()
 
const std::string & name () const
 return the handler name More...
 
- Public Member Functions inherited from tcObserver
 tcObserver ()
 
virtual ~tcObserver ()
 

Additional Inherited Members

- Protected Member Functions inherited from SocCamera::tcAbstractHandler
void Report (const char *fmt,...)
 
void ReportError (const char *fmt,...)
 
- Static Protected Member Functions inherited from SocCamera::tcAbstractHandler
static std::string nack (int32 anNack)
 
static std::string ack (std::string *apValue=NULL)
 
static std::string carrotNumber (float anNum)
 
static std::string carrotNumber (int32 anNum)
 
static std::string carrotNumberHex (int32 anNum)
 
static void handleCode (tcRegUpdateUint32Msg *apMsg, teNackCode anCode)
 
- Protected Attributes inherited from SocCamera::tcAbstractHandler
std::string m_name
 
tcAbstractHandlermpNextHandler
 
tcSensorBoardmpSensor
 

Member Enumeration Documentation

◆ teOperation

template<typename BprCoreProvider >
enum SocCamera::tcBadPixelHandler::teOperation
Enumerator
eeGetM 
eeSetM 
eeGet 
eeSet 

Constructor & Destructor Documentation

◆ tcBadPixelHandler()

template<typename BprCoreProvider >
SocCamera::tcBadPixelHandler< BprCoreProvider >::tcBadPixelHandler ( BprCoreProvider *  apSensor,
tcAbstractHandler apNextHandler = NULL,
std::map< std::string, tcAbstractHandler * > *  apMap = NULL 
)
inline

Member Function Documentation

◆ execute() [1/2]

template<typename BprCoreProvider >
virtual std::string SocCamera::tcBadPixelHandler< BprCoreProvider >::execute ( std::string &  arCommandString,
std::string &  arParameters 
)
inlinevirtual

Call this to launch the chain. Iterates over the handlers until one succeeds or runs out of handlers.

Parameters
arCommandString- the command that was found.
arParameters- the string of parameters that must be processed.
Returns
the response to write out the command interface

Reimplemented from SocCamera::tcAbstractHandler.

◆ execute() [2/2]

template<typename BprCoreProvider >
virtual teNackCode SocCamera::tcBadPixelHandler< BprCoreProvider >::execute ( teOperation  aeOp,
int32 arValue 
)
inlinevirtual

Perform binning of a specific type.

Parameters
aeType- the type of binning operation
valuethe value to set binning to or where the binning value will be stored
Returns
the nack code

◆ update()

template<typename BprCoreProvider >
void SocCamera::tcBadPixelHandler< BprCoreProvider >::update ( tsUpdate  asMessage)
inlinevirtual

Observers are updated of a change by an observable.

Parameters
asMessage- the message sent by the observable.

Reimplemented from SocCamera::tcAbstractHandler.


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