Otawa  0.10
ProcessorPlugin.h File Reference
#include <elm/genstruct/Table.h>
#include <elm/system/Plugin.h>
#include <elm/system/Path.h>
#include <otawa/proc/Registration.h>
#include <elm/util/ErrorHandler.h>

Go to the source code of this file.

Classes

class  otawa::ProcessorPlugin
 This class must implemented by plugins containing processor, features and identifiers. More...
 

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 

Macros

#define OTAWA_PROC_HOOK   proc_plugin
 
#define OTAWA_PROC_NAME   "proc_plugin"
 
#define OTAWA_PROC_VERSION   "1.0.0"
 
#define OTAWA_PROC_ID(name, version, date)   ELM_PLUGIN_ID(OTAWA_PROC_NAME, name " V" version " (" date ") [" OTAWA_PROC_VERSION "]")
 

Macro Definition Documentation

#define OTAWA_PROC_HOOK   proc_plugin
#define OTAWA_PROC_ID (   name,
  version,
  date 
)    ELM_PLUGIN_ID(OTAWA_PROC_NAME, name " V" version " (" date ") [" OTAWA_PROC_VERSION "]")
#define OTAWA_PROC_NAME   "proc_plugin"
#define OTAWA_PROC_VERSION   "1.0.0"