MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
lgrGuiDefines.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
10
#ifndef lgrGuiDefines_H_
11
#define lgrGuiDefines_H_
12
13
#define SetAndEmit(attribute,value,signal)\
14
if(attribute != value)\
15
{\
16
attribute = value;\
17
emit signal(attribute);\
18
}
19
20
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)