This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Functions:int bmfragments_prepare_fragments(const char *source_filename,const char *target_filename,int fragment_task_action,int baseman_copy_case)int bmfragments_cleanup()
int bmfragments_startup()
int bmfragments_prepare_fragments(const char *source_filename,const char *target_filename,int fragment_task_action,int baseman_copy_case)
| Type | Name | Direction | Description |
| source_filename | [IN] | The file path to the file within the baseman 'base'. | |
| target_filename | [IN] | The file path to the copied file in the workspace directory. | |
| fragment_task_action | The method how to handle fragments within code files.
Possible values are: #define FRAGMENTS_ACTION_DONOTHING 0 #define FRAGMENTS_ACTION_EXPORT 1 #define FRAGMENTS_ACTION_IMPORT 2 #define FRAGMENTS_ACTION_MERGE 3 | ||
| baseman_copy_case | The number of the case assigned by baseman for this copy task. This value is currently ignored. It may be required for future versions of this function. |
int bmfragments_handle_fragments(void *cc)
| Type | Name | Direction | Description |
| cc | This must be a void pointer to the CondCopyControl Instance created by Baseman. Do not provide your own implementation. |