ADC debugged and functional now
Added Version interface Added DisplayDevice to create an independent bridge between display app and specific display driver git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@228 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -69,18 +69,16 @@ struct Pcba
|
||||
* PCBA_construct
|
||||
* Initializes the PCBA information of the hardware.
|
||||
* PCBA information is defined via placed resistors
|
||||
* This function can only be called once. Within the first call an internal flag
|
||||
* is set to prevent any further calling. That is because the PCBA information
|
||||
* cannot change during run-time
|
||||
* This function creates a singleton. Calling this function for the first time
|
||||
* constructs the PCBA information. Calling it afterwards returns the already
|
||||
* constructed data
|
||||
*
|
||||
* @param self The PCBA information
|
||||
* @return struct Pcba* The PCBA information singelton
|
||||
*
|
||||
* @return ErrorStatus SUCCESS if construction was successful
|
||||
* ERROR otherwise
|
||||
*
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus PCBA_construct(struct Pcba* self);
|
||||
extern struct Pcba* PCBA_getInstance(void);
|
||||
|
||||
#endif /* PCBA_H_ */
|
||||
|
||||
Reference in New Issue
Block a user