CoreDX DDS
C++ Reference Manual

DDS::ULongDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains an unsigned long. More...

Inheritance diagram for DDS::ULongDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

uint32_t get_ulong ()
 Provides access to data held in an UNSIGNED LONG DynamicType object.
ReturnCode_t set_ulong (uint32_t c)
 Assigns a value to the provided ULONG DynamicType.

Detailed Description

Contains an unsigned long.


Member Function Documentation

uint32_t DDS::ULongDynamicType::get_ulong (  ) 

Provides access to data held in an UNSIGNED LONG DynamicType object.

Return values:
uint32_t the data value held by 't'.
ReturnCode_t DDS::ULongDynamicType::set_ulong ( uint32_t  c  ) 

Assigns a value to the provided ULONG DynamicType.

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

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