C2A_Core
app_headers.h
[詳解]
1 
5 #ifndef APP_HEADERS_H_
6 #define APP_HEADERS_H_
7 
8 // Core
19 
20 // Core TestApp
22 
23 // DI
26 #include "DriverInstances/di_gs.h"
27 
28 // UserDefined
29 #include "UserDefined/debug_apps.h"
30 
31 #endif
AOBC の DI と AOBC の cmd dispatcher
GS Driver のインスタンス化
UART と DriverSuper テスト用
コマンド分割をサポートするUtil
イベント処理の定期実行のためのApp
地上局から発行された RTC (Real Time Cmd) を実行する
NOP (No Operation) App
userがテレメトリ詰まりをやTL溢れを防ぎつつ,またCDHなどがテレメトリを管理しやすくするためのApp
CCP 汎用 utility テスト用 app