webradio/station.c File Reference


Detailed Description

Station.

 *
 * $Log$
 *
 * 

Definition in file station.c.

Go to the source code of this file.

Functions

void StationDisconnect (STATIONINFO *sip)
 Disconnect from a radio station.
STATIONINFOStationConnect (RADIOSTATION *scp, int sidx)
 Connect to a radio station.


Function Documentation

void StationDisconnect ( STATIONINFO sip  ) 

Disconnect from a radio station.

Parameters:
sip Pointer to a station information structure.

Definition at line 83 of file station.c.

Referenced by main(), and StationConnect().

STATIONINFO* StationConnect ( RADIOSTATION scp,
int  sidx 
)

Connect to a radio station.

Parameters:
scp Pointer to the station configuration table entry.
sidx Stream index.
Returns:
Pointer to a new station information structure. In case of an error, a NULL pointer is returned.

Definition at line 104 of file station.c.

Referenced by main().


© 2008 by egnite GmbH - visit www.ethernut.de