|
Transfers data from memory servers to the DebugObserver. More...
#include <RobotAPI/libraries/armem/client/util/MemoryToDebugObserver.h>
Classes | |
struct | Properties |
Configuration. More... | |
struct | Services |
Required services. More... | |
Public Member Functions | |
MemoryToDebugObserver (const Properties &properties, const Services &services) | |
Constructor. More... | |
void | pollOnce () |
Query values from the memory and send them to the debug observer. More... | |
Transfers data from memory servers to the DebugObserver.
Transfers data from the memory system to the Debug Observer, allowing to visualize them in the Live Plotter.
Definition at line 51 of file MemoryToDebugObserver.h.
MemoryToDebugObserver | ( | const Properties & | properties, |
const Services & | services | ||
) |
Constructor.
Definition at line 34 of file MemoryToDebugObserver.cpp.
void pollOnce | ( | ) |
Query values from the memory and send them to the debug observer.
Definition at line 103 of file MemoryToDebugObserver.cpp.