eive-obsw/common/config/ccsdsConfig.h

9 lines
167 B
C
Raw Normal View History

2021-09-26 08:29:30 +02:00
#ifndef COMMON_CONFIG_CCSDSCONFIG_H_
#define COMMON_CONFIG_CCSDSCONFIG_H_
namespace ccsds {
2022-05-17 13:40:19 +02:00
enum { VC0, VC1, VC2, VC3 };
2021-09-26 08:29:30 +02:00
}
#endif /* COMMON_CONFIG_CCSDSCONFIG_H_ */