Moved EncodingProfileId into ASL core and decoupled the encoder header from STORE, so ASL/1-CORE stands alone as required.
This commit is contained in:
parent
dd429ed6f1
commit
71d2303c3c
|
|
@ -16,6 +16,7 @@ typedef struct {
|
||||||
} amduat_octets_t;
|
} amduat_octets_t;
|
||||||
|
|
||||||
typedef uint16_t amduat_hash_id_t;
|
typedef uint16_t amduat_hash_id_t;
|
||||||
|
typedef uint16_t amduat_asl_encoding_profile_id_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t tag_id;
|
uint32_t tag_id;
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef uint16_t amduat_asl_encoding_profile_id_t;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
amduat_asl_encoding_profile_id_t encoding_profile_id;
|
amduat_asl_encoding_profile_id_t encoding_profile_id;
|
||||||
amduat_hash_id_t hash_id;
|
amduat_hash_id_t hash_id;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef AMDUAT_ENC_ASL1_CORE_H
|
#ifndef AMDUAT_ENC_ASL1_CORE_H
|
||||||
#define AMDUAT_ENC_ASL1_CORE_H
|
#define AMDUAT_ENC_ASL1_CORE_H
|
||||||
|
|
||||||
#include "amduat/asl/store.h"
|
#include "amduat/asl/core.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue