|
The Assimilation Monitoring Project
|
Data structure defining the mapping between frametype integers and corresponding demarshalling modules. More...
#include <packetdecoder.h>

Data Fields | |
| int | frametype |
One of the @ref IndividualFrameFormats "Defined Frame Formats" from frameformats.h More... | |
| FramePktConstructor | constructor |
Data structure defining the mapping between frametype integers and corresponding demarshalling modules.
Definition at line 37 of file packetdecoder.h.
| FramePktConstructor _FrameTypeToFrame::constructor |
Definition at line 40 of file packetdecoder.h.
| int _FrameTypeToFrame::frametype |
One of the @ref IndividualFrameFormats
"Defined Frame Formats" from frameformats.h
Definition at line 38 of file packetdecoder.h.
Referenced by cma.AssimCclasses.pyFrame::__str__(), cma.AssimCclasses.pyAddrFrame::__str__(), cma.AssimCclasses.pyIntFrame::__str__(), cma.AssimCclasses.pySeqnoFrame::__str__(), and packetdecoder_new().