mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 18:15:59 +00:00
Predeclaration of dummy namespace
This commit is contained in:
parent
26062cec87
commit
481197d752
@ -110,11 +110,11 @@ namespace sta
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Return CanController for use in CAN system task.
|
* @brief Return CAN_HandleTypeDef for use in CAN system task.
|
||||||
*
|
*
|
||||||
* Implementation must be provided by application.
|
* Implementation must be provided by application.
|
||||||
*/
|
*/
|
||||||
extern STM32CanController * getCanController();
|
extern CAN_HandleTypeDef * getCanController();
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
} // namespace rtos
|
} // namespace rtos
|
||||||
@ -192,6 +192,14 @@ namespace sta
|
|||||||
|
|
||||||
} // namespace sta
|
} // namespace sta
|
||||||
|
|
||||||
|
namespace dummy
|
||||||
|
{
|
||||||
|
void handleSysMessage(const sta::CanRxHeader & header, const uint8_t * payload);
|
||||||
|
|
||||||
|
void handleDataMessage(const sta::IsotpMessage & msg);
|
||||||
|
|
||||||
|
} // namespace dummy
|
||||||
|
|
||||||
|
|
||||||
#endif // STA_RTOS_CAN_BUS_ENABLE
|
#endif // STA_RTOS_CAN_BUS_ENABLE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user