30 #include <libplayercore/playercore.h> 41 virtual int Setup (
void);
Class for loading configuration file information.
Definition: configfile.h:196
Generic message header.
Definition: player.h:161
A device address.
Definition: player.h:145
virtual int Shutdown(void)
Finalize the driver.
Definition: toranger.cc:70
Definition: toranger.h:32
Encapsulates a device (i.e., a driver bound to an interface)
Definition: device.h:74
virtual int Setup(void)
Initialize the driver.
Definition: toranger.cc:58
An autopointer for the message queue.
Definition: message.h:73
Data and Request/reply: Get geometry.
Definition: player_interfaces.h:5005
virtual int ProcessMessage(QueuePointer &resp_queue, player_msghdr *hdr, void *data)
Message handler.
Definition: toranger.cc:91
Base class for all drivers.
Definition: driver.h:108