14# ifdef COMPILING_DLL_SimulatedRealityCore
15# define DIMENCOSR_API __declspec(dllexport)
17# define DIMENCOSR_API __declspec(dllimport)
Interface to be used to enable receiving SR_packet from other SR applications.
Definition: receiver.h:30
virtual void receive(SR_packet &packet)=0
Receives SR_packet sent over network.
virtual void print(SR_packet &packet)=0
Prints text representation of SR_packet.
virtual ~Receiver()
Ensures that the destructor of extending classes is called when a pointer has been cast to Receiver*.
Definition: receiver.h:56
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:25
#define DIMENCOSR_API
Definition: receiver.h:20
C-compatible struct for communication between SR applications.
Definition: packet.h:25