PK_BB_create   


PK_ERROR_code_t   PK_BB_create
(
--- received arguments ---
const PK_BB_sf_t *bb_sf,      --- bulletin board standard form

--- returned arguments ---
PK_BB_t  *const   bb          --- not used
)


This function creates the bulletin board from its standard form.


See documentation for PK_BB_sf_t.  The status of the bulletin board is set
to PK_BB_status_off_c.

There is only one bulletin board at a time.  If a bulletin board exists
when PK_BB_create is called then it is deleted.

The return argument bb is not used.  Its value is always set to one.