CoreDX DDS
C++ Reference Manual

DDS::BooleanDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains a boolean. More...

Inheritance diagram for DDS::BooleanDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

unsigned char get_boolean ()
 Provides access to data held in an BOOLEAN DynamicType object.
ReturnCode_t set_boolean (unsigned char c)
 Assigns a value to the provided BOOLEAN DynamicType.

Detailed Description

Contains a boolean.


Member Function Documentation

unsigned char DDS::BooleanDynamicType::get_boolean (  ) 

Provides access to data held in an BOOLEAN DynamicType object.

Return values:
unsigned_char 0 indicates FALSE, non-zero indicates TRUE.
ReturnCode_t DDS::BooleanDynamicType::set_boolean ( unsigned char  c  ) 

Assigns a value to the provided BOOLEAN DynamicType.

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

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