Apollo 10.0
自动驾驶开放平台
timer.dag
浏览该文件的文档.
1module_config {
2 module_library : "cyber/examples/timer_component_example/libtimer_component_example.so"
3 timer_components {
4 class_name : "TimerComponentSample"
5 config {
6 name : "timer"
7 interval : 10
8 }
9 }
10}