Embedded Multicore Building Blocks V1.0.0
Public Member Functions | List of all members
embb::mtapi::GroupAttributes Class Reference

Contains attributes of a Group. More...

#include <group_attributes.h>

Public Member Functions

 GroupAttributes ()
 Constructs a GroupAttributes object. More...
 
mtapi_group_attributes_t const & GetInternal () const
 Returns the internal representation of this object. More...
 

Detailed Description

Contains attributes of a Group.

Constructor & Destructor Documentation

embb::mtapi::GroupAttributes::GroupAttributes ( )

Constructs a GroupAttributes object.

Concurrency
Not thread-safe

Member Function Documentation

mtapi_group_attributes_t const& embb::mtapi::GroupAttributes::GetInternal ( ) const

Returns the internal representation of this object.

Allows for interoperability with the C interface.

Returns
A reference to the internal mtapi_group_attributes_t structure.
Concurrency
Thread-safe and wait-free