TuttleOFX  1
DebugImageEffectApiDefinitions.hpp
Go to the documentation of this file.
00001 #ifndef _TUTTLE_PLUGIN_DEBUGIMAGEEFFECTAPI_DEFINITIONS_HPP_
00002 #define _TUTTLE_PLUGIN_DEBUGIMAGEEFFECTAPI_DEFINITIONS_HPP_
00003 
00004 #include <tuttle/plugin/global.hpp>
00005 
00006 namespace tuttle {
00007 namespace plugin {
00008 namespace debugImageEffectApi {
00009 
00010 static const std::string kHostInfos   = "hostInfos";
00011 static const std::string kCurrentTime = "currentTime";
00012 static const std::string kBeginTime   = "beginTime";
00013 static const std::string kEndTime     = "endTime";
00014 static const std::string kGoTo        = "goTo";
00015 static const std::string kUpdate      = "update";
00016 
00017 }
00018 }
00019 }
00020 
00021 #endif