CoreDX DDS C++ Reference Manual
Public Member Functions | List of all members
CDX::DoubleDynamicType Class Reference

Contains a double. More...

Inheritance diagram for CDX::DoubleDynamicType:
CDX::DynamicType

Public Member Functions

double get_double ()
 Provides access to data held in an DOUBLE DynamicType object. More...
 
DDS::ReturnCode_t set_double (double c)
 Assigns a value to the provided DOUBLE DynamicType. More...
 
- Public Member Functions inherited from CDX::DynamicType
virtual TypeCodeKind get_type ()
 Provides access to the 'type' of the DynamicType object. Applicable to any DynamicType. More...
 

Detailed Description

Contains a double.

Member Function Documentation

double CDX::DoubleDynamicType::get_double ( )

Provides access to data held in an DOUBLE DynamicType object.

Return values
doublethe data value held by 't'.
DDS::ReturnCode_t CDX::DoubleDynamicType::set_double ( double  c)

Assigns a value to the provided DOUBLE DynamicType.

Return values
BAD_PARAMETERif 't' is not of type DOUBLE.
OKupon success.

© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.