Files
eive-obsw/common/config/ccsdsConfig.h
T
2026-04-29 15:02:17 +02:00

9 lines
167 B
C++

#ifndef COMMON_CONFIG_CCSDSCONFIG_H_
#define COMMON_CONFIG_CCSDSCONFIG_H_
namespace ccsds {
enum { VC0, VC1, VC2, VC3 };
}
#endif /* COMMON_CONFIG_CCSDSCONFIG_H_ */