Hi, I'm sorry for my bad English.
I can get out of the module (plugin) api number and version number of DVB Dream?
If so, how ...
Best regards, z-wer
Determine the version of DVB Dream
Moderators:Dreamer, FredB, X05
ss2.6d, drv 4.5.0, os windows xp
Re: Determine the version of DVB Dream
hi
to get DVB Dream version
function OnInit(pInfo: PInitInfo): BOOL; stdcall; export;
begin
...
pInfo^.dwVersion // current value: $01070100
...
end;
to get Module API version
function OnGetModuleInfo(ModuleInfo: PModuleInfo): BOOL; stdcall; export;
begin
...
ModuleInfo^.dwModuleAPI // current value: $01090000 (dd fills this first before the module, and sends to module here)
...
end;
current values are for DD v1.7a
to get DVB Dream version
function OnInit(pInfo: PInitInfo): BOOL; stdcall; export;
begin
...
pInfo^.dwVersion // current value: $01070100
...
end;
to get Module API version
function OnGetModuleInfo(ModuleInfo: PModuleInfo): BOOL; stdcall; export;
begin
...
ModuleInfo^.dwModuleAPI // current value: $01090000 (dd fills this first before the module, and sends to module here)
...
end;
current values are for DD v1.7a
DVB Dream - because I have to dream about having time to code it
Re: Determine the version of DVB Dream
Hello.
Do not place an unnecessary topic, there is another question.
How to send a message to the reintroduction of the current channel?
Of the module (plugin).
At the forum, and in the sources I found nothing.
I need to bypass your positioner.
My plugin works. Thank you for the source.
They have helped me. The project can lay out.
USB positioner.
Best regards, z-wer
Do not place an unnecessary topic, there is another question.
How to send a message to the reintroduction of the current channel?
Of the module (plugin).
At the forum, and in the sources I found nothing.
I need to bypass your positioner.
My plugin works. Thank you for the source.
They have helped me. The project can lay out.
USB positioner.
Best regards, z-wer
ss2.6d, drv 4.5.0, os windows xp
Re: Determine the version of DVB Dream
sorry, I dont understand what you need
DVB Dream - because I have to dream about having time to code it
Re: Determine the version of DVB Dream
After stopping the engine(motor).
I need to send the message "The current channel is enabled."
Sorry for my English.
I understand you well.
I need to send the message "The current channel is enabled."
Sorry for my English.
I understand you well.
ss2.6d, drv 4.5.0, os windows xp
Re: Determine the version of DVB Dream
I am not sure if I understood but if you want to reset a channel after diseqc commands:
Use DDMODAPI_SET_CHANNEL_BY_CHID
lParam is channel id (the index of the channel in CHL)
You can get current channel ID by using DDMODAPI_GET_CHANNEL_ID
lParam is a pointer to an Integer variable
Use DDMODAPI_SET_CHANNEL_BY_CHID
lParam is channel id (the index of the channel in CHL)
You can get current channel ID by using DDMODAPI_GET_CHANNEL_ID
lParam is a pointer to an Integer variable
DVB Dream - because I have to dream about having time to code it
Re: Determine the version of DVB Dream
Low speed and high speed.
This lack of motor control.
In reality, it is impossible to calculate the time included the channel.
In managing the actuator - the parameters of motion are nonlinear satellite dish.
The moment of switching the current channel can not be determined.
After stopping the motor, I want to repeat the command to activate the channelI am not sure if I understood but if you want to reset a channel after diseqc commands:
Use DDMODAPI_SET_CHANNEL_BY_CHID
ss2.6d, drv 4.5.0, os windows xp
Return to “Module / Plugin Programming”
Who is online
Users browsing this forum: No registered users and 1 guest