stream_config.h File Reference
Detailed Description
This header file is the STREAMTYPE_CONFIG interface
Definition in file stream_config.h.
#include "ntapi/commontypes.h"
Go to the source code of this file.
Functions | |
int | NT_ConfigOpen (NtConfigStream_t *hStream, const char *name) |
Opens a configuration stream. More... | |
int | NT_ConfigClose (NtConfigStream_t hStream) |
Closes a configuration stream. More... | |
int | NT_ConfigRead (NtConfigStream_t hStream, NtConfig_t *data) |
Reads data from a configuration stream. More... | |
int | NT_ConfigWrite (NtConfigStream_t hStream, NtConfig_t *data) |
Writes data to a configuration stream. More... | |
int | NT_NTPL (NtConfigStream_t hStream, const char *ntplBuffer, NtNtplInfo_t *info, uint32_t validate) |
Sends an NTPL line buffer to the parser. More... | |
Macros | |
#define | NT_MAX_NTPL_BUFFER_SIZE (4*1024) |
NTPL maximum buffer size. More... | |
#define | VPD_USER_SIZE 400 |
Typedefs | |
typedef struct NtConfigStream_s * | NtConfigStream_t |
typedef struct NtConfigPtpImplData_s | NtConfigPtpImplData_t |
typedef struct NtConfigBypassData_s | NtConfigBypassData_t |
typedef struct NtConfigBypassWatchdogTimerData_s | NtConfigBypassWatchdogTimerData_t |
typedef struct NtConfigBypassWatchdogTimeoutData_s | NtConfigBypassWatchdogTimeoutData_t |
typedef struct NtConfigNimAccess_s * | NtConfigNimAccess_p |
typedef struct NtConfigPtpPortData_s | NtConfigPtpPortData_t |
typedef struct NtConfigPtpPort_s | NtConfigPtpPort_t |
typedef struct NtNtplInfo_s | NtNtplInfo_t |
typedef struct NtVpd_s | NtVpd_t |
typedef struct NtConfig_s | NtConfig_t |
Macro Definition Documentation
#define NT_MAX_NTPL_BUFFER_SIZE (4*1024) |
NTPL maximum buffer size.
Definition at line 530 of file stream_config.h.