casa
$Rev:20696$
|
#include <ImagerControl.h>
Public Member Functions | |
ImagerControl (const std::string &connection_name_=connection_name(), const std::string &object_name_=object_name()) | |
~ImagerControl () | |
bool | incrementController () |
bool | decrementController () |
void | changePauseFlag (const bool &state) |
void | changeStopFlag (const bool &state) |
void | interactionRequired (const bool &) |
slots that are required for signals generated by SynthImager_adaptor... | |
void | detailUpdate (const std::map< std::string, DBus::Variant > &) |
void | summaryUpdate (const DBus::Variant &) |
void | disconnect () |
std::string | getDescription () |
std::map< std::string, dbus::variant > | getDetails () |
void | controlUpdate (const std::map< std::string, dbus::variant > &newParams) |
Static Public Member Functions | |
static std::string | connection_name () |
static std::string | interface_name () |
static std::string | object_name () |
Definition at line 52 of file ImagerControl.h.
casa::ImagerControl::ImagerControl | ( | const std::string & | connection_name_ = connection_name() , |
const std::string & | object_name_ = object_name() |
||
) |
void casa::ImagerControl::changePauseFlag | ( | const bool & | state | ) | [inline] |
Definition at line 82 of file ImagerControl.h.
void casa::ImagerControl::changeStopFlag | ( | const bool & | state | ) | [inline] |
Definition at line 88 of file ImagerControl.h.
static std::string casa::ImagerControl::connection_name | ( | ) | [inline, static] |
Definition at line 60 of file ImagerControl.h.
void casa::ImagerControl::controlUpdate | ( | const std::map< std::string, dbus::variant > & | newParams | ) | [inline] |
Definition at line 116 of file ImagerControl.h.
References casa::dbus::fromStdMap().
bool casa::ImagerControl::decrementController | ( | ) | [inline] |
Definition at line 74 of file ImagerControl.h.
void casa::ImagerControl::detailUpdate | ( | const std::map< std::string, DBus::Variant > & | ) | [inline] |
Definition at line 96 of file ImagerControl.h.
void casa::ImagerControl::disconnect | ( | ) | [inline] |
Definition at line 98 of file ImagerControl.h.
std::string casa::ImagerControl::getDescription | ( | ) | [inline] |
Definition at line 100 of file ImagerControl.h.
std::map<std::string,dbus::variant> casa::ImagerControl::getDetails | ( | ) | [inline] |
Definition at line 107 of file ImagerControl.h.
References casa::dbus::toStdMap().
bool casa::ImagerControl::incrementController | ( | ) | [inline] |
Definition at line 67 of file ImagerControl.h.
void casa::ImagerControl::interactionRequired | ( | const bool & | ) | [inline] |
slots that are required for signals generated by SynthImager_adaptor...
Definition at line 95 of file ImagerControl.h.
static std::string casa::ImagerControl::interface_name | ( | ) | [inline, static] |
Definition at line 61 of file ImagerControl.h.
static std::string casa::ImagerControl::object_name | ( | ) | [inline, static] |
Definition at line 62 of file ImagerControl.h.
void casa::ImagerControl::summaryUpdate | ( | const DBus::Variant & | ) | [inline] |
Definition at line 97 of file ImagerControl.h.