devices/devicesync/ordevicesync_layout.h
#ifndef __ORDEVICE_SYNC_LAYOUT_H__
#define __ORDEVICE_SYNC_LAYOUT_H__
#include "ordevicesync_device.h"
class ORDeviceSync_Template_Layout : public FBDeviceLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
void UICreate ();
void UIConfigure ();
void UIReset ();
void UIRefresh ();
private:
FBButton mButtonTest;
private:
FBSystem mSystem;
ORDeviceSync_Template* mDevice;
};
#endif