Satellite-Gateway
GatewayFrame.h
Go to the documentation of this file.
1 
24 #ifndef GATEWAY_FRAME_H
25 #define GATEWAY_FRAME_H
26 
27 #include "Frame.h"
28 
29 typedef enum {
33 
34 class GatewayFrame: public Frame {
35 public:
37 };
38 
39 #endif // GATEWAY_FRAME_H
This file contains the header declaration of class Frame.
E_GATEWAY_FRAME
Definition: GatewayFrame.h:29
virtual E_GATEWAY_FRAME GetGatewayFrameType() const
Definition: GatewayFrame.h:36
Class Frame.
Definition: Frame.h:59