25 #ifndef INCLUDED_AnalogServerInterface_h_GUID_C64EDC9F_8073_4682_7415_5623C4C2129C 26 #define INCLUDED_AnalogServerInterface_h_GUID_C64EDC9F_8073_4682_7415_5623C4C2129C 40 namespace connection {
62 #endif // INCLUDED_AnalogServerInterface_h_GUID_C64EDC9F_8073_4682_7415_5623C4C2129C uint32_t OSVR_ChannelCount
The integer type specifying a number of channels/sensors or a channel/sensor index.
Definition: ChannelCountC.h:51
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
Interface for external access to generating analog reports.
Definition: AnalogServerInterface.h:45
virtual void setValues(value_type val[], OSVR_ChannelCount chans, util::time::TimeValue const ×tamp)=0
Sets the values from the val array at channels [0, chans), and reports changes with the given timesta...
double OSVR_AnalogState
Type of analog channel state.
Definition: ClientReportTypesC.h:129
virtual bool setValue(value_type val, OSVR_ChannelCount chan, util::time::TimeValue const ×tamp)=0
Sets the value to val at channel chan, and reports changes with the given timestamp.
Header providing a C++ wrapper around TimeValueC.h.
Standardized, portable parallel to struct timeval for representing both absolute times and time inter...
Definition: TimeValueC.h:81