zeus/test/service1/appl/zeus-service-test-service1.srv.zeus.idl

25 lines
394 B
Plaintext

#elem-brief: picture interface management
#elem-version: 1.0
#elem-type:PICTURE
#elem-author:Heero Yui<yui.heero@gmail.com
#brief:Title of the fucntion
#param:parameterName:description of the parameter
#return:Return description of the function
uint32 getU32(uint32)
vector:uint32 getVU32(vector:uint32)
string getString(string)
void getVoid()
[action int32]void doSomething(int32)