Drake
Drake C++ Documentation
vector_log_sink.h File Reference
Include dependency graph for vector_log_sink.h:

Classes

class  VectorLogSink< T >
 A discrete sink block which logs its vector-valued input to per-context memory. More...
 

Namespaces

 drake
 
 drake::systems
 

Functions

template<typename T >
VectorLogSink< T > * LogVectorOutput (const OutputPort< T > &src, DiagramBuilder< T > *builder, double publish_period=0.0)
 LogVectorOutput provides a convenience function for adding a VectorLogSink, initialized to the correct size, and connected to an output in a DiagramBuilder. More...
 
template<typename T >
VectorLogSink< T > * LogVectorOutput (const OutputPort< T > &src, DiagramBuilder< T > *builder, const TriggerTypeSet &publish_triggers, double publish_period=0.0)
 LogVectorOutput provides a convenience function for adding a VectorLogSink, initialized to the correct size, and connected to an output in a DiagramBuilder. More...