cornelluniversity Namespace Reference


Classes

class  vetsim_exception
 Base exception object for use within the vet application-space. It is intended that this will be the primary exception object in cases where you need to trap things that can't be caught before runtime; extend as needed for situations that can be uniquely dealt with. I've added a details() rouitne which will just give you the std::string variant of what(). std::runtime_error. More...
class  vetsim_serial
class  vetsim_badchksum
 Exception object for use with the vet serial protocol. This is intended to catch errors resulting from failed checksum (crc16) validation checks. A likely scenerio is to catch the failue and reply to the transmitter with a NAK, essentially asking for a retransmission. cornelluniversity::vetsim_exception. More...
class  vetsim_timeout
 Exception object for use with the vet serial protocol. This is intended to catch errors resulting from failed checksum (crc16) validation checks. A likely scenerio is to catch the failue and reply to the transmitter with a NAK, essentially asking for a retransmission. cornelluniversity::vetsim_exception. More...
class  PacketExplorer
 Creates and manages a sub-class of wxListCtrl that is specifically configured to display dissections of vetsim serial packets. Currently, the display is limited to row-based interpretations of the data carried; nothing is yet done to examine data for protocol correctedness. Since this is a sub-class of wxListCtrl which has a ton of its own members, I've prefixed all PacketExplorer members with PE. More...

Namespaces

namespace  vetserial


Detailed Description

The Global namespace for the vet simulation software. Additional namespaces may be common under this scope, each wrapping some larger subset of functionality (e.g. a network lib may be large enough to warrant it's own namespace).


Generated on Sat Nov 10 10:03:36 2012 for Vet Serial Interfaces (w/ proof-of-concept application) by  doxygen 1.4.7