Apollo 10.0
自动驾驶开放平台
smart_recorder_gflags.cc 文件参考
smart_recorder_gflags.cc 的引用(Include)关系图:

浏览源代码.

函数

 DEFINE_string (source_records_dir, "", "The source dir with original records.")
 
 DEFINE_string (restored_output_dir, "", "The output dir after processing.")
 
 DEFINE_string (smart_recorder_config_filename, "modules/data/tools/smart_recorder/conf/" "smart_recorder_config.pb.txt", "The config file.")
 
 DEFINE_bool (real_time_trigger, true, "Whether to use realtime trigger.")
 

函数说明

◆ DEFINE_bool()

DEFINE_bool ( real_time_trigger  ,
true  ,
"Whether to use realtime trigger."   
)

◆ DEFINE_string() [1/3]

DEFINE_string ( restored_output_dir  ,
""  ,
"The output dir after processing."   
)

◆ DEFINE_string() [2/3]

DEFINE_string ( smart_recorder_config_filename  ,
"modules/data/tools/smart_recorder/conf/" "smart_recorder_config.pb.txt"  ,
"The config file."   
)

◆ DEFINE_string() [3/3]

DEFINE_string ( source_records_dir  ,
""  ,
"The source dir with original records."   
)