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

Contains a float. More...

Inheritance diagram for CDX::FloatDynamicType:
CDX::DynamicType

Public Member Functions

float get_float ()
 Provides access to data held in an FLOAT DynamicType object. More...
 
DDS::ReturnCode_t set_float (float c)
 Assigns a value to the provided FLOAT 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 float.

Member Function Documentation

float CDX::FloatDynamicType::get_float ( )

Provides access to data held in an FLOAT DynamicType object.

Return values
floatthe data value held by 't'.
DDS::ReturnCode_t CDX::FloatDynamicType::set_float ( float  c)

Assigns a value to the provided FLOAT DynamicType.

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

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