Home Previous Up Next Index

armarx::DebugObserverInterface

Overview

[ "amd" ] interface DebugObserverInterface extends ObserverInterface

Operation Index

setDebugDatafield
setDebugChannel
removeDebugChannel
removeDebugDatafield
removeAllChannels

Operations

void setDebugDatafield(string channelName, string datafieldName, VariantBase value)

void setDebugChannel(string channelName, StringVariantBaseMap valueMap)

void removeDebugChannel(string channelname)

void removeDebugDatafield(string channelName, string datafieldName)

void removeAllChannels()


Home Previous Up Next Index