Exemplo n.º 1
0
Dword Demodulator_initialize (
    IN  Demodulator*    demodulator,
    IN  Byte            chipNumber,
    IN  Word            sawBandwidth,
    IN  StreamType      streamType,
    IN  Architecture    architecture
) {
    return (Standard_initialize (demodulator, chipNumber, sawBandwidth, streamType, architecture));
}
Exemplo n.º 2
0
Dword Demodulator_initialize (
    IN  Demodulator*    demodulator,
    IN  StreamType      streamType
) {
    return (Standard_initialize (demodulator, streamType));
}