CoreDX DDS
C++ Reference Manual

DDS::FloatDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains a float. More...

Inheritance diagram for DDS::FloatDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

float get_float ()
 Provides access to data held in an FLOAT DynamicType object.
ReturnCode_t set_float (float c)
 Assigns a value to the provided FLOAT DynamicType.

Detailed Description

Contains a float.


Member Function Documentation

float DDS::FloatDynamicType::get_float (  ) 

Provides access to data held in an FLOAT DynamicType object.

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

Assigns a value to the provided FLOAT DynamicType.

Return values:
BAD_PARAMETER if 't' is not of type FLOAT.
OK upon success.
 All Classes Files Functions Variables

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