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

Contains an octet. More...

Inheritance diagram for CDX::OctetDynamicType:
CDX::DynamicType

Public Member Functions

unsigned char get_octet ()
 Provides access to data held in an OCTET DynamicType object. More...
 
DDS::ReturnCode_t set_octet (unsigned char c)
 Assigns a value to the provided OCTET 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 an octet.

Member Function Documentation

unsigned char CDX::OctetDynamicType::get_octet ( )

Provides access to data held in an OCTET DynamicType object.

Return values
unsigned_charthe data value held by 't'.
DDS::ReturnCode_t CDX::OctetDynamicType::set_octet ( unsigned char  c)

Assigns a value to the provided OCTET DynamicType.

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

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