Method: RCSimCinterface.rcsim_get_type_bit

Defined in:
ext/hruby_sim/hruby_rcsim_build.c

.rcsim_get_type_bitObject

Get the bit type.

[View source]

173
174
175
176
177
# File 'ext/hruby_sim/hruby_rcsim_build.c', line 173

VALUE rcsim_get_type_bit(VALUE mod) {
    VALUE res;
    rcsim_to_value(TypeS,get_type_bit(),res);
    return res;
}