VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtIfRequestWeatherAtLocation Class Reference

class DtIfRequestWeatherAtLocation:

Given a geocentric location, return a DtIfWeatherAtLocationResponse with the particular response. Also use request id. Request ids of 0 will not be honored as this should be an individual client request only

Inheritance diagram for DtIfRequestWeatherAtLocation:
Inheritance graph
[legend]

Public Member Functions

 DtIfRequestWeatherAtLocation ()
 
virtual ~DtIfRequestWeatherAtLocation ()
 
 DtIfRequestWeatherAtLocation (const DtIfRequestWeatherAtLocation &orig)
 
DtIfRequestWeatherAtLocationoperator= (const DtIfRequestWeatherAtLocation &orig)
 
virtual int type () const
 
virtual DtSimInterfaceContentclone () const
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 
virtual bool setToNet ()
 
virtual void printDataToString (DtString &str)
 
virtual void setLocation (const DtVector &)
 
virtual const DtVectorlocation () const
 
virtual void setRequestId (unsigned int)
 
virtual unsigned int requestId () const
 
- Public Member Functions inherited from DtSimInterfaceContent
virtual ~DtSimInterfaceContent ()
 
virtual bool update (const DtSimInterfaceContent *data)
 
virtual charnetRep ()
 
virtual void printContentType (DtString &str)
 
virtual void setUseSessionId (bool yesNo)
 
virtual bool useSessionId () const
 

Static Public Member Functions

static DtSimInterfaceContentcreator ()
 
- Static Public Member Functions inherited from DtSimInterfaceContent
static DtSimInterfaceContentcreateInterfaceContent (int type)
 
static void addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn)
 
static void setFactory (DtInterfaceContentFactory *factory)
 
static DtInterfaceContentFactoryfactory ()
 
static void registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn)
 

Protected Attributes

DtVector myLocation
 
DtU32 myRequestId
 
- Protected Attributes inherited from DtSimInterfaceContent
charmyNetRep
 
bool myUseSessionId
 

Additional Inherited Members

- Protected Member Functions inherited from DtSimInterfaceContent
 DtSimInterfaceContent ()
 
 DtSimInterfaceContent (const DtSimInterfaceContent &orig)
 
const DtSimInterfaceContentoperator= (const DtSimInterfaceContent &orig)
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtSimInterfaceContent
static DtInterfaceContentFactorymyFactory
 
static
DtSimInterfaceContentTypePrinterFcn 
theContentTypePrinterFcn
 

Constructor & Destructor Documentation

DtIfRequestWeatherAtLocation::DtIfRequestWeatherAtLocation ( )

default constructor

virtual DtIfRequestWeatherAtLocation::~DtIfRequestWeatherAtLocation ( )
virtual

destructor

DtIfRequestWeatherAtLocation::DtIfRequestWeatherAtLocation ( const DtIfRequestWeatherAtLocation orig)

copy constructor

Member Function Documentation

DtIfRequestWeatherAtLocation& DtIfRequestWeatherAtLocation::operator= ( const DtIfRequestWeatherAtLocation orig)

assignment operator

virtual int DtIfRequestWeatherAtLocation::type ( ) const
virtual

Returns the type of Interface Content.

Implements DtSimInterfaceContent.

virtual DtSimInterfaceContent* DtIfRequestWeatherAtLocation::clone ( ) const
virtual

Implements DtSimInterfaceContent.

virtual int DtIfRequestWeatherAtLocation::netRepSize ( ) const
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfRequestWeatherAtLocation::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Reimplemented from DtSimInterfaceContent.

virtual bool DtIfRequestWeatherAtLocation::setToNet ( )
virtual

Reimplemented from DtSimInterfaceContent.

virtual void DtIfRequestWeatherAtLocation::printDataToString ( DtString str)
virtual

Reimplemented from DtSimInterfaceContent.

static DtSimInterfaceContent* DtIfRequestWeatherAtLocation::creator ( )
static
virtual void DtIfRequestWeatherAtLocation::setLocation ( const DtVector )
virtual
virtual const DtVector& DtIfRequestWeatherAtLocation::location ( ) const
virtual
virtual void DtIfRequestWeatherAtLocation::setRequestId ( unsigned  int)
virtual
virtual unsigned int DtIfRequestWeatherAtLocation::requestId ( ) const
virtual

Member Data Documentation

DtVector DtIfRequestWeatherAtLocation::myLocation
protected
DtU32 DtIfRequestWeatherAtLocation::myRequestId
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)