Add Google test based tests.
Initial testing include an "id test", which really just a template test at this point, and a temperature sensor test. The google test code is included in this commit. It will eventually be taken out and replaced with a pull from a google external repo. Change-Id: I591818a9c169f4654fc8d8f17cf648f227d72545
This commit is contained in:
@@ -272,10 +272,12 @@ rdc_channel_connection_verify(rdc_channel_t channel);
|
||||
* @p channel[inout] A pointer to caller provided memory to which an
|
||||
* ::rdc_channel_t will be written
|
||||
*
|
||||
* @param[in] ip A pointer to a string containing the address of the server
|
||||
* @param[in] ip A pointer to a string containing the address of the server.
|
||||
* If nullptr is passed for this parameter, RDC_DEFAULT_SERVER_IP will be used.
|
||||
*
|
||||
* @param[in] port A pointer to string containing the port on which the
|
||||
* RDC server is listening
|
||||
* RDC server is listening. If nullptr is passed for this parameter,
|
||||
* RDC_DEFAULT_SERVER_PORT will be used.
|
||||
*
|
||||
* @param[in] secure A bool indicating whether SSL should be used for
|
||||
* communications (not currently supported)
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user