TwiceAsNice  2019-02-18
Public Member Functions | List of all members
Laos::WfcCommonsServiceWorkerSkeletonPython Class Reference

#include <WfcCommonsServiceWorkerSkeletonPython.h>

Inheritance diagram for Laos::WfcCommonsServiceWorkerSkeletonPython:
Inheritance graph
Collaboration diagram for Laos::WfcCommonsServiceWorkerSkeletonPython:
Collaboration graph

Public Member Functions

 WfcCommonsServiceWorkerSkeletonPython (const Nice::JointPtr &_config)
 
virtual ~WfcCommonsServiceWorkerSkeletonPython ()
 
virtual void stop ()
 
virtual void abort ()
 
virtual void loadMask (Nice::File _maskfile)
 
virtual void setMask (Nice::SeqDynamicBitset _mask)
 
virtual Nice::Int startLoop (Nice::U32 _nframes)
 
virtual void stopLoop ()
 
virtual void resetLoop ()
 
virtual void initLoop ()
 
virtual void closeLoop ()
 
virtual void setAndClose ()
 
virtual void setNormalizeMethod (Nice::U16 _normmethod)
 
virtual void setSlopeOffset (Nice::SeqFloat _slopeoffset)
 
virtual void loadSlopeOffset (Nice::File _slopeoffset)
 
virtual void enableLinearize (bool _linearize)
 
virtual void setSlopeNormConst (float _normconst)
 
virtual void setLinearisation (Nice::SeqFloat _linvec)
 
virtual void startRandomPixelGen ()
 
virtual void enableDisturbance (bool _disturb)
 
virtual void send2DM (bool _send)
 
virtual void toggleSend2DM ()
 
virtual Nice::SeqDynamicBitset getSlopeMask ()
 
- Public Member Functions inherited from Basda::PythonServiceWorker< WfcCommonsServiceWorkerSkeleton >
 PythonServiceWorker (const Nice::JointPtr &_config)
 
 PythonServiceWorker (const Nice::JointPtr &_config)
 
virtual ~PythonServiceWorker ()
 
virtual ~PythonServiceWorker ()
 
virtual void waitForNewState ()
 
virtual void waitForNewState ()
 
virtual bool timedWaitForNewState (const Nice::Time &_timeout)
 
virtual bool timedWaitForNewState (const Nice::Time &_timeout)
 
virtual void preinit ()
 
virtual void preinit ()
 
virtual void init ()
 
virtual void init ()
 
virtual void deinit ()
 
virtual void deinit ()
 
virtual void activate ()
 
virtual void activate ()
 
virtual void deactivate ()
 
virtual void deactivate ()
 
virtual void terminate ()
 
virtual void terminate ()
 
virtual void errorOffline ()
 
virtual void errorOffline ()
 
virtual void errorStandby ()
 
virtual void errorStandby ()
 
virtual void errorOnline ()
 
virtual void errorOnline ()
 
virtual void errorWorking ()
 
virtual void errorWorking ()
 
virtual void idleOffline ()
 
virtual void idleOffline ()
 
virtual void idleStandby ()
 
virtual void idleStandby ()
 
virtual void idleOnline ()
 
virtual void idleOnline ()
 

Additional Inherited Members

- Protected Member Functions inherited from Basda::PythonServiceWorker< WfcCommonsServiceWorkerSkeleton >
virtual Nice::CompletionState reload (Nice::CommandFun< PythonServiceWorker > *_cmd, bool &_abort)
 
virtual Nice::CompletionState reload (Nice::CommandFun< PythonServiceWorker > *_cmd, bool &_abort)
 
virtual void handleException ()
 
virtual void handleException ()
 
void execPython (const char *_py)
 
void execPython (const char *_py, const Type1 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
void execPython (const char *_py)
 
void execPython (const char *_py, const Type1 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
TypeRet execPythonWithRet (const char *_py)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
TypeRet execPythonWithRet (const char *_py)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
- Protected Attributes inherited from Basda::PythonServiceWorker< WfcCommonsServiceWorkerSkeleton >
bp::object m_pyModule
 
bp::object m_pyClass
 
bp::object m_pyInstance
 

Constructor & Destructor Documentation

◆ WfcCommonsServiceWorkerSkeletonPython()

Laos::WfcCommonsServiceWorkerSkeletonPython::WfcCommonsServiceWorkerSkeletonPython ( const Nice::JointPtr _config)

◆ ~WfcCommonsServiceWorkerSkeletonPython()

Laos::WfcCommonsServiceWorkerSkeletonPython::~WfcCommonsServiceWorkerSkeletonPython ( )
virtual

Member Function Documentation

◆ abort()

void Laos::WfcCommonsServiceWorkerSkeletonPython::abort ( void  )
virtual

◆ closeLoop()

void Laos::WfcCommonsServiceWorkerSkeletonPython::closeLoop ( )
virtual

◆ enableDisturbance()

void Laos::WfcCommonsServiceWorkerSkeletonPython::enableDisturbance ( bool  _disturb)
virtual

◆ enableLinearize()

void Laos::WfcCommonsServiceWorkerSkeletonPython::enableLinearize ( bool  _linearize)
virtual

◆ getSlopeMask()

Nice::SeqDynamicBitset Laos::WfcCommonsServiceWorkerSkeletonPython::getSlopeMask ( )
virtual

◆ initLoop()

void Laos::WfcCommonsServiceWorkerSkeletonPython::initLoop ( )
virtual

◆ loadMask()

void Laos::WfcCommonsServiceWorkerSkeletonPython::loadMask ( Nice::File  _maskfile)
virtual

◆ loadSlopeOffset()

void Laos::WfcCommonsServiceWorkerSkeletonPython::loadSlopeOffset ( Nice::File  _slopeoffset)
virtual

◆ resetLoop()

void Laos::WfcCommonsServiceWorkerSkeletonPython::resetLoop ( )
virtual

◆ send2DM()

void Laos::WfcCommonsServiceWorkerSkeletonPython::send2DM ( bool  _send)
virtual

◆ setAndClose()

void Laos::WfcCommonsServiceWorkerSkeletonPython::setAndClose ( )
virtual

◆ setLinearisation()

void Laos::WfcCommonsServiceWorkerSkeletonPython::setLinearisation ( Nice::SeqFloat  _linvec)
virtual

◆ setMask()

void Laos::WfcCommonsServiceWorkerSkeletonPython::setMask ( Nice::SeqDynamicBitset  _mask)
virtual

◆ setNormalizeMethod()

void Laos::WfcCommonsServiceWorkerSkeletonPython::setNormalizeMethod ( Nice::U16  _normmethod)
virtual

◆ setSlopeNormConst()

void Laos::WfcCommonsServiceWorkerSkeletonPython::setSlopeNormConst ( float  _normconst)
virtual

◆ setSlopeOffset()

void Laos::WfcCommonsServiceWorkerSkeletonPython::setSlopeOffset ( Nice::SeqFloat  _slopeoffset)
virtual

◆ startLoop()

Nice::Int Laos::WfcCommonsServiceWorkerSkeletonPython::startLoop ( Nice::U32  _nframes)
virtual

◆ startRandomPixelGen()

void Laos::WfcCommonsServiceWorkerSkeletonPython::startRandomPixelGen ( )
virtual

◆ stop()

void Laos::WfcCommonsServiceWorkerSkeletonPython::stop ( )
virtual

◆ stopLoop()

void Laos::WfcCommonsServiceWorkerSkeletonPython::stopLoop ( )
virtual

◆ toggleSend2DM()

void Laos::WfcCommonsServiceWorkerSkeletonPython::toggleSend2DM ( )
virtual

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