CoreDX DDS
C++ Reference Manual

DDS::ShortDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains a short. More...

Inheritance diagram for DDS::ShortDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

int16_t get_short ()
 Provides access to data held in an SHORT DynamicType object.
ReturnCode_t set_short (short c)
 Assigns a value to the provided SHORT DynamicType.

Detailed Description

Contains a short.


Member Function Documentation

int16_t DDS::ShortDynamicType::get_short (  ) 

Provides access to data held in an SHORT DynamicType object.

Return values:
int16_t the data value held by 't'.
ReturnCode_t DDS::ShortDynamicType::set_short ( short  c  ) 

Assigns a value to the provided SHORT DynamicType.

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

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