#include <string.h>
#include <tpia_depot.h>
Go to the source code of this file.
|
tpia_depot * | tpia_depot_create (statusMessageReporting *smr, const char *projectileName) |
|
int | tpia_depot_initialize (statusMessageReporting *smr, tpia_depot *depot, const char *projectileName) |
|
tpia_depot * | tpia_depot_free (tpia_depot *depot, int freeMap) |
|
int | tpia_depot_release (tpia_depot *depot, int freeMap) |
|
int | tpia_depot_setMap (statusMessageReporting *, tpia_depot *depot, tpia_map *map) |
|
int | tpia_depot_setMapFromFilename (statusMessageReporting *smr, tpia_depot *depot, const char *basePath, const char *mapFileName) |
|
tpia_map * | tpia_depot_releaseMap (tpia_depot *depot) |
|
int | tpia_depot_freeMap (tpia_depot *depot) |
|
tpia_targetEntry * | tpia_depot_getFirstTargetEntry (tpia_depot *depot) |
|
tpia_targetEntry * | tpia_depot_getNextTargetEntry (tpia_targetEntry *targetEntry) |
|
tpia_target * | tpia_depot_addTarget (statusMessageReporting *smr, tpia_depot *depot, const char *evaluation, const char *targetName) |
|
tpia_target * | tpia_depot_addTargetFromMap (statusMessageReporting *smr, tpia_depot *depot, tpia_map *map, const char *evaluation, const char *targetName) |
|