Formula Student Electronics & Software
The code for the embedded software
|
#include <FlexCAN_T4.h>
#include <Arduino.h>
#include <string>
#include "comm/communicatorSettings.hpp"
#include "model/systemData.hpp"
#include "comm/utils.hpp"
#include "debugUtils.hpp"
Go to the source code of this file.
Classes | |
class | Communicator |
Class that contains definitions of typical messages to send via CAN It serves only as an example of the usage of the strategy pattern, where the communicator is the strategy. More... | |
Variables | |
Code | fifoCodes [] |
Array of standard CAN message codes to be used for FIFO filtering Each Code struct contains a key and a corresponding message ID. | |
Code | fifoExtendedCodes [] |
Array of extended CAN message codes to be used for FIFO filtering Contains the key and corresponding message ID for extended messages. | |
|
inline |
Array of standard CAN message codes to be used for FIFO filtering Each Code struct contains a key and a corresponding message ID.
Definition at line 16 of file communicator.hpp.
|
inline |
Array of extended CAN message codes to be used for FIFO filtering Contains the key and corresponding message ID for extended messages.
Definition at line 30 of file communicator.hpp.