Satellite-Gateway
Main Page
Classes
Files
File List
File Members
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
{
30
GATEWAY_FRAME_DATA
= 0x00,
31
GATEWAY_FRAME_UNKNOWN
= 0xFF
32
}
E_GATEWAY_FRAME
;
33
34
class
GatewayFrame
:
public
Frame
{
35
public
:
36
virtual
E_GATEWAY_FRAME
GetGatewayFrameType
()
const
{
return
GATEWAY_FRAME_UNKNOWN
; }
37
};
38
39
#endif // GATEWAY_FRAME_H
Frame.h
This file contains the header declaration of class Frame.
GATEWAY_FRAME_UNKNOWN
Definition:
GatewayFrame.h:31
E_GATEWAY_FRAME
E_GATEWAY_FRAME
Definition:
GatewayFrame.h:29
GatewayFrame::GetGatewayFrameType
virtual E_GATEWAY_FRAME GetGatewayFrameType() const
Definition:
GatewayFrame.h:36
Frame
Class Frame.
Definition:
Frame.h:59
GatewayFrame
Definition:
GatewayFrame.h:34
GATEWAY_FRAME_DATA
Definition:
GatewayFrame.h:30
src
shared
GatewayFrames
GatewayFrame.h
Generated by
1.8.11