#include <vector>
#include <map>
#include <wx/listctrl.h>
#include "vetprot.h"
Go to the source code of this file.
Namespaces | |
namespace | cornelluniversity |
Classes | |
class | cornelluniversity::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... | |
struct | cornelluniversity::PacketExplorer::PERow |
A data structure representation of wxListCtrl row. More... |