Modules | |
| Farm control message structures | |
| Job message structures | |
| Raster management message structures | |
| Status message structures | |
| Notification message structures | |
Functions for extracting the payload of messages received from message_callback() into a C structure. The functions are spread amongst these functional groups:
Only one of the rf_extract_message() functions is appropriate for a given message, as determined by the msg_type field in the farm_reply param of all messages. The returned C structure should be freed using the appropriate rf_free_message() function when it is no longer required.