3 #ifndef _REC_ROBOTINO_API2_C_DISTANCESENSOR_H_ 4 #define _REC_ROBOTINO_API2_C_DISTANCESENSOR_H_ 6 #include "rec/robotino/api2/c/globals.h" 20 #define INVALID_DISTANCESENSORID -1 77 DLLEXPORT
int DistanceSensor_num_objects(
void );
79 #endif //_REC_ROBOTINO_API2_C_DISTANCESENSOR_H_ DLLEXPORT DistanceSensorId DistanceSensor_construct(unsigned int n)
DLLEXPORT BOOL DistanceSensor_setSensorNumber(DistanceSensorId id, unsigned int n)
DLLEXPORT float DistanceSensor_voltage(DistanceSensorId id)
DLLEXPORT unsigned int DistanceSensor_heading(DistanceSensorId id)
DLLEXPORT BOOL DistanceSensor_setComId(DistanceSensorId id, ComId comId)
DLLEXPORT unsigned int numDistanceSensors()
DLLEXPORT DistanceSensorId DistanceSensor_constructDefault(void)
In "rec/robotino/api2/c/Com.h" you can find functions for manipulating the communication interface to...
int DistanceSensorId
Definition: DistanceSensor.h:17
DLLEXPORT BOOL DistanceSensor_destroy(DistanceSensorId id)
int ComId
Definition: Com.h:50