VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Simple Radar Warning Descriptor

DtRadarWarningReceiverDescriptor Header file:

/*******************************************************************************
** Copyright (c) 2012 MAK Technologies, Inc.
** All rights reserved.
*******************************************************************************/
#pragma once
#include "vrfutil/rwReal.h"
//This is the string that is registered along with the creator function below.
//It must match the component-descriptor-type string specified in the object
//parameter database when using this descriptor to specify a
//simple-radar-warning-receiver
const char DtRadarWarningReceiverDescriptorType[] = "radar-warn-receiver-descriptor";
{
public:
//real constructor
DtReaderWriterRegistry * parentRegistry = 0);
//All component descriptors must provide a valid copy constructor
DtReaderWriterRegistry * parentRegistry = 0);
//All component descriptors must provide a valid assignment operator
//All component descriptors must provide a valid clone function
parentRegistry = 0) const;
//returns the type of descriptor. This will be used
//to create the descriptor on read from an mtl file
virtual DtString type() const;
//Provide an accessor and mutator for the parameter value
virtual void setEmitterDetectionRange(double range);
virtual double emitterDetectionRange() const;
//Creator function to be registered with DtSimComponentDescriptorFactory
protected:
};

Implementation:


Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)