imagebase.h
66 ImageBase(ConfigFile *cf, int section, bool overwrite_cmds = true, size_t queue_maxlen = PLAYER_MSGQUEUE_DEFAULT_MAXLEN);
int ProcessMessage(QueuePointer &resp_queue, player_msghdr *hdr, void *data)
Message handler.
Definition: imagebase.cc:112
#define PLAYER_MSGQUEUE_DEFAULT_MAXLEN
Default maximum length for a message queue.
Definition: player.h:76
uint8_t * image
Compressed image data (byte-aligned, row major order).
Definition: player_interfaces.h:2972
virtual void MainQuit()
Cleanup method for driver thread (called when main exits)
Definition: imagebase.cc:104
Definition: imagebase.h:61
virtual int MainSetup()
Sets up the resources needed by the driver thread.
Definition: imagebase.cc:83