Declare a new basis type¶
saf_declare_basis is a function defined in basis.c.
Synopsis:
-
SAF_Basis *
saf_declare_basis(SAF_ParMode pmode, SAF_Db *db, const char *name, const char *url, SAF_Basis *basis)¶
Formal Arguments:
name: Name of the basis typeurl: An optionalurlto the basis documentationbasis: [OUT] Optional basis handle to initialize (and return).
Description: This function declares a new basis type with a unique identification number.
Return Value: A handle to the new basis type.
See Also:
- Basis Types: Introduction for current chapter