//******************************************** // AEM.h // ------------------------------------------- // The header file of the AEM (AE Monitor) tool. // // This tool issues commands of operations to // AE by sending SIGUSER2 signal. The operation // parameters are passed through shared memory. // // Author: Leiwen Deng // Date: 12/10/2005 //******************************************** #ifndef AEM_H #define AEM_H #include "AE.h" #endif