30#include <libplayercore/playercore.h>
41 virtual int Setup (
void);
46 player_ranger_geom_t deviceGeom;
Class for loading configuration file information.
Definition configfile.h:197
Encapsulates a device (i.e., a driver bound to an interface)
Definition device.h:75
Base class for all drivers.
Definition driver.h:109
An autopointer for the message queue.
Definition message.h:74
virtual int ProcessMessage(QueuePointer &resp_queue, player_msghdr *hdr, void *data)
Message handler.
Definition toranger.cc:91
virtual int Shutdown(void)
Finalize the driver.
Definition toranger.cc:70
virtual int Setup(void)
Initialize the driver.
Definition toranger.cc:58
A device address.
Definition player.h:146
Generic message header.
Definition player.h:162