#include <cstdint>
#include <syslog.h>
Go to the source code of this file.
◆ MMJ_CLIENT_VERSION_MAJOR
| #define MMJ_CLIENT_VERSION_MAJOR 1 |
◆ MMJ_CLIENT_VERSION_MINOR
| #define MMJ_CLIENT_VERSION_MINOR 0 |
◆ SMARTDOOR_PSS_VERSION_MAJOR
| #define SMARTDOOR_PSS_VERSION_MAJOR 2 |
◆ SMARTDOOR_PSS_VERSION_MINOR
| #define SMARTDOOR_PSS_VERSION_MINOR 1 |
◆ ClientType
| Enumerator |
|---|
| MMJ_CLIENT | |
| SMARTDOOR_PSS | |
@ MMJ_CLIENT
Definition: log_to_psb.h:30
@ SMARTDOOR_PSS
Definition: log_to_psb.h:31
◆ closeLogger()
◆ initLogger()
| void initLogger |
( |
const char * |
ident | ) |
|
◆ logMessage()
| void logMessage |
( |
const char * |
sourceFile, |
|
|
const char * |
sensorId, |
|
|
const char * |
alertType, |
|
|
const char * |
additionalInfo |
|
) |
| |
◆ versionCheck()
| bool versionCheck |
( |
uint32_t |
major, |
|
|
uint32_t |
minor, |
|
|
ClientType |
sourceClient |
|
) |
| |