[go: up one dir, main page]

Menu

[r999]: / trunk / VTS3 / VTSNotifyPage.h  Maximize  Restore  History

Download this file

28 lines (19 with data), 758 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// VTSNotifyPage.h: interface for the VTSNotifyPage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_VTSNOTIFYPAGE_H__C16F918A_7D62_11D4_BEDA_00A0C95A9812__INCLUDED_)
#define AFX_VTSNOTIFYPAGE_H__C16F918A_7D62_11D4_BEDA_00A0C95A9812__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BACnet.hpp"
class VTSNotificationParameters;
class VTSNotifyPage {
public:
VTSNotifyPage();
virtual ~VTSNotifyPage();
VTSNotificationParameters *pageParent;
virtual void Encode( BACnetAPDUEncoder& enc, int context = kAppContext ) = 0; // encode
};
typedef VTSNotifyPage *VTSNotifyPagePtr;
#endif // !defined(AFX_VTSNOTIFYPAGE_H__C16F918A_7D62_11D4_BEDA_00A0C95A9812__INCLUDED_)