#include <py_record.h>
◆ Close()
void apollo::cyber::record::PyRecordWriter::Close |
( |
| ) |
|
|
inline |
◆ GetMessageNumber()
uint64_t apollo::cyber::record::PyRecordWriter::GetMessageNumber |
( |
const std::string & |
channel_name | ) |
const |
|
inline |
◆ GetMessageType()
const std::string& apollo::cyber::record::PyRecordWriter::GetMessageType |
( |
const std::string & |
channel_name | ) |
const |
|
inline |
◆ GetProtoDesc()
const std::string& apollo::cyber::record::PyRecordWriter::GetProtoDesc |
( |
const std::string & |
channel_name | ) |
const |
|
inline |
◆ Open()
bool apollo::cyber::record::PyRecordWriter::Open |
( |
const std::string & |
path | ) |
|
|
inline |
◆ SetIntervalOfFileSegmentation()
bool apollo::cyber::record::PyRecordWriter::SetIntervalOfFileSegmentation |
( |
uint64_t |
time_sec | ) |
|
|
inline |
◆ SetSizeOfFileSegmentation()
bool apollo::cyber::record::PyRecordWriter::SetSizeOfFileSegmentation |
( |
uint64_t |
size_kilobytes | ) |
|
|
inline |
◆ WriteChannel()
bool apollo::cyber::record::PyRecordWriter::WriteChannel |
( |
const std::string & |
channel_str, |
|
|
const std::string & |
type, |
|
|
const std::string & |
proto_desc |
|
) |
| |
|
inline |
◆ WriteMessage()
bool apollo::cyber::record::PyRecordWriter::WriteMessage |
( |
const std::string & |
channel_name, |
|
|
const std::string & |
rawmessage, |
|
|
uint64_t |
time, |
|
|
const std::string & |
proto_desc = "" |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: