OPAL  Version 3.18.8
h4601.h File Reference
#include <opal_config.h>
#include <asn/h225.h>
#include <h323/transaddr.h>
#include <opal/guid.h>
#include <h460/h460.h>
#include <ptlib/pluginmgr.h>
#include <ptclib/url.h>
Include dependency graph for h4601.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  H460_FeatureID
 
class  H460_FeatureContent
 
class  H460_FeatureParameter
 
class  H460_FeatureDescriptor
 
class  H460_Feature
 
class  H460_FeatureSet
 

Macros

#define H460_FEATURE(name, friendlyName)
 

Functions

 PCREATE_PLUGIN_SERVICE (H460_Feature)
 

Macro Definition Documentation

#define H460_FEATURE (   name,
  friendlyName 
)
Value:
PCREATE_PLUGIN(name, H460_Feature, H460_Feature##name, PPlugin_H460_Feature, \
virtual const char * GetFriendlyName() const { return friendlyName; } \
)
Definition: h4601.h:369

Function Documentation

PCREATE_PLUGIN_SERVICE ( H460_Feature  )