IPMCSDB Driver
Documentation
FOCUS Software Engineering

Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

ipmodule.h File Reference

Industry Pack module library header file. More...

Include dependency graph for ipmodule.h:

Include dependency graph

Data Structures

struct  IpSlotDescr
 IP slot descriptor. More...


Enumerations

enum  {
  IP_SLOT_A, IP_SLOT_B, IP_SLOT_C, IP_SLOT_D,
  IP_SLOT_E, IP_SLOT_F, IP_MAX_SLOTS
}
 Slot identifeiers. More...


Functions

bool ipSlotType1CheckCrc (uint16_t *data)
 CRC check for Type I Industry Pack modules.

bool ipSlotType2CheckCrc (uint16_t *data)
 CRC check for Type II Industry Pack modules.


Detailed Description

Industry Pack module library header file.


Enumeration Type Documentation

anonymous enum
 

Slot identifeiers.

Enumeration values:
IP_SLOT_A  Slot A.
IP_SLOT_B  Slot B.
IP_SLOT_C  Slot C.
IP_SLOT_D  Slot D.
IP_SLOT_E  Slot E.
IP_SLOT_F  Slot F.
IP_MAX_SLOTS  No of modules supported on any carriers.

Function Documentation

bool ipSlotType1CheckCrc uint16_t *    data
 

CRC check for Type I Industry Pack modules.

Returns:
true if CRC is valid

bool ipSlotType2CheckCrc uint16_t *    data
 

CRC check for Type II Industry Pack modules.

Returns:
true if CRC is valid