Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: UAVCAN UAVCAN_Subscriber
IAllocationRequestHandler Class Reference
The main allocator must implement this interface. More...
#include <allocation_request_manager.hpp>
Inherited by AllocationRequestHandler, and AbstractServer [protected].
| Public Member Functions | |
| virtual bool | canPublishFollowupAllocationResponse () const =0 | 
| Allocation request manager uses this method to detect if it is allowed to publish follow-up responses. | |
| virtual void | handleAllocationRequest (const UniqueID &unique_id, NodeID preferred_node_id)=0 | 
| This method will be invoked when a new allocation request is received. | |
Detailed Description
The main allocator must implement this interface.
Definition at line 25 of file allocation_request_manager.hpp.
Member Function Documentation
| virtual bool canPublishFollowupAllocationResponse | ( | ) | const  [pure virtual] | 
Allocation request manager uses this method to detect if it is allowed to publish follow-up responses.
| virtual void handleAllocationRequest | ( | const UniqueID & | unique_id, | 
| NodeID | preferred_node_id | ||
| ) |  [pure virtual] | 
This method will be invoked when a new allocation request is received.
Generated on Tue Jul 12 2022 17:17:37 by
 1.7.2
 1.7.2