|
HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
|
Comprehensive test suite for hf-utils-canopen utilities. More...
#include "TestFramework.h"#include "CanFrame.h"#include "CanOpenUtils.h"#include <cstring>#include "esp_log.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"Functions | |
| static bool | test_can_frame_default () noexcept |
| static bool | test_can_frame_data () noexcept |
| static bool | test_sdo_download_frame () noexcept |
| static bool | test_nmt_commands () noexcept |
| void | app_main (void) |
Variables | |
| static const char * | TAG = "CANopen_Utils_Test" |
| static TestResults | g_test_results |
| static constexpr bool | ENABLE_CAN_FRAME_TESTS = true |
| static constexpr bool | ENABLE_SDO_TESTS = true |
| static constexpr bool | ENABLE_NMT_TESTS = true |
Comprehensive test suite for hf-utils-canopen utilities.
Tests: CanFrame construction, SDO protocol helpers, NMT state machine, COB-ID calculation, and frame data encoding/decoding.
| void app_main | ( | void | ) |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
static |