ActivateNeuronFile(const char *sNeuronFile, const char *code) | NPL::CNPLRuntime | |
AsyncDownload(const char *url, const char *destFolder, const char *callbackScript, const char *DownloaderName) | NPL::CNPLRuntime | |
CancelDownload(const char *DownloaderName) | NPL::CNPLRuntime | |
Cleanup() | NPL::CNPLRuntime | |
CloseJabberClient(const char *sJID) | NPL::CNPLRuntime | |
CNPLRuntime(void) | NPL::CNPLRuntime | |
CreateJabberClient(const char *sJID) | NPL::CNPLRuntime | |
CreateNeuronFile(const char *filePath) | NPL::CNPLRuntime | |
DeleteNeuronFile(const char *filePath) | NPL::CNPLRuntime | |
DoFile(const char *sNeuronFile, const char *sFilename) | NPL::CNPLRuntime | |
DoFile(NeuronFile *sNeuronFile, const char *sFilename) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | |
DoNeuronSCode(NeuronFile *pFile, const char *sCall, int nLength=0) | NPL::CNPLRuntime | |
DoNeuronSCode(const char *filePath, const char *sCall, int nLength=0) | NPL::CNPLRuntime | |
DoString(lua_State *L, const char *sCall, int nLength=0) | NPL::CNPLRuntime | |
Download(const char *url, const char *destFolder, const char *callbackScript, const char *DownloaderName) | NPL::CNPLRuntime | |
GetFileName() | NPL::CNPLRuntime | |
GetInstance() | NPL::CNPLRuntime | [static] |
GetJabberClient(const char *sJID) | NPL::CNPLRuntime | |
GetNetworkLayerPipe() | NPL::CNPLRuntime | [static] |
GetNeuronFile(const char *filePath) | NPL::CNPLRuntime | |
Init() | NPL::CNPLRuntime | |
LoadFile(lua_State *L, const char *filePath, bool bReload) | NPL::CNPLRuntime | |
NPL_Activate(const char *sNeuronFile, const char *code=NULL, int channel=0, int priority=2, int reliability=3) | NPL::CNPLRuntime | |
NPL_Activate(const NPLFileName &FullName, const char *code=NULL, int channel=0, int priority=2, int reliability=3) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | |
NPL_ActivateS(const char *sNeuronFile, const char *code, int channel=0, int priority=2, int reliability=3) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_AddDNSRecord(const char *sDNSName, const char *sAddress) | NPL::CNPLRuntime | |
NPL_AddDNSRecordS(const char *sDNSName, const char *sAddress) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_ChangeTimer(int nIDEvent, int dueTime, int period) | NPL::CNPLRuntime | |
NPL_DoGliaFile(const char *filename, const char *sCall=NULL) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_DoStringS(const char *sCode) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_EnableNetwork(bool bEnable, const char *CenterName, const char *password) | NPL::CNPLRuntime | |
NPL_GetChannelProperty(int channel_ID, int *priority, int *reliability) | NPL::CNPLRuntime | |
NPL_GetDefaultChannel() | NPL::CNPLRuntime | |
NPL_GetSourceName() | NPL::CNPLRuntime | |
NPL_GetSourceNameS() (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_KillTimer(int nIDEvent) | NPL::CNPLRuntime | |
NPL_KillTimerS(int nIDEvent) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_LoadFile(const char *filePath, bool bReload) | NPL::CNPLRuntime | |
NPL_LoadFileS(const char *filePath, bool bReload) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_RegisterWSCallBack(const char *sWebServiceFile, const char *sCode) | NPL::CNPLRuntime | |
NPL_ResetChannelProperties() | NPL::CNPLRuntime | |
NPL_SetChannelProperty(int channel_ID, int priority, int reliability) | NPL::CNPLRuntime | |
NPL_SetDefaultChannel(int channel_ID) | NPL::CNPLRuntime | |
NPL_SetSourceName(const char *sName) | NPL::CNPLRuntime | |
NPL_SetSourceNameS(const char *sName) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_SetTimer(int nIDEvent, float fElapse, const char *sNeuronFile) | NPL::CNPLRuntime | |
NPL_SetTimerS(int nIDEvent, float fElapse, const char *sNeuronFile) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | [static] |
NPL_UnregisterWSCallBack(const char *sWebServiceFile) | NPL::CNPLRuntime | |
Run(bool bToEnd=true) | NPL::CNPLRuntime | |
~CNPLRuntime(void) (defined in NPL::CNPLRuntime) | NPL::CNPLRuntime | |