FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kHxProjectorExt.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_HX_PROJECTOR_EXT_H
9 #define K_FIRESYNC_HX_PROJECTOR_EXT_H
10 
11 #include <kFireSync/kNodeDef.h>
12 #include <kFireSync/Hardware/Projector/kHxProjectorExt.x.h>
13 
21 //typedef kObject kHxProjectorExt; --forward-declared in kFsDef.x.h
22 
23 kInlineFx(kProjectorExt) kHxProjectorExt_Config(kHxProjectorExt ext)
24 {
25  kObj(kHxProjectorExt, ext);
26 
27  return obj->config;
28 }
29 
30 #endif
#define kInlineFx(TYPE)
Essential declarations related to FireSync nodes.
#define kObj(TypeName_T, T_object)
Abstract base class for projector control extension parameters.