Jump to content

Recommended Posts

Posted (edited)

My English sucks,I'm very sorry。The following is the result of google translation。

//==========================================================

It provides an open plug environment, access to a variety of data to MessageControllor and become MessageControllor modules.

attachment.php?attachmentid=125398&stc=1&d=1445594466

MessageController itself provides a data connection between the module, after the data transfer, and data processing functions。

Plugin interface - ControllorPlugin.dll:

attachment.php?attachmentid=125399&stc=1&d=1445594536

string ID

Used to plug the specified ID, the file name is equivalent to the plug-in is unique.

string getName();

Name used in the software UI display can be arbitrarily designated, no special requirements.

void Init();

Plugin its initialization function

void Updata();

Each loop is executed, it can be used to update the plugin data.

function DataCalculation(mIndex, pIndex, value)

Lua function plug-in DLL files of the same name, is used to obtain the data format. Lua required plug-in DLL in the same directory with the same name (different suffix).

string valueChangeEvent(int mIndex, int pIndex);

When the data is modified, and the format through the Calculation function in Lua Data, will trigger this function is executed.

bool Open

To switch plug, the plug on the corresponding software UI check box.

object getProperty();

Plug-in properties when the plug-in is selected, the Properties window displays.

List<Module> getModuleList();

List of plug-ins provided by a plug-in can provide multiple modules, each module can have a different interface definition.

List<Log> LogList

If you need to output Log, only need to be added to LogList information, the software will automatically drawn to the UI.

void Dispose();

Function to execute when the software exits.

 

attachment.php?attachmentid=125401&stc=1&d=1445594595

 

Download

MessageControllor:

https://drive.google.com/open?id=0B1g3FOgnaU1YMVpxX29kSXVkSkU

Plug-in Development Guide:

https://drive.google.com/open?id=0B1g3FOgnaU1YUnBQV1dNV0hjVHc

Android test app

https://drive.google.com/open?id=0B1g3FOgnaU1Ycld1cXV4LWZDZ28

MessageControllor_Instruction manual

https://drive.google.com/open?id=0B1g3FOgnaU1YaFhPSmJKeGdDQXM

x1.jpg.4a3ee0b7858aa0ab229545f158da43d0.jpg

x2.jpg.a4e73b201fc265de183d1ef72ba2ce98.jpg

x3.jpg.4f1a20a560b2e55462c8e07260eaa247.jpg

Edited by FoxHoundcn
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...