Observables Declaration
//---------------------------------------------------------------------------------------- // Signal fired when Ping() is called. //---------------------------------------------------------------------------------------- MAXON_OBSERVABLE ( void , ObservablePing, ( maxon::Int32 count), maxon::ObservableCombinerRunAllComponent); };
The MAXON_OBSERVABLE() attribute defines the following options: