SysLink API Reference  2.21.03.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Typedefs | Functions
GateMonitor.h File Reference

Detailed Description

Header file for Gate based on Monitor.

Go to the source code of this file.

Macros

#define GateMonitor_E_INVALIDARG   -1
 Argument passed to a function is invalid.
#define GateMonitor_E_MEMORY   -2
 Memory allocation failed.
#define GateMonitor_E_BUSY   -3
 The name is already registered or not.
#define GateMonitor_E_FAIL   -4
 Generic failure.
#define GateMonitor_E_NOTFOUND   -5
 Name not found in the nameserver.
#define GateMonitor_E_INVALIDSTATE   -6
 Module is not initialized.
#define GateMonitor_E_INUSE   -7
 Indicates that the instance is in use.
#define GateMonitor_E_HANDLE   -8
 An invalid handle was provided.
#define GateMonitor_S_SUCCESS   0
 Operation successful.

Typedefs

typedef struct GateMonitor_Object GateMonitor_Object
 Object for GateMonitor.
typedef GateMonitor_ObjectGateMonitor_Handle
 Handle for GateMonitor.
typedef Void GateMonitor_Params

Functions

GateMonitor_Handle GateMonitor_create (const GateMonitor_Params *params)
Int GateMonitor_delete (GateMonitor_Handle *handle)

Macro Definition Documentation

#define GateMonitor_E_INVALIDARG   -1

Argument passed to a function is invalid.

#define GateMonitor_E_MEMORY   -2

Memory allocation failed.

#define GateMonitor_E_BUSY   -3

The name is already registered or not.

#define GateMonitor_E_FAIL   -4

Generic failure.

#define GateMonitor_E_NOTFOUND   -5

Name not found in the nameserver.

#define GateMonitor_E_INVALIDSTATE   -6

Module is not initialized.

#define GateMonitor_E_INUSE   -7

Indicates that the instance is in use.

#define GateMonitor_E_HANDLE   -8

An invalid handle was provided.

#define GateMonitor_S_SUCCESS   0

Operation successful.


Typedef Documentation

Object for GateMonitor.

Handle for GateMonitor.

No parameters for GateMonitor creation


Function Documentation

GateMonitor_Handle GateMonitor_create ( const GateMonitor_Params params)
Int GateMonitor_delete ( GateMonitor_Handle handle)
Copyright 2014, Texas Instruments Incorporated