Classes | |
| class | Timeout |
| class | Watch |
| class | Dispatcher |
| class | record |
| todo: o create python to/from record functions o implement compare() o implement record_to_string() o create a thorough test program o verify that std::map<>'s copy ctor does a complete copy o add copy-on-write (w/ reference counting) More... | |
| class | variant |
| class | address |
| class | Diagnostic |
| class | init_diagnostic_object_t |
Typedefs | |
| typedef std::map< std::string, variant > | rec_map |
Functions | |
| std::string | adaptor_object (const std::string &name, const std::string &path) |
| this function is a little odd. | |
| std::string | object (const std::string &name) |
| std::string | path (const std::string &name) |
| char * | launch_casa_proxy (bool unique_name, const std::string &dbusname, const std::string &default_name, const std::list< std::string > &args) |
| template<class proxy > | |
| proxy * | launch (const std::list< std::string > &args=std::list< std::string >(), bool unique_name=true, const std::string &name="", int trys=60, unsigned long delay=500000) |
| Record | toRecord (const std::map< std::string, DBus::Variant > &mapIn) |
| std::map< std::string, DBus::Variant > | fromRecord (const Record &record) |
| variant | toVariant (const DBus::Variant &src) |
| std::map< std::string, variant > | toStdMap (const std::map< std::string, DBus::Variant > &src) |
| std::map< std::string, DBus::Variant > | fromStdMap (const std::map< std::string, variant > &src) |
| DBus::Variant | fromVariant (const variant &src) |
| void | show (const variant &v) |
| template<class t > | |
| std::vector< double > | af (const Vector< t > &other) |
| std::string | asString (const variant &v) |
| std::string | asString (const std::string &s) |
| template<typename T > | |
| std::string | asString (const T &t) |
| template<typename K , typename V > | |
| std::string | asString (const std::pair< K, V > &p) |
Variables | |
| Diagnostic | diagnostic |
| static class casa::dbus::init_diagnostic_object_t | init_diagnostic_object_ |
| typedef std::map<std::string,variant> casa::dbus::rec_map |
| std::string casa::dbus::adaptor_object | ( | const std::string & | name, | |
| const std::string & | path | |||
| ) |
this function is a little odd.
.. it gets a connection with a unique name (via a suffix) using 'name' and upon success returns 'path', otherwise it throws an exception..\.
| std::vector<double> casa::dbus::af | ( | const Vector< t > & | other | ) | [inline] |
Definition at line 56 of file Conversion.h.
| std::string casa::dbus::asString | ( | const std::pair< K, V > & | p | ) | [inline] |
Definition at line 83 of file io.h.
References asString().
| std::string casa::dbus::asString | ( | const T & | t | ) | [inline] |
Definition at line 76 of file io.h.
References asString().
| std::string casa::dbus::asString | ( | const std::string & | s | ) | [inline] |
| std::string casa::dbus::asString | ( | const variant & | v | ) |
Referenced by asString().
| std::map<std::string,DBus::Variant> casa::dbus::fromRecord | ( | const Record & | record | ) |
| std::map<std::string,DBus::Variant> casa::dbus::fromStdMap | ( | const std::map< std::string, variant > & | src | ) |
Referenced by casa::ImagerControl::controlUpdate().
| DBus::Variant casa::dbus::fromVariant | ( | const variant & | src | ) |
Referenced by casa::ViewerProxy::setoptions(), and casa::ViewerProxy::start_interact().
| proxy* casa::dbus::launch | ( | const std::list< std::string > & | args = std::list<std::string>( ), |
|
| bool | unique_name = true, |
|||
| const std::string & | name = "", |
|||
| int | trys = 60, |
|||
| unsigned long | delay = 500000 | |||
| ) | [inline] |
Definition at line 58 of file BusAccess.h.
References launch_casa_proxy(), and casa::name().
| char* casa::dbus::launch_casa_proxy | ( | bool | unique_name, | |
| const std::string & | dbusname, | |||
| const std::string & | default_name, | |||
| const std::list< std::string > & | args | |||
| ) |
Referenced by launch().
| std::string casa::dbus::object | ( | const std::string & | name | ) |
| std::string casa::dbus::path | ( | const std::string & | name | ) |
Referenced by TableSAXReader< T, R, RFilter >::end_element_callback().
| void casa::dbus::show | ( | const variant & | v | ) |
Referenced by casa::PlotServerProxy::show(), and casa::ViewerProxy::show().
| Record casa::dbus::toRecord | ( | const std::map< std::string, DBus::Variant > & | mapIn | ) |
| std::map<std::string,variant> casa::dbus::toStdMap | ( | const std::map< std::string, DBus::Variant > & | src | ) |
Referenced by casa::ImagerControl::getDetails().
| variant casa::dbus::toVariant | ( | const DBus::Variant & | src | ) |
Referenced by casa::ViewerProxy::axes(), casa::ViewerProxy::channel(), casa::PlotServerProxy::close(), casa::ViewerProxy::close(), casa::ViewerProxy::colormap(), casa::ViewerProxy::colorwedge(), casa::ViewerProxy::contourlevels(), casa::ViewerProxy::cwd(), casa::ViewerProxy::datarange(), casa::PlotServerProxy::erase(), casa::ViewerProxy::fileinfo(), casa::ViewerProxy::freeze(), casa::PlotServerProxy::hide(), casa::ViewerProxy::hide(), casa::PlotServerProxy::histogram(), casa::PlotServerProxy::line(), casa::ViewerProxy::load(), casa::PlotServerProxy::loaddock(), casa::ViewerProxy::panel(), casa::PlotServerProxy::panel(), casa::ViewerProxy::popup(), casa::PlotServerProxy::raster(), casa::ViewerProxy::release(), casa::PlotServerProxy::release(), casa::ViewerProxy::reload(), casa::ViewerProxy::restore(), casa::new_interactive_clean_callback::result(), casa::PlotServerProxy::scatter(), casa::PlotServerProxy::setlabel(), casa::ViewerProxy::setoptions(), casa::PlotServerProxy::show(), casa::ViewerProxy::show(), casa::ViewerProxy::start_interact(), casa::ViewerProxy::unfreeze(), casa::ViewerProxy::unload(), and casa::ViewerProxy::zoom().
Definition at line 97 of file Diagnostic.h.
Referenced by casa::dbus::init_diagnostic_object_t::init_diagnostic_object_t(), and casa::dbus::init_diagnostic_object_t::~init_diagnostic_object_t().
1.6.1