DataDirector API
Classes | Namespaces | Macros
DDD_RSOAsset.h File Reference
#include "DDD_Include.h"
#include "DDD_AssetBase.h"
#include "DDD_AttributeString.h"
#include "DDD_AttributeInt.h"
#include "DDD_AttributeDouble.h"
#include "DDD_AttributeBool.h"
#include "DDD_ObjectEvent.h"
#include "DDD_ObjectEventSubscriber.h"
#include "rso_interface_1.h"
#include "component_base.h"
#include "display_frame.h"
#include "gls_eyepoint.h"
#include <string>

Go to the source code of this file.

Classes

class  DDD_RSOAsset
 The DDD_RSOAsset class. DataDirector asset class that controls GL Studio RSOs. More...
 

Namespaces

 disti
 

Macros

#define RSO_ASSET_CLASS   "DDD_RSOAsset"
 
#define RSO_PARAM_DLL_PATH   "dllPath"
 
#define RSO_PARAM_CLASS_NAME   "className"
 
#define RSO_PARAM_EYEPOINT   "eyepoint"
 
#define RSO_PARAM_LOC_X   "locX"
 
#define RSO_PARAM_LOC_Y   "locY"
 
#define RSO_PARAM_LOC_Z   "locZ"
 
#define RSO_PARAM_SCALE_X   "scaleX"
 
#define RSO_PARAM_SCALE_Y   "scaleY"
 
#define RSO_PARAM_SCALE_Z   "scaleZ"
 
#define RSO_INJECTED_EVENT_HANDLER   "InjectedEventHandler"
 
#define RSO_EVENT_SUBSCRIBER   "EventSubscriber"
 

Detailed Description

Copyright Information

Copyright (c) 2012 The DiSTI Corporation.
11301 Corporate Blvd; Suite 100
Orlando, Florida 32817
USA

All rights reserved.

This Software contains proprietary trade secrets of DiSTI and may not be reproduced, in whole or part, in any form, or by any means of electronic, mechanical, or otherwise, without the written permission of DiSTI. Said permission may be derived through the purchase of applicable DiSTI product licenses which detail the distribution rights of this content and any Derivative Works based on this or other copyrighted DiSTI Software.

NO WARRANTY. THE SOFTWARE IS PROVIDED "AS-IS," WITHOUT WARRANTY OF ANY KIND, AND ANY USE OF THIS SOFTWARE PRODUCT IS AT YOUR OWN RISK. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, DISTI AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE.

LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL DISTI OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF DISTI HAS BEEN ADVISED OF THE POSSIBLITY OF SUCH DAMAGES. DISTI'S ENTIRE LIABILITY AND YOUR EXCLUSIVE REMEDY SHALL NOT EXCEED FIVE DOLLARS (US$5.00).

The aforementioned terms and restrictions are governed by the laws of the State of Florida and the United States of America.

Macro Definition Documentation

#define RSO_ASSET_CLASS   "DDD_RSOAsset"

Hard-coded identifier for this asset class.

#define RSO_EVENT_SUBSCRIBER   "EventSubscriber"

Hard-coded param name for Event Subscriber flag

#define RSO_INJECTED_EVENT_HANDLER   "InjectedEventHandler"

Hard-coded param name for the RSOs EventPipe

#define RSO_PARAM_CLASS_NAME   "className"

Hard-coded param name for className

#define RSO_PARAM_DLL_PATH   "dllPath"

Hard-coded param name for RSO DLL path

#define RSO_PARAM_EYEPOINT   "eyepoint"

Hard-coded param name for RSO Eyepoint

#define RSO_PARAM_LOC_X   "locX"

Hard-coded param name for RSO Location X value

#define RSO_PARAM_LOC_Y   "locY"

Hard-coded param name for RSO Location Y value

#define RSO_PARAM_LOC_Z   "locZ"

Hard-coded param name for RSO Location Z value

#define RSO_PARAM_SCALE_X   "scaleX"

Hard-coded param name for RSO Scale X value

#define RSO_PARAM_SCALE_Y   "scaleY"

Hard-coded param name for RSO Scale Y value

#define RSO_PARAM_SCALE_Z   "scaleZ"

Hard-coded param name for RSO Scale Z value