CoreDX DDS
C++ Reference Manual

DDS::UShortDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains an unsigned short. More...

Inheritance diagram for DDS::UShortDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

uint16_t get_ushort ()
 Provides access to data held in an UNSIGNED SHORT DynamicType object.
ReturnCode_t set_ushort (unsigned short c)
 Assigns a value to the provided USHORT DynamicType.

Detailed Description

Contains an unsigned short.


Member Function Documentation

uint16_t DDS::UShortDynamicType::get_ushort (  ) 

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

Return values:
uint16_t the data value held by 't'.
ReturnCode_t DDS::UShortDynamicType::set_ushort ( unsigned short  c  ) 

Assigns a value to the provided USHORT DynamicType.

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

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