/users/dtb26/GITROOT/vs-vetserial-poc/include/messaging.h [code] | |
/users/dtb26/GITROOT/vs-vetserial-poc/src/asserial.h [code] | |
/users/dtb26/GITROOT/vs-vetserial-poc/src/excepts.h [code] | Custom exception objects for use throughout the pending application-space. It is intended that this lib will serve as a centralized exception implementation and will grow as need dictates |
/users/dtb26/GITROOT/vs-vetserial-poc/src/pcktexplr.h [code] | Implements a custom wxListCtrl object, specifially tailored to display the contents of a vetsim serial packet |
/users/dtb26/GITROOT/vs-vetserial-poc/src/vetprot.h [code] | This file implements a command structure in support of the vet serial specification. However, while these structures are currently intended for use over RS232 it is being implemented as an abstract "packet delivery" structure which should work fine over any transport capable of delivering serialized ascii data. See the protocol definition documentation for details |
/users/dtb26/GITROOT/vs-vetserial-poc/src/wxguipoc.h [code] | This is a proof of concept application to test various bits of technology that will be required by the final project solutions:
- rs232 communications with arduino devices
- asynchronous rs232 communications
- vetserial protocol
- wxwidgets functionality
- wxwidgets managed via wxWidgets::AUI
- CMAKE cross-platform building
|