#pragma once #include "stdbool.h" void CanDataTask_start(); bool CanDataTask_gotCarCanMessage(); bool CanDataTask_CarCanActive();