Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
ost::Bayonne::statetab Struct Reference

A list of each state and a description. More...

#include <bayonne.h>

Collaboration diagram for ost::Bayonne::statetab:
Collaboration graph
[legend]

Data Fields

const char * name
 
Handler handler
 
char flag
 

Detailed Description

A list of each state and a description.

This is used so that named states can be presented when debugging posted events.

Definition at line 915 of file bayonne.h.

Field Documentation

char ost::Bayonne::statetab::flag

Definition at line 919 of file bayonne.h.

Handler ost::Bayonne::statetab::handler

Definition at line 918 of file bayonne.h.

const char* ost::Bayonne::statetab::name

Definition at line 917 of file bayonne.h.


The documentation for this struct was generated from the following file: