documentation
.HELP!
LAR Library Documentation
LAR Library: Globals
LAR Library
previous page
next page
LAR Library
1.14
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Functions
Typedefs
Enumerations
Enumerator
Macros
b
c
d
f
i
l
m
s
t
u
Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:
- i -
iniLineReader_t :
ini.h
iniParse() :
ini.h
iniParseLines() :
ini.h
iniParseString() :
ini.h
int16_t :
base.h
int32_t :
base.h
int64_t :
base.h
int8_t :
base.h
Generated on Mon Mar 27 2017 15:42:53 for LAR Library by
1.8.9.1
previous page
start
next page
Menu
Homepage
Table of contents
Introduction
Tracing
Supported Modules
Todo List
Modules
Basic Definitions
BASE_LENGTH
BASE_MAX
BASE_MIN
LARLIB_VERSION
int16_t
int32_t
int64_t
int8_t
uint16_t
uint32_t
uint64_t
uint8_t
baseErrors_t
BASE_ERR_OK
BASE_ERR_INVALID_PARAMETER
BASE_ERR_DATA_NOT_FOUND
BASE_ERR_INVALID_HANDLE
BASE_ERR_RESOURCE_PB
BASE_ERR_OVERFLOW
BASE_ERR_ACCESS
BASE_ERR_CANCEL
BASE_ERR_TIMEOUT
larlibGetVersion
Bit operations
bitsBuffer_t
bitsBltOp_t
BITS_BLT_COPY
BITS_BLT_NOT
BITS_BLT_AND
BITS_BLT_OR
BITS_BLT_XOR
BITS_BLT_NOT_AND
bitsAppend
bitsAppendInt
bitsBlt
bitsCopy
bitsExtractInt
bitsGet
bitsRotateLeft
bitsRotateRight
bitsSet
bitsSetRange
bitsShiftLeft
bitsShiftRight
Conversion routines
convErrors_t
CONV_ERR_INVALID_BASE
convBase64ToBuf
convBcdToInt
convBcdToTxt
convBufToBase64
convBufToHex
convBufToInt
convHexToBuf
convIntToBcd
convIntToBcdPad
convIntToBuf
convIntToBufPad
convIntToTxt
convIntToTxtPad
convTxtToBcd
convTxtToInt
convTxtToInt16
convTxtToInt32
convTxtToInt64
convTxtToInt8
Date and time
dateDate_t
day
mon
year
dateTime_t
date
hour
min
sec
dateMonths_t
DATE_JAN
DATE_FEB
DATE_MAR
DATE_APR
DATE_MAY
DATE_JUN
DATE_JUL
DATE_AUG
DATE_SEP
DATE_OCT
DATE_NOV
DATE_DEC
dateWeekdays_t
DATE_SUN
DATE_MON
DATE_TUE
DATE_WED
DATE_THU
DATE_FRI
DATE_SAT
dateAddDays
dateCompare
dateDiff
dateFromJulianDay
dateGet
dateIsLeap
dateIsValid
dateSet
dateTimeAddSeconds
dateTimeCompare
dateTimeDiff
dateTimeGet
dateTimeGetMs
dateTimeIsValid
dateTimeSet
dateToJulianDay
dateWeekday
Double-ended queue
deque_t
dequeCreate
dequeDestroy
dequeGet
dequeGetBack
dequeGetFront
dequeInsert
dequeLength
dequePopBack
dequePopFront
dequePushBack
dequePushFront
dequeRemove
dequeSet
Buffer formatting
Field Formatting Functions
formatBodyBufHex
formatBodyISO8583
formatBodyMemcpy
formatBodyPacked
formatBodySkip
formatBodyStrcpy
formatBodyUint16Dec
formatBodyUint32Dec
formatBodyUint64Buf
formatBodyUint64Dec
formatBodyUint8Dec
formatFilterISO8583
formatPadSkip
formatPadSpaces
formatPadZeroBytes
formatPadZeroes
formatSizeAsc2
formatSizeAsc3
formatSizeBcd2
formatSizeBcd3
format_t
errorCode
errorField
fieldMap
fields
filter
nfields
formatField_t
body
bodySize
data
index
prefix
size
suffix
formatDirection_t
FORMAT_PACK
FORMAT_UNPACK
formatPack
formatUnpack
File System
fsFile_t
fsOpenFlags_t
FS_OPEN_READ
FS_OPEN_WRITE
FS_OPEN_CREATE
FS_OPEN_RESET
FS_OPEN_APPEND
fsSeekWhence_t
FS_WHENCE_SET
FS_WHENCE_END
FS_WHENCE_CUR
fsClose
fsExist
fsGetFileNamePrefix
fsLength
fsOpen
fsPopFileNamePrefix
fsPushFileNamePrefix
fsRead
fsReadByte
fsReadUntil
fsRemove
fsRename
fsSeek
fsSetFileNamePrefix
fsTell
fsWrite
fsWriteByte
INI file parsing
iniElement_t
group
handler
key
param
iniLineReader_t
iniParse
iniParseLines
iniParseString
Logging
LOG_ALL_CHANNELS
LOG_ASSERT
logDumpFunction_t
logWriteFunction_t
logLevel_t
LOG_DEBUG
LOG_INFO
LOG_WARNING
LOG_ERROR
LOG_CRITICAL
LOG_ALWAYS
logReservedChannels_t
LOG_CH_BASE
LOG_CH_CONV
LOG_CH_DATE
LOG_CH_FS
LOG_CH_INI
LOG_CH_MEM
LOG_CH_TAB
LOG_CH_STEP
LOG_CH_FORMAT
LOG_CH_TASK
logChannelIsEnabled
logDump
logDumpFormattedAscii
logPrintf
logPrintvf
logSetChannels
logWriteTeliumRemoteDebugger
logWriteTeliumTrace
Memory Management
memAlloc
memAllocZero
memFree
memRealloc
State-machine
stepAction_t
fun
label
param
step_t
stepFunction_t
stepCreate
stepDestroy
stepGotoLabel
stepRun
Table Management
table_t
tabErrors_t
TAB_ERR_DELETED
tabAppend
tabClose
tabCount
tabCreate
tabDelete
tabFind
tabFindNext
tabFlush
tabGet
tabGetNext
tabGetPrev
tabGetStamp
tabGoFirst
tabGoLast
tabOpen
tabPack
tabPut
tabRecSize
tabSetStamp
tabSize
tabUnDelete
Multi-threading
TASK_INFINITE_TIMEOUT
taskEvent_t
taskQueue_t
taskSemaphore_t
taskThread_t
taskThreadFunction_t
taskEventCheck
taskEventClear
taskEventCreate
taskEventCreateSystem
taskEventDestroy
taskEventSignal
taskEventWait
taskEventWaitAny
taskQueueCreate
taskQueueDestroy
taskQueuePop
taskQueuePost
taskSemaphoreAcquire
taskSemaphoreCreate
taskSemaphoreDestroy
taskSemaphoreRelease
taskSleep
taskThreadCreate
taskThreadCurrent
Data Structures
Data Structures
dateDate_t
day
mon
year
dateTime_t
date
hour
min
sec
format_t
errorCode
errorField
fieldMap
fields
filter
nfields
formatField_t
body
bodySize
data
index
prefix
size
suffix
iniElement_t
group
handler
key
param
stepAction_t
fun
label
param
Data Fields
All
Variables
Files
File List
all.h
base.h
BASE_LENGTH
BASE_MAX
BASE_MIN
LARLIB_VERSION
int16_t
int32_t
int64_t
int8_t
uint16_t
uint32_t
uint64_t
uint8_t
baseErrors_t
BASE_ERR_OK
BASE_ERR_INVALID_PARAMETER
BASE_ERR_DATA_NOT_FOUND
BASE_ERR_INVALID_HANDLE
BASE_ERR_RESOURCE_PB
BASE_ERR_OVERFLOW
BASE_ERR_ACCESS
BASE_ERR_CANCEL
BASE_ERR_TIMEOUT
larlibGetVersion
bits.h
bitsBuffer_t
bitsBltOp_t
BITS_BLT_COPY
BITS_BLT_NOT
BITS_BLT_AND
BITS_BLT_OR
BITS_BLT_XOR
BITS_BLT_NOT_AND
bitsAppend
bitsAppendInt
bitsBlt
bitsCopy
bitsExtractInt
bitsGet
bitsRotateLeft
bitsRotateRight
bitsSet
bitsSetRange
bitsShiftLeft
bitsShiftRight
conv.h
convErrors_t
CONV_ERR_INVALID_BASE
convBase64ToBuf
convBcdToInt
convBcdToTxt
convBufToBase64
convBufToHex
convBufToInt
convHexToBuf
convIntToBcd
convIntToBcdPad
convIntToBuf
convIntToBufPad
convIntToTxt
convIntToTxtPad
convTxtToBcd
convTxtToInt
convTxtToInt16
convTxtToInt32
convTxtToInt64
convTxtToInt8
date.h
dateMonths_t
DATE_JAN
DATE_FEB
DATE_MAR
DATE_APR
DATE_MAY
DATE_JUN
DATE_JUL
DATE_AUG
DATE_SEP
DATE_OCT
DATE_NOV
DATE_DEC
dateWeekdays_t
DATE_SUN
DATE_MON
DATE_TUE
DATE_WED
DATE_THU
DATE_FRI
DATE_SAT
dateAddDays
dateCompare
dateDiff
dateFromJulianDay
dateGet
dateIsLeap
dateIsValid
dateSet
dateTimeAddSeconds
dateTimeCompare
dateTimeDiff
dateTimeGet
dateTimeGetMs
dateTimeIsValid
dateTimeSet
dateToJulianDay
dateWeekday
deque.h
deque_t
dequeCreate
dequeDestroy
dequeGet
dequeGetBack
dequeGetFront
dequeInsert
dequeLength
dequePopBack
dequePopFront
dequePushBack
dequePushFront
dequeRemove
dequeSet
format.h
formatDirection_t
FORMAT_PACK
FORMAT_UNPACK
formatBodyBufHex
formatBodyISO8583
formatBodyMemcpy
formatBodyPacked
formatBodySkip
formatBodyStrcpy
formatBodyUint16Dec
formatBodyUint32Dec
formatBodyUint64Buf
formatBodyUint64Dec
formatBodyUint8Dec
formatFilterISO8583
formatPack
formatPadSkip
formatPadSpaces
formatPadZeroBytes
formatPadZeroes
formatSizeAsc2
formatSizeAsc3
formatSizeBcd2
formatSizeBcd3
formatUnpack
fs.h
fsFile_t
fsOpenFlags_t
FS_OPEN_READ
FS_OPEN_WRITE
FS_OPEN_CREATE
FS_OPEN_RESET
FS_OPEN_APPEND
fsSeekWhence_t
FS_WHENCE_SET
FS_WHENCE_END
FS_WHENCE_CUR
fsClose
fsExist
fsGetFileNamePrefix
fsLength
fsOpen
fsPopFileNamePrefix
fsPushFileNamePrefix
fsRead
fsReadByte
fsReadUntil
fsRemove
fsRename
fsSeek
fsSetFileNamePrefix
fsTell
fsWrite
fsWriteByte
ini.h
iniLineReader_t
iniParse
iniParseLines
iniParseString
log.h
LOG_ALL_CHANNELS
LOG_ASSERT
logDumpFunction_t
logWriteFunction_t
logLevel_t
LOG_DEBUG
LOG_INFO
LOG_WARNING
LOG_ERROR
LOG_CRITICAL
LOG_ALWAYS
logReservedChannels_t
LOG_CH_BASE
LOG_CH_CONV
LOG_CH_DATE
LOG_CH_FS
LOG_CH_INI
LOG_CH_MEM
LOG_CH_TAB
LOG_CH_STEP
LOG_CH_FORMAT
LOG_CH_TASK
logChannelIsEnabled
logDump
logDumpFormattedAscii
logPrintf
logPrintvf
logSetChannels
logWriteTeliumRemoteDebugger
logWriteTeliumTrace
mem.h
memAlloc
memAllocZero
memFree
memRealloc
step.h
step_t
stepFunction_t
stepCreate
stepDestroy
stepGotoLabel
stepRun
tab.h
table_t
tabErrors_t
TAB_ERR_DELETED
tabAppend
tabClose
tabCount
tabCreate
tabDelete
tabFind
tabFindNext
tabFlush
tabGet
tabGetNext
tabGetPrev
tabGetStamp
tabGoFirst
tabGoLast
tabOpen
tabPack
tabPut
tabRecSize
tabSetStamp
tabSize
tabUnDelete
task.h
TASK_INFINITE_TIMEOUT
taskEvent_t
taskQueue_t
taskSemaphore_t
taskThread_t
taskThreadFunction_t
taskEventCheck
taskEventClear
taskEventCreate
taskEventCreateSystem
taskEventDestroy
taskEventSignal
taskEventWait
taskEventWaitAny
taskQueueCreate
taskQueueDestroy
taskQueuePop
taskQueuePost
taskSemaphoreAcquire
taskSemaphoreCreate
taskSemaphoreDestroy
taskSemaphoreRelease
taskSleep
taskThreadCreate
taskThreadCurrent
Globals
All
b
c
d
f
i
l
m
s
t
u
Functions
Typedefs
Enumerations
Enumerator
Macros
Get in touch
Submit feedback about this site to:
[email protected]