casa
$Rev:20696$
|
#include <SIIterBot.h>
Public Member Functions | |
SIIterBot_adaptor (std::tr1::shared_ptr< SIIterBot_state > state, const std::string &serviceName) | |
~SIIterBot_adaptor () | |
bool | incrementController () |
bool | decrementController () |
void | interactionRequired (const bool &val) |
void | controlUpdate (const std::map< std::string,::DBus::Variant > &newParams) |
void | interactionComplete () |
void | changePauseFlag (const bool &pauseState) |
void | changeStopFlag (const bool &stopState) |
void | changeInteractiveMode (const bool &interactiveMode) |
std::string | getDescription () |
std::map< std::string,::DBus::Variant > | getDetails () |
::DBus::Variant | getSummary () |
Private Attributes | |
std::tr1::shared_ptr < SIIterBot_state > | state |
Definition at line 267 of file SIIterBot.h.
casa::SIIterBot_adaptor::SIIterBot_adaptor | ( | std::tr1::shared_ptr< SIIterBot_state > | state, |
const std::string & | serviceName | ||
) |
void casa::SIIterBot_adaptor::changeInteractiveMode | ( | const bool & | interactiveMode | ) | [inline] |
Definition at line 298 of file SIIterBot.h.
void casa::SIIterBot_adaptor::changePauseFlag | ( | const bool & | pauseState | ) | [inline] |
Definition at line 294 of file SIIterBot.h.
void casa::SIIterBot_adaptor::changeStopFlag | ( | const bool & | stopState | ) | [inline] |
Definition at line 296 of file SIIterBot.h.
void casa::SIIterBot_adaptor::controlUpdate | ( | const std::map< std::string,::DBus::Variant > & | newParams | ) | [inline] |
Definition at line 286 of file SIIterBot.h.
bool casa::SIIterBot_adaptor::decrementController | ( | ) | [inline] |
Definition at line 279 of file SIIterBot.h.
std::string casa::SIIterBot_adaptor::getDescription | ( | ) | [inline] |
Definition at line 300 of file SIIterBot.h.
std::map< std::string, ::DBus::Variant > casa::SIIterBot_adaptor::getDetails | ( | ) | [inline] |
Definition at line 302 of file SIIterBot.h.
::DBus::Variant casa::SIIterBot_adaptor::getSummary | ( | ) | [inline] |
Definition at line 310 of file SIIterBot.h.
bool casa::SIIterBot_adaptor::incrementController | ( | ) | [inline] |
Definition at line 278 of file SIIterBot.h.
void casa::SIIterBot_adaptor::interactionComplete | ( | ) | [inline] |
Definition at line 292 of file SIIterBot.h.
void casa::SIIterBot_adaptor::interactionRequired | ( | const bool & | val | ) | [inline] |
Definition at line 281 of file SIIterBot.h.
std::tr1::shared_ptr<SIIterBot_state> casa::SIIterBot_adaptor::state [private] |
Definition at line 314 of file SIIterBot.h.