Public Member Functions | Protected Attributes
sr_edc_ethercat_drivers::MotorTraceBuffer Class Reference

Class to buffer and publish previous 1-second of motor data. More...

#include <motor_trace_buffer.h>

List of all members.

Public Member Functions

void checkPublish ()
 Publishes motor trace if delay time is up.
void flagPublish (const std::string &reason, int level, int delay)
 flags delayed publish of motor trace.
bool initialize (const sr_edc_ethercat_drivers::ActuatorInfo &actuator_info)
 Initializes motor trace publisher.
 MotorTraceBuffer (unsigned trace_size)
void reset ()
void sample (const sr_edc_ethercat_drivers::MotorTraceSample &s)
 Adds sample to motor trace.

Protected Attributes

int publish_delay_
int publish_level_
std::string publish_reason_
unsigned published_traces_
realtime_tools::RealtimePublisher
< sr_edc_ethercat_drivers::MotorTrace > * 
publisher_
std::vector
< sr_edc_ethercat_drivers::MotorTraceSample > 
trace_buffer_
unsigned trace_index_
unsigned trace_size_

Detailed Description

Class to buffer and publish previous 1-second of motor data.

Data is sampled with each cycle of realtime loop so that there is too much data to be published continuouly. Instead of continuously publishing data, the trace buffers the previous X seconds of samples. Publishing can be triggered as result of event or request.

Definition at line 50 of file motor_trace_buffer.h.


Constructor & Destructor Documentation

Definition at line 36 of file motor_trace_buffer.cpp.


Member Function Documentation

Publishes motor trace if delay time is up.

Definition at line 80 of file motor_trace_buffer.cpp.

void sr_edc_ethercat_drivers::MotorTraceBuffer::flagPublish ( const std::string &  reason,
int  level,
int  delay 
)

flags delayed publish of motor trace.

New publish will only take precedence of previous publish iff level is higher than previous level

Definition at line 126 of file motor_trace_buffer.cpp.

bool sr_edc_ethercat_drivers::MotorTraceBuffer::initialize ( const sr_edc_ethercat_drivers::ActuatorInfo &  actuator_info)

Initializes motor trace publisher.

Definition at line 56 of file motor_trace_buffer.cpp.

Definition at line 46 of file motor_trace_buffer.cpp.

void sr_edc_ethercat_drivers::MotorTraceBuffer::sample ( const sr_edc_ethercat_drivers::MotorTraceSample &  s)

Adds sample to motor trace.

Definition at line 147 of file motor_trace_buffer.cpp.


Member Data Documentation

Definition at line 72 of file motor_trace_buffer.h.

Definition at line 73 of file motor_trace_buffer.h.

Definition at line 74 of file motor_trace_buffer.h.

Definition at line 69 of file motor_trace_buffer.h.

Definition at line 71 of file motor_trace_buffer.h.

std::vector<sr_edc_ethercat_drivers::MotorTraceSample> sr_edc_ethercat_drivers::MotorTraceBuffer::trace_buffer_ [protected]

Definition at line 70 of file motor_trace_buffer.h.

Definition at line 68 of file motor_trace_buffer.h.

Definition at line 67 of file motor_trace_buffer.h.


The documentation for this class was generated from the following files:


sr_edc_ethercat_drivers
Author(s): Ugo Cupcic, Yann Sionneau, Toni Oliver
autogenerated on Mon Jul 1 2019 20:06:31