The structure of a Farm Stop Progress reply message. This notification is sent on a regular basis after a farm stop has been requested should the farm not stop in a timely fashion. The most likely reason for a farm stop not happening in a timely fashion is because: More...
#include "rf_reply_msgs.h"
Data Fields | |
int | n_reasons |
RF_FARM_STOP_REASON ** | reasons |
The structure of a Farm Stop Progress reply message. This notification is sent on a regular basis after a farm stop has been requested should the farm not stop in a timely fashion. The most likely reason for a farm stop not happening in a timely fashion is because:
int RF_REPLY_FARM_STOP_PROGRESS::n_reasons |
How many reasons do we have for why the farm has not yet stopped.
RF_FARM_STOP_REASON** RF_REPLY_FARM_STOP_PROGRESS::reasons |
Array of the reasons why the farm has not yet stopped.