/users/dtb26/GITROOT/vs-vetserial-poc/src/wxguipoc.h File Reference
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.
More...
#include <boost/bind.hpp>
#include <boost/asio.hpp>
#include <boost/asio/serial_port.hpp>
#include <boost/thread.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include "asserial.h"
#include "vetprot.h"
#include "pcktexplr.h"
#include <wx/wx.h>
#include <wx/aui/aui.h>
Go to the source code of this file.
|
Classes |
class | VetSerialApp |
| extends wxApp and is essentially our entry point into the winmain program loop. Use OnInit() to initialize your primary window/frame. More...
|
class | MainFrame |
| extends wxFrame and serves as our primary (and only) window for this application. Note that this is AUI managed. More...
|
Detailed Description
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.
Generated on Sat Nov 10 10:03:36 2012 for Vet Serial Interfaces (w/ proof-of-concept application) by
1.4.7