From 193af441a127a0daabbd17c512e34817ddbcadfd Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 16 Mar 2002 23:10:52 +0000 Subject: - ncpd now works with both Series 3 and Series 5 - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE... --- lib/rfsv.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/rfsv.h') diff --git a/lib/rfsv.h b/lib/rfsv.h index 2a445ef..312c1b8 100644 --- a/lib/rfsv.h +++ b/lib/rfsv.h @@ -600,6 +600,13 @@ public: */ static string convertSlash(const string &name); + /** + * Retrieve speed of serial link. + * + * @returns The speed of the serial link in baud or -1 on error. + */ + int getSpeed(); + protected: /** * Retrieves the PLP protocol name. Mainly internal use. -- cgit v1.2.3