9# ifdef COMPILING_DLL_SimulatedRealityCore
10# define DIMENCOSR_API __declspec(dllexport)
12# define DIMENCOSR_API __declspec(dllimport)
Interface to be used to enable receiving SR_packet from other SR applications.
Definition: receiver.h:25
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:51
Namespace containing all C++ Simulated Reality classes.
Definition: srconfiguration.h:20
#define DIMENCOSR_API
Definition: receiver.h:15
C-compatible struct for communication between SR applications.
Definition: packet.h:20