[Previous] [Contents] [Next]

init_slice()

initialize the _doc_ctrl structure

Synopsis:

int init_slice( struct _doc_ctrl *c );

Description:

This function initializes the fields of the _doc_ctrl structure pointed to by c. It also allocates the ram_buffer member.

Returns:

0
Success.
Any other value
An error occurred.

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]