ut-issl / s2e-core

Spacecraft Simulation Environment Core codes
MIT License
46 stars 18 forks source link

Split C2A communication functions prototype declaration header #630

Closed sksat closed 2 weeks ago

sksat commented 5 months ago

Related issues

N/A

Description

S2E has some C2A-interface for SILS-S2E; sometimes C2A's IfWrapper/HAL implementation calls S2E OBC_C2A functions like OBC_C2A_SendFromObc. These functions are defned in src/components/real/cdh/on_board_computer_with_c2a.hpp. However, it is unclear which functions are explicitly called by C2A. So, this PR change these declaration into another header file.

Impact

minor update

Supplementary information

N/A