|
| | DebugObserverHelper (const DebugObserverInterfacePrx &prx=nullptr, bool batchmode=false) |
| |
| template<class T > |
| | DebugObserverHelper (const T &name, const DebugObserverInterfacePrx &prx=nullptr, bool batchmode=false) |
| |
| const std::string & | getChannelName () const |
| |
| const DebugObserverInterfacePrx & | getDebugObserver () const |
| |
| void | removeAllDebugObserverChannels () const |
| |
| void | removeDebugObserverChannel (const std::string &channelname) const |
| |
| void | removeDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName) const |
| |
| void | sendDebugObserverBatch () |
| |
| void | setChannelName (const ManagedIceObject &obj) |
| |
| void | setChannelName (const ManagedIceObject *obj) |
| |
| void | setChannelName (const ManagedIceObjectPlugin &obj) |
| |
| void | setChannelName (const ManagedIceObjectPlugin *obj) |
| |
| void | setChannelName (const std::string &name) |
| |
| void | setDebugObserver (const DebugObserverInterfacePrx &prx) |
| |
| void | setDebugObserverBatchModeEnabled (bool enable) |
| |
| void | setDebugObserverChannel (const std::string &channelName, StringVariantBaseMap valueMap) const |
| |
| template<class T > |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const IceUtil::Time &time, const T &value) const |
| |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const IceUtil::Time &time, const Variant &value) const |
| |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const IceUtil::Time &time, const VariantPtr &value) const |
| |
| template<class T , class... Ts> |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const std::chrono::duration< Ts... > duration, const T &value) const |
| |
| template<class... Ts> |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const std::chrono::duration< Ts... > duration, const Variant &value) const |
| |
| template<class... Ts> |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const std::chrono::duration< Ts... > duration, const VariantPtr &value) const |
| |
| template<class T , class... Ts> |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const std::chrono::time_point< Ts... > timepoint, const T &value) const |
| |
| template<class... Ts> |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const std::chrono::time_point< Ts... > timepoint, const Variant &value) const |
| |
| template<class... Ts> |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const std::chrono::time_point< Ts... > timepoint, const VariantPtr &value) const |
| |
| template<class T > |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const T &t) |
| |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const TimedVariantPtr &value) const |
| |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const VariantBasePtr &value) const |
| |
| void | setDebugObserverDatafield (const std::string &channelName, const std::string &datafieldName, const VariantPtr &value) const |
| |
| template<class T > |
| void | setDebugObserverDatafield (const std::string &datafieldName, const T &t) |
| |
| void | setFloatFallbackForBigTooLargeInts (bool useFallback) |
| |
Brief description of class DebugObserverHelper.
Detailed description of class DebugObserverHelper.
Definition at line 51 of file DebugObserverHelper.h.