Ginga  0.13.6.1771-df200
The iTV middleware.
PlayerLua.cpp File Reference
#include "aux-ginga.h"
#include "aux-gl.h"
#include "PlayerLua.h"
Include dependency graph for PlayerLua.cpp:

Macros

#define evt_ncl_send_attribution(nw, action, name, value)   ncluaw_send_ncl_event (nw, "attribution", action, name, value)
 
#define evt_ncl_send_presentation(nw, action, name)   ncluaw_send_ncl_event (nw, "presentation", action, name, NULL)
 
#define evt_key_send   ncluaw_send_key_event
 

Functions

static void do_chdir (string dir)
 

Macro Definition Documentation

#define evt_key_send   ncluaw_send_key_event

Referenced by PlayerLua::sendKeyEvent().

#define evt_ncl_send_attribution (   nw,
  action,
  name,
  value 
)    ncluaw_send_ncl_event (nw, "attribution", action, name, value)
#define evt_ncl_send_presentation (   nw,
  action,
  name 
)    ncluaw_send_ncl_event (nw, "presentation", action, name, NULL)

Function Documentation

static void do_chdir ( string  dir)
static

References ERROR.

Referenced by PlayerLua::pwdRestore(), and PlayerLua::pwdSave().