mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-10 07:40:22 +00:00
update examples (#9)
This commit is contained in:
@@ -81,7 +81,7 @@ module sdv
|
||||
external = 20, ///< External application. Component isolation in client mode.
|
||||
isolated = 30, ///< Isolated application. Component isolation in client mode.
|
||||
main = 100, ///< Main application. Component isolation in server mode.
|
||||
essential = 5, ///< Bare minunum configuration. Local services loaded only. Additional configurations can be
|
||||
essential = 5, ///< Bare minimum configuration. Local services loaded only. Additional configurations can be
|
||||
///< loaded.
|
||||
maintenance = 80, ///< Maintenance application. Component isolation in client mode. Access to maintenance interfaces
|
||||
///< only.
|
||||
|
||||
@@ -95,7 +95,7 @@ module sdv
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Interface to send CAN messagee.
|
||||
* @brief Interface to send CAN message.
|
||||
*/
|
||||
local interface ISend
|
||||
{
|
||||
|
||||
@@ -320,7 +320,7 @@ module sdv
|
||||
exception XFailedToCompose : XSysExcept
|
||||
{
|
||||
/** Description */
|
||||
const char _description[] = "Faled to compose an installation package.";
|
||||
const char _description[] = "Failed to compose an installation package.";
|
||||
|
||||
u8string ssInstallName; ///< Name of the installation to compose.
|
||||
};
|
||||
|
||||
@@ -64,7 +64,7 @@ module sdv
|
||||
* @post Use AsyncConnect to initiate the connection.
|
||||
* @param[in] ssConnectString Reference to the string containing the channel connection parameters returned by the
|
||||
* ICreateEndpoint::CreateEndpoint function or a TOML configuration that is provider specific and describes clearly the
|
||||
* access to a running channel. This configuriration is identical (or similar) to the configuration supplied to the
|
||||
* access to a running channel. This configuration is identical (or similar) to the configuration supplied to the
|
||||
* ICreateEndpoint::CreateEndpoint function.
|
||||
* @return Pointer to IInterfaceAccess interface of the connection object or NULL when the object cannot be created.
|
||||
*/
|
||||
@@ -138,7 +138,7 @@ module sdv
|
||||
void UnregisterStateEventCallback(in uint64 uiCookie);
|
||||
|
||||
/**
|
||||
* @brief Get the current state of the IPC conection.
|
||||
* @brief Get the current state of the IPC connection.
|
||||
* @return Returns connection state.
|
||||
*/
|
||||
EConnectState GetConnectState() const;
|
||||
|
||||
@@ -65,7 +65,7 @@ module sdv
|
||||
/**
|
||||
* @brief Wait for a process to finalize.
|
||||
* @param[in] tProcessID The process ID to wait for.
|
||||
* @param[in] uiWaitMs Maximum time to wait in ms. Could be 0xffffffff to wait indefintely.
|
||||
* @param[in] uiWaitMs Maximum time to wait in ms. Could be 0xffffffff to wait indefinitely.
|
||||
* @return Returns 'true' when the process was terminated (or isn't running), 'false' when still running and a timeout
|
||||
* has occurred.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user