Trees | Indices | Help |
---|
|
object --+ | EventLog
EventLog is a class for reading and writing LCM log files in Python.
An EventLog opened for reading supports the iterator protocol, with each call to next() returning the next Event in the log.
|
|||
|
|||
|
|||
|
|||
int |
|
||
|
|||
|
|||
Event |
|
||
Event |
|
||
Event |
|
||
int |
|
||
Inherited from |
|
|||
Inherited from |
|
Initializer
|
Positions the internal file pointer at the next event that starts at or is after byte offset filepos.
|
Seek (approximately) to a particular timestamp. @param eventlog The log file object @param ts Timestamp of the target event in the log file.
|
|
Closes the log file. After an EventLog is closed, it is essentially useless
|
Writes an event to the log file. Log file must be openeed in write mode.
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Mar 31 08:46:28 2018 | http://epydoc.sourceforge.net |