CoreDX DDS C++ Reference Manual
Public Member Functions | List of all members
CDX::LongDynamicType Class Reference

Contains a long. More...

Inheritance diagram for CDX::LongDynamicType:
CDX::DynamicType

Public Member Functions

int32_t get_long ()
 Provides access to data held in an LONG DynamicType object. More...
 
DDS::ReturnCode_t set_long (int32_t c)
 Assigns a value to the provided LONG DynamicType. More...
 
- Public Member Functions inherited from CDX::DynamicType
virtual TypeCodeKind get_type ()
 Provides access to the 'type' of the DynamicType object. Applicable to any DynamicType. More...
 

Detailed Description

Contains a long.

Member Function Documentation

int32_t CDX::LongDynamicType::get_long ( )

Provides access to data held in an LONG DynamicType object.

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

Assigns a value to the provided LONG DynamicType.

Return values
BAD_PARAMETERif 't' is not of type LONG.
OKupon success.

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