File tree 10 files changed +14
-226
lines changed
10 files changed +14
-226
lines changed Original file line number Diff line number Diff line change 1
- /*************************************************************************
2
- **
3
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
4
- **
5
- ** Copyright (c) 2006-2019 United States Government as represented by
6
- ** the Administrator of the National Aeronautics and Space Administration.
7
- ** All Rights Reserved.
8
- **
9
- ** Licensed under the Apache License, Version 2.0 (the "License");
10
- ** you may not use this file except in compliance with the License.
11
- ** You may obtain a copy of the License at
12
- **
13
- ** http://www.apache.org/licenses/LICENSE-2.0
14
- **
15
- ** Unless required by applicable law or agreed to in writing, software
16
- ** distributed under the License is distributed on an "AS IS" BASIS,
17
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
- ** See the License for the specific language governing permissions and
19
- ** limitations under the License.
20
- **
21
- ** File: sample_lib.h
22
- **
23
- ** Purpose:
24
- ** Specification for the sample library functions.
25
- **
26
- *************************************************************************/
1
+ /**
2
+ * \file
3
+ * Specification for the sample library functions.
4
+ */
27
5
#ifndef SAMPLE_LIB_H
28
6
#define SAMPLE_LIB_H
29
7
Original file line number Diff line number Diff line change 1
- /*************************************************************************
2
- **
3
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
4
- **
5
- ** Copyright (c) 2006-2019 United States Government as represented by
6
- ** the Administrator of the National Aeronautics and Space Administration.
7
- ** All Rights Reserved.
8
- **
9
- ** Licensed under the Apache License, Version 2.0 (the "License");
10
- ** you may not use this file except in compliance with the License.
11
- ** You may obtain a copy of the License at
12
- **
13
- ** http://www.apache.org/licenses/LICENSE-2.0
14
- **
15
- ** Unless required by applicable law or agreed to in writing, software
16
- ** distributed under the License is distributed on an "AS IS" BASIS,
17
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
- ** See the License for the specific language governing permissions and
19
- ** limitations under the License.
20
- **
21
- ** File: sample_lib.c
22
- **
23
- ** Purpose:
24
- ** Sample CFS library
25
- **
26
- *************************************************************************/
1
+ /**
2
+ * @file
3
+ * Sample CFS library
4
+ */
27
5
28
6
/*************************************************************************
29
7
** Includes
Original file line number Diff line number Diff line change 1
- /************************************************************************
2
- **
3
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
4
- **
5
- ** Copyright (c) 2006-2019 United States Government as represented by
6
- ** the Administrator of the National Aeronautics and Space Administration.
7
- ** All Rights Reserved.
8
- **
9
- ** Licensed under the Apache License, Version 2.0 (the "License");
10
- ** you may not use this file except in compliance with the License.
11
- ** You may obtain a copy of the License at
12
- **
13
- ** http://www.apache.org/licenses/LICENSE-2.0
14
- **
15
- ** Unless required by applicable law or agreed to in writing, software
16
- ** distributed under the License is distributed on an "AS IS" BASIS,
17
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
- ** See the License for the specific language governing permissions and
19
- ** limitations under the License.
20
- **
21
- ** File: sample_lib_internal.h
22
- **
23
- ** Purpose:
24
- ** An example of an internal (private) header file for SAMPLE Lib
25
- **
26
- ** Notes:
27
- **
28
- *************************************************************************/
1
+ /**
2
+ * @file
3
+ * An example of an internal (private) header file for SAMPLE Lib
4
+ */
29
5
#ifndef SAMPLE_LIB_INTERNAL_H
30
6
#define SAMPLE_LIB_INTERNAL_H
31
7
Original file line number Diff line number Diff line change 1
- /************************************************************************
2
- **
3
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
4
- **
5
- ** Copyright (c) 2006-2019 United States Government as represented by
6
- ** the Administrator of the National Aeronautics and Space Administration.
7
- ** All Rights Reserved.
8
- **
9
- ** Licensed under the Apache License, Version 2.0 (the "License");
10
- ** you may not use this file except in compliance with the License.
11
- ** You may obtain a copy of the License at
12
- **
13
- ** http://www.apache.org/licenses/LICENSE-2.0
14
- **
15
- ** Unless required by applicable law or agreed to in writing, software
16
- ** distributed under the License is distributed on an "AS IS" BASIS,
17
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
- ** See the License for the specific language governing permissions and
19
- ** limitations under the License.
20
- **
21
- *************************************************************************/
22
-
23
- /*! @file
24
- * @brief Purpose:
25
- *
1
+ /**
2
+ * @file
26
3
* The Sample Lib header file containing version information
27
- *
28
4
*/
29
5
30
6
#ifndef SAMPLE_LIB_VERSION_H
Original file line number Diff line number Diff line change 1
- /*
2
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
3
- **
4
- ** Copyright (c) 2006-2019 United States Government as represented by
5
- ** the Administrator of the National Aeronautics and Space Administration.
6
- ** All Rights Reserved.
7
- **
8
- ** Licensed under the Apache License, Version 2.0 (the "License");
9
- ** you may not use this file except in compliance with the License.
10
- ** You may obtain a copy of the License at
11
- **
12
- ** http://www.apache.org/licenses/LICENSE-2.0
13
- **
14
- ** Unless required by applicable law or agreed to in writing, software
15
- ** distributed under the License is distributed on an "AS IS" BASIS,
16
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- ** See the License for the specific language governing permissions and
18
- ** limitations under the License.
19
- */
20
-
21
1
/*
22
2
** File: coveragetest_sample_lib.c
23
3
**
Original file line number Diff line number Diff line change 1
- /*
2
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
3
- **
4
- ** Copyright (c) 2006-2019 United States Government as represented by
5
- ** the Administrator of the National Aeronautics and Space Administration.
6
- ** All Rights Reserved.
7
- **
8
- ** Licensed under the Apache License, Version 2.0 (the "License");
9
- ** you may not use this file except in compliance with the License.
10
- ** You may obtain a copy of the License at
11
- **
12
- ** http://www.apache.org/licenses/LICENSE-2.0
13
- **
14
- ** Unless required by applicable law or agreed to in writing, software
15
- ** distributed under the License is distributed on an "AS IS" BASIS,
16
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- ** See the License for the specific language governing permissions and
18
- ** limitations under the License.
19
- */
20
-
21
1
/*
22
2
** File: sample_lib_coveragetest_common.h
23
3
**
Original file line number Diff line number Diff line change 1
- /*
2
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
3
- **
4
- ** Copyright (c) 2006-2019 United States Government as represented by
5
- ** the Administrator of the National Aeronautics and Space Administration.
6
- ** All Rights Reserved.
7
- **
8
- ** Licensed under the Apache License, Version 2.0 (the "License");
9
- ** you may not use this file except in compliance with the License.
10
- ** You may obtain a copy of the License at
11
- **
12
- ** http://www.apache.org/licenses/LICENSE-2.0
13
- **
14
- ** Unless required by applicable law or agreed to in writing, software
15
- ** distributed under the License is distributed on an "AS IS" BASIS,
16
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- ** See the License for the specific language governing permissions and
18
- ** limitations under the License.
19
- */
20
-
21
1
/*
22
2
** File: string.h
23
3
**
Original file line number Diff line number Diff line change 1
- /*
2
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
3
- **
4
- ** Copyright (c) 2006-2019 United States Government as represented by
5
- ** the Administrator of the National Aeronautics and Space Administration.
6
- ** All Rights Reserved.
7
- **
8
- ** Licensed under the Apache License, Version 2.0 (the "License");
9
- ** you may not use this file except in compliance with the License.
10
- ** You may obtain a copy of the License at
11
- **
12
- ** http://www.apache.org/licenses/LICENSE-2.0
13
- **
14
- ** Unless required by applicable law or agreed to in writing, software
15
- ** distributed under the License is distributed on an "AS IS" BASIS,
16
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- ** See the License for the specific language governing permissions and
18
- ** limitations under the License.
19
- */
20
-
21
1
/*
22
2
** File: string.h
23
3
**
Original file line number Diff line number Diff line change 1
- /*
2
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
3
- **
4
- ** Copyright (c) 2006-2019 United States Government as represented by
5
- ** the Administrator of the National Aeronautics and Space Administration.
6
- ** All Rights Reserved.
7
- **
8
- ** Licensed under the Apache License, Version 2.0 (the "License");
9
- ** you may not use this file except in compliance with the License.
10
- ** You may obtain a copy of the License at
11
- **
12
- ** http://www.apache.org/licenses/LICENSE-2.0
13
- **
14
- ** Unless required by applicable law or agreed to in writing, software
15
- ** distributed under the License is distributed on an "AS IS" BASIS,
16
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- ** See the License for the specific language governing permissions and
18
- ** limitations under the License.
19
- */
20
-
21
1
/*
22
2
** File: libc_string_stubs.c
23
3
**
Original file line number Diff line number Diff line change 1
- /*
2
- ** GSC-18128-1, "Core Flight Executive Version 6.7"
3
- **
4
- ** Copyright (c) 2006-2019 United States Government as represented by
5
- ** the Administrator of the National Aeronautics and Space Administration.
6
- ** All Rights Reserved.
7
- **
8
- ** Licensed under the Apache License, Version 2.0 (the "License");
9
- ** you may not use this file except in compliance with the License.
10
- ** You may obtain a copy of the License at
11
- **
12
- ** http://www.apache.org/licenses/LICENSE-2.0
13
- **
14
- ** Unless required by applicable law or agreed to in writing, software
15
- ** distributed under the License is distributed on an "AS IS" BASIS,
16
- ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- ** See the License for the specific language governing permissions and
18
- ** limitations under the License.
19
- */
20
-
21
1
/*
22
2
** File: sample_lib_stubs.c
23
3
**
You can’t perform that action at this time.
0 commit comments