Sha256: 4b86bfb03a5658990037160db431efa742a91018e14b14cf004eb0dcb3075e24

Contents?: true

Size: 729 Bytes

Versions: 18

Compression:

Stored size: 729 Bytes

Contents

/* rawsensors.i */
%module RawSensorsNative
%{
#include "ruby/ext/rho/rhoruby.h"

extern VALUE rawsensors_get_property(const char* property_name);
extern void rawsensors_set_property(const char* property_name, const char* value);
extern VALUE rawsensors_is_available(const char* sensor_name);
extern void rawsensors_getSensorData();

#define get_property rawsensors_get_property
#define set_property rawsensors_set_property
#define is_available rawsensors_is_available
#define getSensorData rawsensors_getSensorData


%}

extern VALUE get_property(const char* property_name);
extern void set_property(const char* property_name, const char* value);
extern VALUE is_available(const char* sensor_name);
extern void getSensorData();

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-7.5.1 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-7.4.1 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-7.1.17 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-6.2.0 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-6.0.11 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.18 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.17 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.15 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.0.22 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.2 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.0.7 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.0.3 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-5.5.0 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
tauplatform-1.0.3 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
tauplatform-1.0.2 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
tauplatform-1.0.1 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i
rhodes-3.5.1.12 lib/extensions/rawsensors/ext/rawsensors/shared/ruby/rawsensors.i