#include <cineware_communication.h>

Public Types | |
| using | ListenersArray = BufferedBaseArray< CinewareCommunicationListenerRef, 16 > |
Public Member Functions | |
| MAXON_OBSERVABLE (Result< Int32 >, ObservableMessage,(void *node, Int32 type, void *data), ObservableCombinerRunAllComponent) | |
| MAXON_METHOD Result< Bool > | NotifyHost (void *node, Int32 type, void *data) |
Static Public Member Functions | |
| static MAXON_METHOD Result< GenericData > | AddListener (const CinewareCommunicationListenerRef &listener) |
| static MAXON_METHOD Result< void > | GetListeners (ListenersArray &listeners) |
Private Member Functions | |
| MAXON_INTERFACE (CinewareCommunicationInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interfaces.cinewarecommunication") | |
| using ListenersArray = BufferedBaseArray<CinewareCommunicationListenerRef, 16> |
|
private |
| MAXON_OBSERVABLE | ( | Result< Int32 > | , |
| ObservableMessage | , | ||
| (void *node, Int32 type, void *data) | , | ||
| ObservableCombinerRunAllComponent | |||
| ) |
| MAXON_METHOD Result<Bool> NotifyHost | ( | void * | node, |
| Int32 | type, | ||
| void * | data | ||
| ) |
|
static |
|
static |