Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::cyber::record::Recorder Class Reference

#include <recorder.h>

Inheritance diagram for apollo::cyber::record::Recorder:
Inheritance graph
Collaboration diagram for apollo::cyber::record::Recorder:
Collaboration graph

Public Member Functions

 Recorder (const std::string &output, bool all_channels, const std::vector< std::string > &white_channels, const std::vector< std::string > &black_channels)
 
 Recorder (const std::string &output, bool all_channels, const std::vector< std::string > &white_channels, const std::vector< std::string > &black_channels, const proto::Header &header)
 
 ~Recorder ()
 
bool Start ()
 
bool Stop ()
 

Constructor & Destructor Documentation

◆ Recorder() [1/2]

apollo::cyber::record::Recorder::Recorder ( const std::string &  output,
bool  all_channels,
const std::vector< std::string > &  white_channels,
const std::vector< std::string > &  black_channels 
)

◆ Recorder() [2/2]

apollo::cyber::record::Recorder::Recorder ( const std::string &  output,
bool  all_channels,
const std::vector< std::string > &  white_channels,
const std::vector< std::string > &  black_channels,
const proto::Header &  header 
)

◆ ~Recorder()

apollo::cyber::record::Recorder::~Recorder ( )

Member Function Documentation

◆ Start()

bool apollo::cyber::record::Recorder::Start ( )

◆ Stop()

bool apollo::cyber::record::Recorder::Stop ( )

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