Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
FrameTypeRegistrations.h
1// ============================================================
2// File: declarative/FrameTypeRegistrations.h
3// Task F1-F4: Frame Type Metadata
4//
5// Header for frame type registration functions.
6// ============================================================
7
8#pragma once
9
10namespace apra {
11
12// Ensure all built-in frame types are registered.
13// Called automatically at static init, but can be called explicitly
14// to ensure registration in dynamic loading scenarios.
16
17} // namespace apra
Definition FrameTypeRegistrations.h:10
void ensureBuiltinFrameTypesRegistered()
Definition FrameTypeRegistrations.cpp:172