common_core.h 275 B

123456789
  1. #ifndef __COMMON_NODE_H__
  2. #define __COMMON_NODE_H__
  3. #include "variables.h"
  4. void common_node_actions(char scen_directory[SCEN_DIR_SIZE], char scen_num[SCEN_NUM_SIZE], int Selfopt_Radius, int Max_SelfOpt_Interval_MS);
  5. void my_settimer(int msec);
  6. int my_gettimer(void);
  7. #endif