CoreDX DDS
C++ Reference Manual

DDS::LongDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains a long. More...

Inheritance diagram for DDS::LongDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

int32_t get_long ()
 Provides access to data held in an LONG DynamicType object.
ReturnCode_t set_long (int32_t c)
 Assigns a value to the provided LONG DynamicType.

Detailed Description

Contains a long.


Member Function Documentation

int32_t DDS::LongDynamicType::get_long (  ) 

Provides access to data held in an LONG DynamicType object.

Return values:
int32_t the data value held by 't'.
ReturnCode_t DDS::LongDynamicType::set_long ( int32_t  c  ) 

Assigns a value to the provided LONG DynamicType.

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

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