grepros 1.3.0
grep for ROS bag files and live topics
Loading...
Searching...
No Matches
grepros.plugins.auto.html Namespace Reference

Classes

class  HtmlSink
 

Functions

 convert_lf (s, newline=os.linesep)
 
 init (*_, **__)
 

Detailed Description

HTML output plugin.

------------------------------------------------------------------------------
This file is part of grepros - grep for ROS bag files and live topics.
Released under the BSD License.

@author      Erki Suurjaak
@created     03.12.2021
@modified    29.04.2024
------------------------------------------------------------------------------

Function Documentation

◆ convert_lf()

convert_lf (   s,
  newline = os.linesep 
)
Returns string with \r \n \r\n linefeeds replaced with given.

Definition at line 227 of file html.py.

◆ init()

init ( _,
**  __ 
)
Adds HTML output format support.

Definition at line 233 of file html.py.