Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
LGmixin Class Reference#include <LGmixin.h>
Detailed DescriptionMix-in for the BehaviorBase or StateNode class to give access to Looking Glass variables.Definition at line 9 of file LGmixin.h.
Constructor & Destructor Documentation
never call this
Member Function Documentation
Display an HTML file on the Looking Glass.
Definition at line 84 of file LGmixin.cc. Referenced by displayHtmlText(), displayImageFile(), and uploadFile().
Display a single image file on the Looking Glass (creates a dummy HTML file).
Definition at line 89 of file LGmixin.cc. Referenced by uploadFile().
Display HTML string on the Looking Glass (creates a dummy HTML file).
Definition at line 97 of file LGmixin.cc.
Upload current camera image to the Looking Glass client as a JPEG file.
Definition at line 111 of file LGmixin.cc.
For debugging: send an arbitrary command string to the Looking Glass client.
Definition at line 107 of file LGmixin.cc.
Upload a sketch as a PNG file to the Looking Glass client (not implemented yet).
Definition at line 126 of file LGmixin.cc.
Member Data Documentation
count of LGmixin instances -- when this hits zero, close the socket
Definition at line 11 of file LGmixin.h. Referenced by LGmixin(), and ~LGmixin().
socket to talk to Looking Glass server
Definition at line 12 of file LGmixin.h. Referenced by displayHtmlFile(), displayHtmlText(), displayImageFile(), LGmixin(), sendCommand(), uploadCameraImage(), uploadFile(), and ~LGmixin().
used so static member functions can access non-static members
Definition at line 44 of file LGmixin.h. Referenced by LGmixin(), and ~LGmixin().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:28 2007 by Doxygen 1.5.4 |