BusBricks: File List
BusBricks  0.1
Customize bus-communication
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  lib
  ErrorService
 Error.cpp
 Error.h
 ErrorService.cpp
 ErrorService.h
 ErrorState.cpp
 ErrorState.h
  Frame
 CharArray.cpp
 CharArray.h
 Frame.cpp
 Frame.h
  Interface
 CommInterface.h
 ServiceInterface.h
  MessageService
 Message.cpp
 Message.h
 MessageService.cpp
 MessageService.h
  mockArduino
 mockArduino.cpp
 mockArduino.h
  mockSoftwareSerial
 mockSoftwareSerial.cpp
 mockSoftwareSerial.h
  ModbusRTU
 CommInterface_modbusRTU.cpp
 CommInterface_modbusRTU.h
 Frame_modbusRTU.cpp
 Frame_modbusRTU.h
 ServiceInterface_modbusRTU.cpp
 ServiceInterface_modbusRTU.h
  Service
 Content.h
 Content_stack.h
 Service.h
 ServiceCluster.h
  src
 main.cppThis main is an example-implementation of a simple modbus-messenger to demonstrate the usage of a layer-7-service in the program. The String typed in by the user via serial-interface is sent to the device with PARTNER_DEVICE_ID. All received Messages and raised errors are displayed on serial-monitor. Switch PARTNER_DEVICE_ID and DEVICE_ID before uploading to the Partner-device