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

#include <CabinetServiceWorkerSkeletonPython.h>

Inheritance diagram for LnLsys::CabinetServiceWorkerSkeletonPython:
Inheritance graph
Collaboration diagram for LnLsys::CabinetServiceWorkerSkeletonPython:
Collaboration graph

Public Member Functions

 CabinetServiceWorkerSkeletonPython (const Nice::JointPtr &_config)
 
virtual ~CabinetServiceWorkerSkeletonPython ()
 
virtual void stop ()
 
virtual void abort ()
 
virtual void switchAllOn (bool _on)
 
virtual void switchBSXOn (bool _on, int _num)
 
virtual void switchBDXOn (bool _on, int _num)
 
virtual void switchCSXOn (bool _on, int _num)
 
virtual void switchCDXOn (bool _on, int _num)
 
virtual void switchFSXOn (bool _on, int _num)
 
virtual void switchFDXOn (bool _on, int _num)
 
- Public Member Functions inherited from Basda::PythonServiceWorker< CabinetServiceWorkerSkeleton >
 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< CabinetServiceWorkerSkeleton >
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< CabinetServiceWorkerSkeleton >
bp::object m_pyModule
 
bp::object m_pyClass
 
bp::object m_pyInstance
 

Constructor & Destructor Documentation

◆ CabinetServiceWorkerSkeletonPython()

LnLsys::CabinetServiceWorkerSkeletonPython::CabinetServiceWorkerSkeletonPython ( const Nice::JointPtr _config)

◆ ~CabinetServiceWorkerSkeletonPython()

LnLsys::CabinetServiceWorkerSkeletonPython::~CabinetServiceWorkerSkeletonPython ( )
virtual

Member Function Documentation

◆ abort()

void LnLsys::CabinetServiceWorkerSkeletonPython::abort ( void  )
virtual

◆ stop()

void LnLsys::CabinetServiceWorkerSkeletonPython::stop ( )
virtual

◆ switchAllOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchAllOn ( bool  _on)
virtual

◆ switchBDXOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchBDXOn ( bool  _on,
int  _num 
)
virtual

◆ switchBSXOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchBSXOn ( bool  _on,
int  _num 
)
virtual

◆ switchCDXOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchCDXOn ( bool  _on,
int  _num 
)
virtual

◆ switchCSXOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchCSXOn ( bool  _on,
int  _num 
)
virtual

◆ switchFDXOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchFDXOn ( bool  _on,
int  _num 
)
virtual

◆ switchFSXOn()

void LnLsys::CabinetServiceWorkerSkeletonPython::switchFSXOn ( bool  _on,
int  _num 
)
virtual

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