VLCB
Loading...
Searching...
No Matches
GridConnect.h
Go to the documentation of this file.
1
2#pragma once
3
4// header files
5#include <Arduino.h>
6#include <Controller.h>
7#include <CanTransport.h>
8
9namespace VLCB
10{
11 bool decodeGridConnect(const char * gcBuffer, CANFrame *frame);
12 bool encodeGridConnect(char * txBuffer, CANFrame *frame);
13}
Definition AbstractEventTeachingService.cpp:13
bool decodeGridConnect(const char *gcBuffer, CANFrame *frame)
Definition GridConnect.cpp:149
bool encodeGridConnect(char *gcBuffer, CANFrame *frame)
Definition GridConnect.cpp:55
Represents a CAN frame sent on the CAN bus.
Definition CanTransport.h:21