#include <spp_ai.h>
Data Fields | |
AI_hyperalert_key | key |
char ** | preconds |
unsigned int | n_preconds |
char ** | postconds |
unsigned int | n_postconds |
UT_hash_handle | hh |
Hyperalert hash table
UT_hash_handle AI_hyperalert_info::hh |
Make the struct 'hashable'
Hyperalert key
unsigned int AI_hyperalert_info::n_postconds |
Number of post-conditions
unsigned int AI_hyperalert_info::n_preconds |
Number of pre-conditions
Post-conditions, as array of strings
char** AI_hyperalert_info::preconds |
Pre-conditions, as array of strings