From RTSC-Pedia

Jump to: navigation, search
revision tip
—— LANDSCAPE orientation
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC

C - Module id

Get a module's unique ID

Contents

Synopsis

 
 
 
 
#include <«pkg»/«Mod».h>
#include <xdc/runtime/Types.h>
 
Types_ModuleId «Mod»_Module_id(void);

Description

This function is automatically defined for all target modules, where «Mod» is the name of some module. This function returns the configuration generated module ID for «Mod». This ID is used to identify the source of raised errors, for example. For more information see xdc.runtime.Types_ModuleId.

See also

xdc.runtime.Types.ModuleId Client documentation for xdc.runtime.Types.ModuleId

[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC
Copyright © 2008 The Eclipse Foundation. All Rights Reserved


Views
Personal tools
package reference