TwiceAsNice
2019-02-18
|
#include <CabinetServiceWorkerInterface.h>
Public Types | |
enum | CMDS { SWITCHALLON, SWITCHBSXON, SWITCHBDXON, SWITCHCSXON, SWITCHCDXON, SWITCHFSXON, SWITCHFDXON, SWITCHALLON, SWITCHBSXON, SWITCHBDXON, SWITCHCSXON, SWITCHCDXON, SWITCHFSXON, SWITCHFDXON } |
enum | CMDS { SWITCHALLON, SWITCHBSXON, SWITCHBDXON, SWITCHCSXON, SWITCHCDXON, SWITCHFSXON, SWITCHFDXON, SWITCHALLON, SWITCHBSXON, SWITCHBDXON, SWITCHCSXON, SWITCHCDXON, SWITCHFSXON, SWITCHFDXON } |
Public Member Functions | |
void | init () |
void | switchAllOn (bool _on) |
void | switchBSXOn (bool _on, int _num=0) |
void | switchBDXOn (bool _on, int _num=0) |
void | switchCSXOn (bool _on, int _num=0) |
void | switchCDXOn (bool _on, int _num=0) |
void | switchFSXOn (bool _on, int _num=0) |
void | switchFDXOn (bool _on, int _num=0) |
void | init () |
void | switchAllOn (bool _on) |
void | switchBSXOn (bool _on, int _num=0) |
void | switchBDXOn (bool _on, int _num=0) |
void | switchCSXOn (bool _on, int _num=0) |
void | switchCDXOn (bool _on, int _num=0) |
void | switchFSXOn (bool _on, int _num=0) |
void | switchFDXOn (bool _on, int _num=0) |
![]() | |
virtual | ~ServiceWorkerInterface () |
std::string | identity () |
Nice::I64 | id () |
Nice::JointPtr | config () |
bool | isConnected () |
template<typename Type > | |
void | set (const char *_key, const Type &_val) |
template<typename Type > | |
Type | get (const char *_key) |
template<typename Type > | |
Type | getAttribute (const char *_key, const char *_attr) |
void | abort () |
bool | stop (const Nice::Time &_timeout=Nice::Time()) |
Basda::ServiceState | state () |
bool | changeState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time()) |
bool | waitForState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time()) |
bool | waitForActiveState (const Nice::Time &_timeout=Nice::Time()) |
virtual | ~ServiceWorkerInterface () |
std::string | identity () |
Nice::I64 | id () |
Nice::JointPtr | config () |
bool | isConnected () |
template<typename Type > | |
void | set (const char *_key, const Type &_val) |
template<typename Type > | |
Type | get (const char *_key) |
template<typename Type > | |
Type | getAttribute (const char *_key, const char *_attr) |
void | abort () |
bool | stop (const Nice::Time &_timeout=Nice::Time()) |
Basda::ServiceState | state () |
bool | changeState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time()) |
bool | waitForState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time()) |
bool | waitForActiveState (const Nice::Time &_timeout=Nice::Time()) |
Static Public Attributes | |
static std::map< std::string, Nice::CompletionState > | s_enumMapStringToNum |
Protected Member Functions | |
CabinetServiceWorkerInterface (const Nice::JointPtr &, const Nice::AppConfigClientPtr &_cc=0) | |
virtual | ~CabinetServiceWorkerInterface () |
CabinetServiceWorkerInterface (const Nice::JointPtr &, const Nice::AppConfigClientPtr &_cc=0) | |
virtual | ~CabinetServiceWorkerInterface () |
![]() | |
void | addListener () |
template<typename BridgeType > | |
IceUtil::Handle< BridgeType > | addCmdBridge (const std::string &_node) |
ServiceWorkerInterface (const Nice::JointPtr &_config, const Nice::AppConfigClientPtr &_cc=0) | |
void | addListener () |
template<typename BridgeType > | |
IceUtil::Handle< BridgeType > | addCmdBridge (const std::string &_node) |
ServiceWorkerInterface (const Nice::JointPtr &_config, const Nice::AppConfigClientPtr &_cc=0) | |
Friends | |
template<typename T > | |
IceUtil::Handle< T > | Basda::getServiceWorkerInterfaceInstance (const Nice::JointPtr &, const std::string &) |
template<typename T > | |
IceUtil::Handle< T > | Basda::getServiceWorkerInterfaceInstance (const Nice::JointPtr &, const std::string &) |
Additional Inherited Members | |
![]() | |
std::string | m_identity |
Nice::I64 | m_id |
Nice::JointPtr | m_config |
Nice::AppConfigClientPtr | m_cc |
ServiceWorkerInterfaceWatchdogListener * | m_listener |
Nice::PropertyBridgeReadWaitProxyPtr | m_stateBridgeReadWaitProxy |
Basda::ServiceWorkerReadWaitCompletionProxyPtr | m_stopReadWaitProxy |
![]() | |
static std::map< std::string, ServiceWorkerInterfacePtr > | s_inst |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protected |
|
protectedvirtual |
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void LnLsys::CabinetServiceWorkerInterface::init | ( | ) |
void LnLsys::CabinetServiceWorkerInterface::init | ( | ) |
void LnLsys::CabinetServiceWorkerInterface::switchAllOn | ( | bool | _on | ) |
void LnLsys::CabinetServiceWorkerInterface::switchAllOn | ( | bool | _on | ) |
void LnLsys::CabinetServiceWorkerInterface::switchBDXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchBDXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchBSXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchBSXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchCDXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchCDXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchCSXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchCSXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchFDXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchFDXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchFSXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
void LnLsys::CabinetServiceWorkerInterface::switchFSXOn | ( | bool | _on, |
int | _num = 0 |
||
) |
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |