#include <LCServiceWorkerInterface.h>
|
enum | CMDS {
ISREACHABLE,
GETNAMEDINTENSITY,
SETNAMEDINTENSITY,
SETINTENSITY,
SWITCHON,
SWITCHOFF,
ISREACHABLE,
GETNAMEDINTENSITY,
SETNAMEDINTENSITY,
SETINTENSITY,
SWITCHON,
SWITCHOFF
} |
|
enum | CMDS {
ISREACHABLE,
GETNAMEDINTENSITY,
SETNAMEDINTENSITY,
SETINTENSITY,
SWITCHON,
SWITCHOFF,
ISREACHABLE,
GETNAMEDINTENSITY,
SETNAMEDINTENSITY,
SETINTENSITY,
SWITCHON,
SWITCHOFF
} |
|
|
void | init () |
|
std::string | readServiceName () |
|
bool | isReachable () |
|
Nice::NPoint | getNamedIntensity (int _named_intensity) |
|
void | setNamedIntensity (int _named_intensity) |
|
void | setIntensity (std::string _light_source, int _intensity) |
|
void | switchOn (int _intensity=1023) |
|
void | switchOff () |
|
void | init () |
|
std::string | readServiceName () |
|
bool | isReachable () |
|
Nice::NPoint | getNamedIntensity (int _named_intensity) |
|
void | setNamedIntensity (int _named_intensity) |
|
void | setIntensity (std::string _light_source, int _intensity) |
|
void | switchOn (int _intensity=1023) |
|
void | switchOff () |
|
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()) |
|
◆ GetNamedIntensityReadWaitDataWithCompletionProxyPtr [1/2]
◆ GetNamedIntensityReadWaitDataWithCompletionProxyPtr [2/2]
◆ IsReachableReadWaitDataWithCompletionProxyPtr [1/2]
◆ IsReachableReadWaitDataWithCompletionProxyPtr [2/2]
◆ SetIntensityReadWaitDataWithCompletionProxyPtr [1/2]
◆ SetIntensityReadWaitDataWithCompletionProxyPtr [2/2]
◆ SetNamedIntensityReadWaitDataWithCompletionProxyPtr [1/2]
◆ SetNamedIntensityReadWaitDataWithCompletionProxyPtr [2/2]
◆ SwitchOffReadWaitDataWithCompletionProxyPtr [1/2]
◆ SwitchOffReadWaitDataWithCompletionProxyPtr [2/2]
◆ SwitchOnReadWaitDataWithCompletionProxyPtr [1/2]
◆ SwitchOnReadWaitDataWithCompletionProxyPtr [2/2]
◆ CMDS [1/2]
Enumerator |
---|
ISREACHABLE | |
GETNAMEDINTENSITY | |
SETNAMEDINTENSITY | |
SETINTENSITY | |
SWITCHON | |
SWITCHOFF | |
ISREACHABLE | |
GETNAMEDINTENSITY | |
SETNAMEDINTENSITY | |
SETINTENSITY | |
SWITCHON | |
SWITCHOFF | |
◆ CMDS [2/2]
Enumerator |
---|
ISREACHABLE | |
GETNAMEDINTENSITY | |
SETNAMEDINTENSITY | |
SETINTENSITY | |
SWITCHON | |
SWITCHOFF | |
ISREACHABLE | |
GETNAMEDINTENSITY | |
SETNAMEDINTENSITY | |
SETINTENSITY | |
SWITCHON | |
SWITCHOFF | |
◆ MoccaLCServiceWorkerInterface() [1/2]
◆ ~MoccaLCServiceWorkerInterface() [1/2]
Basda::MoccaLCServiceWorkerInterface::~MoccaLCServiceWorkerInterface |
( |
| ) |
|
|
protectedvirtual |
◆ MoccaLCServiceWorkerInterface() [2/2]
◆ ~MoccaLCServiceWorkerInterface() [2/2]
virtual Basda::MoccaLCServiceWorkerInterface::~MoccaLCServiceWorkerInterface |
( |
| ) |
|
|
protectedvirtual |
◆ connect() [1/2]
◆ connect() [2/2]
◆ create() [1/4]
◆ create() [2/4]
◆ create() [3/4]
◆ create() [4/4]
◆ getNamedIntensity() [1/2]
Nice::NPoint Basda::MoccaLCServiceWorkerInterface::getNamedIntensity |
( |
int |
_named_intensity | ) |
|
◆ getNamedIntensity() [2/2]
Nice::NPoint Basda::MoccaLCServiceWorkerInterface::getNamedIntensity |
( |
int |
_named_intensity | ) |
|
◆ init() [1/2]
void Basda::MoccaLCServiceWorkerInterface::init |
( |
| ) |
|
◆ init() [2/2]
void Basda::MoccaLCServiceWorkerInterface::init |
( |
| ) |
|
◆ isReachable() [1/2]
bool Basda::MoccaLCServiceWorkerInterface::isReachable |
( |
| ) |
|
◆ isReachable() [2/2]
bool Basda::MoccaLCServiceWorkerInterface::isReachable |
( |
| ) |
|
◆ readServiceName() [1/2]
std::string Basda::MoccaLCServiceWorkerInterface::readServiceName |
( |
| ) |
|
◆ readServiceName() [2/2]
std::string Basda::MoccaLCServiceWorkerInterface::readServiceName |
( |
| ) |
|
◆ setIntensity() [1/2]
void Basda::MoccaLCServiceWorkerInterface::setIntensity |
( |
std::string |
_light_source, |
|
|
int |
_intensity |
|
) |
| |
◆ setIntensity() [2/2]
void Basda::MoccaLCServiceWorkerInterface::setIntensity |
( |
std::string |
_light_source, |
|
|
int |
_intensity |
|
) |
| |
◆ setNamedIntensity() [1/2]
void Basda::MoccaLCServiceWorkerInterface::setNamedIntensity |
( |
int |
_named_intensity | ) |
|
◆ setNamedIntensity() [2/2]
void Basda::MoccaLCServiceWorkerInterface::setNamedIntensity |
( |
int |
_named_intensity | ) |
|
◆ switchOff() [1/2]
void Basda::MoccaLCServiceWorkerInterface::switchOff |
( |
| ) |
|
◆ switchOff() [2/2]
void Basda::MoccaLCServiceWorkerInterface::switchOff |
( |
| ) |
|
◆ switchOn() [1/2]
void Basda::MoccaLCServiceWorkerInterface::switchOn |
( |
int |
_intensity = 1023 | ) |
|
◆ switchOn() [2/2]
void Basda::MoccaLCServiceWorkerInterface::switchOn |
( |
int |
_intensity = 1023 | ) |
|
◆ Basda::getServiceWorkerInterfaceInstance [1/2]
◆ Basda::getServiceWorkerInterfaceInstance [2/2]
◆ m_getNamedIntensityReadWaitDataWithCompletionProxy
◆ m_isReachableReadWaitDataWithCompletionProxy
◆ m_setIntensityReadWaitDataWithCompletionProxy
◆ m_setNamedIntensityReadWaitDataWithCompletionProxy
◆ m_switchOffReadWaitDataWithCompletionProxy
◆ m_switchOnReadWaitDataWithCompletionProxy
◆ s_enumMapStringToNum
static std::map< std::string, Nice::CompletionState > Basda::MoccaLCServiceWorkerInterface::s_enumMapStringToNum |
|
static |
The documentation for this class was generated from the following files: