You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Really new to this and managed to get it into a format for use in Teensy 3.5 sketches using the Arduino IDE. But as I am going through it to see what has to change if anything I was getting a bunch of errors on missing files used in the include statement's. All the errors were in the protocol directory:
GetDataTypeInfo..hpp not found - referenced in data_types_info_provider.hpp
There if no "file" directory and associated files referenced in file_server.hpp
GlobalTimeSync.hpp not found - referenced in global_time_sync_slave.hpp
No "debug" directory
GetNodeInfo.hpp not found ref. in node_info_retreiver.hpp
Node_Stats.hpp not found - ref in node_stats_monitor.hpp
Panic.hpp not found - panic_broadcaster.hpp
8 No "param" directory of associated files
no Restart_Node.hpp - ref in restart_request_server.hpp
No Get_Transport_stats.hpp - ref in transport_stats_provider.hpp.
Any help would be appreciated.
Thanks
Mike
The text was updated successfully, but these errors were encountered:
Hi. Really new to this and managed to get it into a format for use in Teensy 3.5 sketches using the Arduino IDE. But as I am going through it to see what has to change if anything I was getting a bunch of errors on missing files used in the include statement's. All the errors were in the protocol directory:
8 No "param" directory of associated files
Any help would be appreciated.
Thanks
Mike
The text was updated successfully, but these errors were encountered: