UmberHubManager/api/lib/BrainStem2_CCA/Factory_CCA.h

32 lines
1.4 KiB
C

/////////////////////////////////////////////////////////////////////
// //
// file: Factory_CCA.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 __FACTORY_CCA_H__
#define __FACTORY_CCA_H__
#include "CCA_Core.h"
#ifdef __cplusplus
extern "C" {
#endif
aLIBEXPORT void __stdcall factory_setData( unsigned int* id, struct Result* result, const int index, const unsigned char command, unsigned char* buffer, const unsigned int bufferLength);
aLIBEXPORT void __stdcall factory_getData( unsigned int* id, struct Result* result, const int index, const unsigned char command, unsigned char* buffer, const unsigned int bufferLength);
#ifdef __cplusplus
}
#endif
#endif