![]() |
fpmas 1.6
|
#include <model.h>


Public Member Functions | |
| SetAgentDistantCallback (api::model::Model &model) | |
| void | call (const api::graph::SetDistantNodeEvent< AgentPtr > &event) override |
Public Member Functions inherited from fpmas::api::utils::Callback< const api::graph::SetDistantNodeEvent< AgentPtr > & > | |
| virtual void | call (Args... args)=0 |
Additional Inherited Members | |
Public Types inherited from fpmas::api::utils::EventCallback< api::graph::SetDistantNodeEvent< AgentPtr > > | |
| typedef api::graph::SetDistantNodeEvent< AgentPtr > | EventType |
Callback triggered when an AgentNode is set DISTANT.
This happens when a previously LOCAL node is exported to an other process, or when a DISTANT node is inserted into the graph upon edge import.
|
inline |
SetAgentDistantCallback constructor.
| model | current model |
|
override |