BALTRAD PPC
|
Main routine for the ppc options loader This object does support #RAVE_OBJECT_CLONE. More...
Go to the source code of this file.
Typedefs | |
typedef struct _PpcOptions_t | PpcOptions_t |
Defines a transformer. | |
Functions | |
PpcOptions_t * | PpcOptions_load (const char *filename) |
int | PpcOptions_exists (PpcOptions_t *self, const char *name) |
PpcRadarOptions_t * | PpcOptions_getRadarOptions (PpcOptions_t *self, const char *name) |
int | PpcOptions_addRadarOptions (PpcOptions_t *self, PpcRadarOptions_t *options) |
Adds one radar option to the option table. | |
RaveObjectHashTable_t * | PpcOptions_options (PpcOptions_t *self) |
Returns a list of options in the repository. | |
Variables | |
RaveCoreObjectType | PpcOptions_TYPE |
Type definition to use when creating a rave object. | |
Main routine for the ppc options loader This object does support #RAVE_OBJECT_CLONE.
typedef struct _PpcOptions_t PpcOptions_t |
Defines a transformer.
int PpcOptions_addRadarOptions | ( | PpcOptions_t * | self, |
PpcRadarOptions_t * | options ) |
Adds one radar option to the option table.
The radar option name must be set.
[in] | self | - self |
[in] | options | - options |
int PpcOptions_exists | ( | PpcOptions_t * | self, |
const char * | name ) |
[in] | self | - self |
[in] | name | - the node name |
PpcRadarOptions_t * PpcOptions_getRadarOptions | ( | PpcOptions_t * | self, |
const char * | name ) |
[in] | self | - self |
[in] | name | - the node name |
RaveObjectHashTable_t * PpcOptions_options | ( | PpcOptions_t * | self | ) |
Returns a list of options in the repository.
[in] | self | - self |
|
extern |
Type definition to use when creating a rave object.