#include <biosphere.h>
Collaboration diagram for bs_operation:
Data Fields | |
char * | name |
bs_message * | input |
bs_message * | output |
bs_message * | fault |
bs_bool | from_mp |
Definition at line 138 of file biosphere.h.
char* bs_operation::name |
Human readable name of the operation, ie. function name.
Definition at line 140 of file biosphere.h.
Referenced by add_operation_to_xml(), can_service(), copy_operation(), delete_operations(), main(), and new_bs_operation().
The input message, ie. parameters.
Definition at line 142 of file biosphere.h.
Referenced by add_operation_to_xml(), can_service_parts(), copy_operation(), main(), and new_bs_operation().
The output message, ie. return value. Can be NULL
Definition at line 143 of file biosphere.h.
Referenced by add_operation_to_xml(), copy_operation(), main(), and new_bs_operation().
A response message if an error occurs. Can be NULL
Definition at line 144 of file biosphere.h.
Referenced by add_operation_to_xml(), copy_operation(), and new_bs_operation().
Whether the structure was allocated from a memory pool.
Definition at line 146 of file biosphere.h.
Referenced by new_bs_operation().