///////////////////////////////////////////////////////////////////// // // // file: CCA_All.h // // ///////////////////////////////////////////////////////////////////// // // // Copyright (c) 2024 Acroname Inc. - All Rights Reserved // // // // This file is part of the BrainStem release. See the license.txt // // file included with this package or go to // // https://acroname.com/software/brainstem-development-kit // // for full license details. // ///////////////////////////////////////////////////////////////////// #ifndef __CCA_All_H__ #define __CCA_All_H__ #include "CCA_Core.h" #include "Modules_CCA.h" #include "Link_CCA.h" #include "Result_CCA.h" #include "Entity_CCA.h" #include "aError_CCA.h" #include "aVersion_CCA.h" #include "PortMapping_CCA.h" #include "PDChannelLogger_CCA.h" #include "Factory_CCA.h" #include "autoGen_Entity_CCA.h" #endif