Go to the source code of this file.
◆ VISS_SERVER_REMOTE_SERVICE_NAME
#define VISS_SERVER_REMOTE_SERVICE_NAME "com.ti.viss_server" |
◆ VISS_CMD_PARAM_SIZE
#define VISS_CMD_PARAM_SIZE 128 |
◆ VISS_COMMAND
RPC Commands application can send to AEWB.
Enumerator |
---|
VISS_CMD_GET_2A_PARAMS | |
VISS_CMD_SET_2A_PARAMS | |
VISS_CMD_MAX | |
VISS_CMD_FORCE32BITS | |
◆ VissServer_RemoteServiceHandler()
int32_t VissServer_RemoteServiceHandler |
( |
char * |
service_name, |
|
|
uint32_t |
cmd, |
|
|
void * |
prm, |
|
|
uint32_t |
prm_size, |
|
|
uint32_t |
flags |
|
) |
| |
◆ VissRemoteServer_Init()
int32_t VissRemoteServer_Init |
( |
| ) |
|
Function to initialize remote VISS server.
- Returns
- 0 in case of success error otherwise
◆ VissRemoteServer_DeInit()
int32_t VissRemoteServer_DeInit |
( |
| ) |
|
Function to de-initialize remote VISS server.
- Returns
- 0 in case of success error otherwise